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.

MCU-PLUS-SDK-AM263X: Is there any "Standby" mode example in SDK 08.06.00.34?

Part Number: MCU-PLUS-SDK-AM263X

Hi!

As stated in this comment

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1126369/mcu-plus-sdk-am263x-put-into-sleep-mode-and-wake-it-up/4194166#4194166

"a Standby mode example is planned for MCU PLUS SDK version 08.06.00 (scheduled for Q1-2023)"

I looked through SDK AM263x/08.06.00.34 https://www.ti.com/tool/download/MCU-PLUS-SDK-AM263X/08.06.00.34 but wasn't able to found any related examples. Can, please, anybody, help with this - is there any related example in the latest SDK? Thanks in advance!

Regards,
Sergii

  • Hi Sergii,

    May I know which rtos you're using? If you are using free-rtos, we already have a void vApplicationIdleHook( void ) api, which will put the cores in wfi mode (standby mode). For baremetel no-rtos we have planned to add this support on 09.00.00 release by adding an api in the kernel and providing an example in the SDK.