Set a value in a specific address to be a flag to update a firmware
So I made a custom bootloader that I use to update the MCU firmware. So I have both the bootloader and the main app in the Flash. What I wanted to do, is to write on a specific address (out of bootloader and application, of course) a kind of a flag that notifies the app when it is necessary to go to the bootloader to update the firmware. Any clue on how to do it?
I am using a STM32U585, using the B-U585I-IOT02A board.
Thank you!
