I have a an embedded application that uses an STM32 (ARM) micro
controller. I am using ARMCC 5.06 to compile source code.
I want to place a few variables at absolute addresses so that I
can use a flasher to overwrite those absolute addresses with data
(giving each device a unique serial number) during programming.
I want the variables to be initialized to a value of 0 (for easy
detection of a device that has not received a serial number).
After reading about the __attribute_
↧