Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"unused" sector still changes on flashing
#1
Thumbs Up 
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
Reply
#2
Check your map file. Almost all your answers regarding your project are in the map file.

Just click on it in the build messages and it will open.

You can find also in that map file which object that sector 1 is using.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)