Hi,
I'm using CCS v4 for a 5510A target and I would like to know how to have the compiler/linker and/or hex55 tool to place a two (2) 16-bit constants into specific locations that will be burned into an external flash memory device. The resulting .hex file would specify these two locations be burned with the two specified constant values.
Example: Flash address location #1 @ 0x20FFFE will contain the 16-bit constant 0xAAAA
Flash address location #2 @ 0x20FFFF will contain the 16-bit constant 0x5555
How can I specify these two locations contain these two 16-bit constants in C or assembly? Or can I possibly use the hex55.exe tool to specify these two locations be placed into the resultant .hex file?
Any help would be appreciated. I look forward to a response.
- Brad.