uslimey
Joined: 27 Aug 2011 Posts: 22 Location: Baltimore, MD
|
#serialize doesn't work properly |
Posted: Thu May 28, 2015 6:43 pm |
|
|
I used the following code to add a serial number...
Code: | #ORG 0x2A, 0x2D
int32 CONST serialNumA =0x01020304;
#serialize(id=serialNumA, next="0", prompt="Enter Serial number") |
When I look at the HEX file then I see 0x01020304 in the correct file locations...(0x2A to 0x2D)
However, when I burn the device, the ICD 64 prompts for a new serial, and places the new serial number in memory location 0x2C to 0x2F...
Why?... I have no idea... But its not good because it is corrupting other data.
ANY THOUGHTS? |
|