Oleg Skydan wrote:
Hi, All !

Where can I found description of the msp430.dll API

i don't think the full API is publicly available fom TI. The non-debugging version we use in msp430-jtag can be found here:

http://cvs.sourceforge.net/viewcvs.py/mspgcc/jtag/MSP430mspgcc.h?rev=1.6&view=auto

the library that comes with the USB FET kit has an extended API, that uses the advanced debugging features (EEM). it seems to support the old API too, at least all except one function, is there.

> (it is used for work with JTAG interface) ?

msp430-jtag
    uses MSP430mspgcc.dll (libMSP430mspgcc.so on linux). the parallel
    port version of MSP430.dll from TI should work too.
    i have made several custom programmers based on this library (i
    usualy use the python stuff from our repository)

gdbproxy
    does not use the library, it's staticaly linked

newer FET-KITs and CCE use TIs library too.

chris

Reply via email to