I'm using CCS 6.0.1 to attach to a target board running an MSP430F2274, using the MSP-FETU430IF debug interface.
While in the expression view, when entering in an address I want to watch (using the expression *0x0258, to access the byte at 0x0258), I get back a 16-bit word of data, in little endian form.
I just want to see the byte at the designated address, without the data in the adjacent address. How do I do this?
