Flash Sector Resets After Reading for No Apparent Reason
I am writing an application and bootloader to STM32H7.I append some data to the end of the application. My bootloader needs to be able to read this appended data.When my bootloader first writes the application via (erase->write to memory).When the sy...