I am working on a bootloader, and am going along with the example bootloader for some of the basics of it. I have my .cmd file set up to execute the most of the code from RAM (BL_SRAM), AND i AM USING load_start, run_start, and size to know how much needs to be copied from flash. I am using extern to pull the values from those in, and the value is what I expected in the debugger expressions window, but is not correct when I print it out. Does anyone have any suggestions as to why this is happening?
Thanks,
Westin