I am trying to verify some code and the memory browser is showing an address offset of 2 words. You can see below that the watch window for the address shows the value I expect. The memory browser has the offset.
From Watch Window
From Memory Browser
You can see that all of the data is shifted by two words. The first 4 bytes shown in the memory browser correspond to 0x8002 shown in the watch window.
I am using CCS v5.5.0.00058
Windows 7 64bit
JTAG JET-TMS debugger
Is there a solution for this problem?