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.

Display Byte Values in Expression View

Other Parts Discussed in Thread: MSP430F2274, MSP430F5527

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?