Updating Bootloader from Application ??
Hi,
I'm having a STM32G474 with Bootloader block (0x0800 0000 - 0x0800 4FFF) and Application block (0x0800 5000 - 0x0807 FFFF).
I need to update Bootloader from Application, by copying a new bootloader located on higher memory. Is it possible ?
I'm using the same code of the bootloader to erase the pages 0 to 4 but no success. I can't even write on the bootloader block.
So is it possible to erase the bootloader from the running application ?
Thanks
