Is there a tool for the PC that can manipulate MSP-Memory interactively?

Esp. the SFR Registers in order to toggle the I/O Pins between GPIO and
Hardware, or in GPIO Mode toggle between Low and High, etc.

ie. using the functions described in slaa149.pdf "Programming a 
Flash-Based MSP430 Using the JTAG Interface" to do sth. like
 WriteMem(BCSCTL1,0x00);
 WriteMem(P1OUT,0x5A);
 ...

can this be done with msp430-jtag using some funclets?
if yes, some examples would be helpful.

Regards,
Helmut

Reply via email to