2023-08-23 02:58 AM - last edited on 2024-09-13 02:47 AM by Amel NASRI
I would like to ask about the behavior when wake up from standby mode.
I will place the bootloader and application at the following addresses:
Bootloader: 0x08000000
Application: 0x08010000
If I transition to standby mode within the application and then wake up from standby mode using GPIO or RTC, will it operate from the bootloader?
Is it possible to run it from the application?