Hi,
I'm developing a app for an stm32f4 and I reserved sector 1 in flash for eeprom emulation.
However every time i upload code to the chip it overwrites sector 1.
I changed the linker script by adding a new section in memory and gave it the "noload" attribute.
This didnt help, so im asking whether and how this is possible.
Thanks in advance
Chris
I'm developing a app for an stm32f4 and I reserved sector 1 in flash for eeprom emulation.
However every time i upload code to the chip it overwrites sector 1.
I changed the linker script by adding a new section in memory and gave it the "noload" attribute.
This didnt help, so im asking whether and how this is possible.
Thanks in advance
Chris