With CCS5.12 installed on top of Eclipse/Indigo as plug-in, Memory Browser shows only a half of 16-bit value.
For instance, address 0x0100 has data 0x1234, and 0x0101 has data 0xABCD. In this case, these two are combined only by taking 8-bit, and shows value at address 0x0100 being 0x34CD.
Any special setup to make the memory browser aware that the addressing is 16-bit base?
Saving memory snapshot to *.dat file works fine, as expected. Also disassembler window works OK. Only Memory Browser UI is strange.
I'm using standard GEL file for F28335 from installation.
Any advise is highly appreciated.