Hi,
Tools that use the MSP-FET430UIF use the MSP430.dll to communicate with the programmer.
Is there an API document and/or a code example available for using MSP430.dll??
Thanks,
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.
Hi,
Tools that use the MSP-FET430UIF use the MSP430.dll to communicate with the programmer.
Is there an API document and/or a code example available for using MSP430.dll??
Thanks,
Hi,
Depending on what you are trying to do, you might be interested in reading up on Debug Server Scripting: http://processors.wiki.ti.com/index.php/Debug_Server_Scripting
While this is installed with CCS, it can be used with your FET tool independent of the CCS GUI.
You can find examples and documentation of this inside your CCS directory in the scripting folder.
Regards,
Katie
The MSPGCC project (see at sourceforge) contains two programs in the toolchain, teh DBG-proxy and the MSP430-JTAG, which utilize the old MSP430 DLL for accessing an MSP through JTAG (also, tehre is an mspgcc own version fo this DLL). The code only supports the old JTAG protocol without 20 bit address range support and 20 bit registers. And only older MSPs of the 1x, 2x and 4x family. However, it is a starting point.
**Attention** This is a public forum