Who can give me the example ,it can put the TMS470MF06607 int to sleep mode and wakeup by the sci-Interrupt.Thank you !
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.
Who can give me the example ,it can put the TMS470MF06607 int to sleep mode and wakeup by the sci-Interrupt.Thank you !
Dong,
You can find the procedure to enter sleep mode on page 46 of the TRM:
http://www.ti.com/lit/ug/spnu495c/spnu495c.pdf
To wakeup the device you just need a high to low transition on the SCI RX pin and that will create an asynchronous wakeup to the VIM module which will then power up all the clocks.
It is necessary to enable the wakeup option in the SCI module.
I will try to prepare a test case in the next few days.