2023-06-26 05:01 AM
Hi Team, I'm currently trying to enter low power mode mode stop 0,1,2,3 and standby mode with Trustzone enabled using Threadx. The device is entering low power mode when interrupt triggers the thread is not resuming it still in the low power mode. Is there any material to proceed low power mode in trustzone enabled in Threadx.
Solved! Go to Solution.
2023-09-05 04:28 AM
Hi @MWB_CHa
I have tried and make working after clock restore function called after exiting the stop mode. Thanks for the help.
2023-08-10 02:12 AM
Hi @Gautham19
You can find attached an example with TrustZone and low power enabled with ThreadX.
It doesn't seem to show any particular issue. Would you please share more details about the issue you are facing exactly, and share some code snippets to understand the problem ?
2023-09-05 04:28 AM
Hi @MWB_CHa
I have tried and make working after clock restore function called after exiting the stop mode. Thanks for the help.