Resolved! What is the simplest approach for 1-bit shared memory between bootloader & application?
I am trying to get an application to set a flag to non-volatile memory to communicate to the bootloader after reset to reprogram the application image. I am using the STM32L496 MCU.EEPROM seems to be the weapon of choice, but our team has EEPROM on b...