STM32U5 lower power mode in Threadx with trustzone enabled
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-26 5: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.
- Labels:
-
STM32U5 series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-05 4: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-08-10 2: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 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-05 4: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.
