Question
Constant Data at Fixed Flash Address.
Posted on February 12, 2013 at 22:33
I have a boot loader that resides in the first flash block of an STM32F4 family processor which is 16K begining at 0x08000000. I would like the last four byte of the sector at 0x08003ffc to contain constant data representing a version number.
Any suggestions? I am using Atollic tools which are GCC based. I would prefer a C/C++ solution but could use assembler if necessary. My current knowlege of ARM assembly is fairly limited. John