This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

C6748的休眠模式



各位开发者:

    大家好。我现在需要编程使C6748的开发板休眠模式,之前TI的工程师Shine Zhang让我参考下面网站的例程:

processors.wiki.ti.com/.../Power_Module_for_C6748_and_OMAP-L138#Sleep_Modes

在调试程序时,网页上说明因为例程激活了DEEPSLEEP 模式,所以在CCS中调试时需要使用Free run,我想了解下原因是什么?如果我仿照这个例程编写了程序让开发板进行DEEPSLEEP 模式,然后把它嵌入到其他的程序中,定时让开发板进入DEEPSLEEP模式,然后再定时唤醒。把程序烧写到NAND Flash中让它自动运行,这样我编写的休眠程序还会起作用吗?