Other Parts Discussed in Thread: MSP-FET,
Tool/software: Code Composer Studio
Hello,
I have been programming an MSP430F5438A using JTAG (which has worked without issues) with the MSP-FET, but am now attempting to use Spy-Bi-Wire.
I made the necessary connection changes to the hardware of the circuit to transition from:
to the Spy-Bi-Wire configuration as shown:
The problem is that the Code Composer always fails to program using the Spy-Bi-Wire configuration--showing the error "Device not recognized". It is my understanding (based on other forums) that code composer queries the MSP430 device to sense if JTAG connections exist, then uses Spy-Bi-Wire if it they do not.
My question is, other than ensuring that my circuit matches the connections displayed above for Spy-Bi-Wire, is there anything else in code composer or in general that I need to do to be able to use Spy-Bi-Wire?