Hi there, I'm using uVision2 and trying to initialize and locate a string at memory address 0x50000 in order to perform some calculations later on. So, I put the string in the file MYSTRING.C which now contains:
unsigned char mystring[]={0x1C,0x1F,0x21,0x2F,0x36,0x39,0x39,....etc};
?FD?MYSTRING (0x50000)