2021-02-05 01: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.
2021-02-05 03: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.
2021-02-05 06: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.
2021-02-05 08:28 AM
>>Better way is not use STANDBY mode.
How'd that work? STANDBY is the only way to get current numbers down significantly.
2021-02-05 09:00 AM
Maybe STOP mode?