Question
Debugger *.elf file erase the data.
I use NUCLEO-H743ZI with TrueSTUDIO.
I write some datas to flash memory 0x081e 0000 (bank=2,sector=7).
This address is separate from the program downloaded,
but when I start Debugger, *.elf file erase the data.
What's the problem?
I confirmed the data is correctly written on memory using ST-LINK utility.