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.
Tool/software: Code Composer Studio
I have MSP430-FET debugger with a MSP-TS430DA38 board with a MSP430G2955 microcontroller. It works fine when in 4-wire JTAG mode. When I moved the JP4-JP9 jumpers to position 1-2 for testing the SpyBiWire 2 wire mode. it gave me the message "Error connecting to the target: unknown device". I tried using various devices such as MSP430F2274 and the same error. The spec said these devices supports the 2 wire mode. Am I missing some setup instruction in the Code Composer Studio v7 ??? Here is my target configuration:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<configurations XML_version="1.2" id="configurations_0">
<configuration XML_version="1.2" id="configuration_0">
<instance XML_version="1.2" desc="TI MSP430 USB1" href="connections/TIMSP430-USB.xml" id="TI MSP430 USB1" xml="TIMSP430-USB.xml" xmlpath="connections"/>
<connection XML_version="1.2" id="TI MSP430 USB1">
<instance XML_version="1.2" href="drivers/msp430_emu.xml" id="drivers" xml="msp430_emu.xml" xmlpath="drivers"/>
<platform XML_version="1.2" id="platform_0">
<instance XML_version="1.2" desc="MSP430G2955" href="devices/MSP430G2955.xml" id="MSP430G2955" xml="MSP430G2955.xml" xmlpath="devices"/>
<device HW_revision="1.0" XML_version="1.2" description="MSP430G2955" id="MSP430G2955" partnum="MSP430G2x55">
<cpu HW_revision="1.0" XML_version="1.2" desc="MSP430" description="MSP430 CPU" id="MSP430" isa="MSP430"/>
</device>
</platform>
</connection>
</configuration>
</configurations>
Please advice how to set it up for 2-wire SpyBiWire operation.
Thanks
David Cheung
512-576-1760
dkcheung@arrisnet.com
I check the set up many times and still failed. I am attaching the zipped files and pictures of the hook up and failure message here. Do you have an example that I can use to check out my debugger? It works fine in 4-wire JTAG mode. I really need the TDO pin for my design and debugging. I read that there is some configuration file that will enable the SpyBiWire 2 wire mode in Code Composer Studio.
Thanks
From the Hardware FAQs section of the MSP430 Hardware Tools User's Guide:David Cheung said:I have MSP430-FET debugger with a MSP-TS430DA38 board with a MSP430G2955 microcontroller. It works fine when in 4-wire JTAG mode. When I moved the JP4-JP9 jumpers to position 1-2 for testing the SpyBiWire 2 wire mode.
Spy-Bi-Wire can be affected by capacitance on the SBWTDIO pin, so the above note may explain why Spy-Bi-Wire is not working.
In the CCS Target Configuration there is an option for the JTAG/SBW Speed, and selecting "Slow" may allow Spy-Bi-Wire to work in your case: