This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Creating Const at special Adress in Hex file

Hi,

i have to create a Version info from our product at a fixed adess into the intel Hex file,
like:

unsigned char const code Version[]="FW xyz "__DATE__" ";
This schould be Fixed at Adress 0x6f0 into the intel hex file.

How can i do this ?

Greetings

Markus