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.

TI msp430-gcc viewing value of pheriperal registers during debug

Other Parts Discussed in Thread: MSP430F1611

Hi,

I'm converting a project from TI C ompiler to TI msp430-gcc.
So far all is going well, compiling and debugging works as expected.
One thing which is missing though is a view of the pheriperal registers while debugging.
Using the 'old' mspgcc it was possbile to retrieve the value of a register by executing for example the "x __PADIR" command in gdb.
Mspgcc defines a mapping to a memory location for all pheriperals in periph.x linker script, but i have not been able to find something similar in msp430-gcc.

What is the best way to accomplish this using the new toolchain?

thanks,

Glenn

**Attention** This is a public forum