We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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)
Change your user sections from:
?FD?MYSTRING%FDATA (0x50000)