Resolved! Why are my constants in flash (custom linker section) reduplicated and how can I configure this?
In order to be able to read-out the version numbers of my firmware (and some magic number) from the .hex file (by some external update tool), I define some constants to be written to a custom flash sector:/* * Constants which should go to specific l...