Resolved! Is there a way to flash two different programs on different sectors of the same Flash?
I am developing an application that requires over the air firmware update, but my MCU's Bootloader does not support this Task (stm32f446re). So I was thinking to do this :1)My main appllication will be located at 0x0800 0000 on the flash2) At some po...