Low power standby mode wake up with bootloader:
My software consists of the ST bootloader and my fw application on a STM32F4. I put the device into standby low power mode. Upon wake from standby, the device boots from loader again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-05 1:24 AM
Is it possible to only boot the application and not start from loader again ?
When waking up from standby lower power mode, we want the application to start immediately.
- Labels:
-
Bootloader
-
Power
-
STM32F4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-05 3:49 AM
If it is entering the System Loader check what you are doing with BOOT0 pin, should be pulled LOW.
​
For your own Loader in FLASH, you'll want to check the wake up from Standby bit and expedite the control transfer to the Application entry point. ​
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-05 6:16 AM
You use standby low power mode
then wake result is reset, and reset starts your MCU from start...
Simply way is place in bootloader IF flag reset WU jump app, but still system code is running for bootloader and then for app.
Better way is not use STANDBY mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-05 8:28 AM
>>Better way is not use STANDBY mode.
How'd that work? STANDBY is the only way to get current numbers down significantly.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-05 9:00 AM
Maybe STOP mode?
