This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS Showing different values in debug than program output



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