如標題,
在C6657有PWRSTATECTL(0x02620150 )可以設定Hibernation 1/2 mode及standby mode,但找不到如何實現進入該模式,及如何離開該模式
請問有人能告訴我該如何實現嗎?謝謝
Shine:
请看keystone bootloader user guide sprugy5c的文档第2.2.3 The Effect of Hibernation on the Initialization Process章节。
另外,可以参考c6678的sequence。
https://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/t/106842#387871
eric chen3:
回复 Shine:
謝謝您的回覆,現在我知道hibernation設定完後,像是靠reset設0後,即進入hibernation mode,reset設1後,回到active mode,跟我看keystone-power-management-slides.pdf的power state transitions說明一致。但沒提到standby mode是如何進入standby mode, 及如何離開standby mode
Shine:
回复 eric chen3:
设置PWRSTATECTL的standby位可以进入standby模式。https://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/t/329887
eric chen3:
回复 Shine:
我有設過,設完後接下來不知道要做什麼事,我的程序繼續跑,還是能繼續正常工作,功耗還是沒變,感覺不出來設成standby後有什麼變化