Whats the process to write the data in flash memory by using STM Cube programmer ?
I'm working on Custom boot loader based on Openbootloader by ST, existing example is based on STM32G0/G4 series but I'm using STM32F417 and there are losts of differences in terms of internal flash memory architecture(G0 to F4 series) and HAL/LL library also,
I made losts of changes in existing example to make it run on STM32F4, while using
STM cube programmer showing read flash successful and write flash also, but there is no data on desire location, The issue is bad configuration of Options byte and write protection,
So I want to know what's the process to write the data in flash?
Thanks
