Tool/software: Code Composer Studio
I have a simple target board based on MSP430F149 which I originally programmed using IAR compiler and the old USB programmer MSP-FET430UIF. Having gone back to the target board after some years I am now using CCS V7 and the latest black USB programmer MSP-FETFlash Emulation Tool to attempt to reprogram device. Unfortunately, I get the error "MSP430: Error connecting to the target: Unknown device" despite having turned off all AV sotware. I have looked through the forums for answers, but nothing seems to match my problem.
The target board is simple using the old 12-way programming header and I have a number of these target boards which give the same error. The old system did not use pin 13 so that is unconnected.
It should really have been a simple drop in. Code compiles fine. 'Finished building target: "MET04.out"' seems to indicate build OK.
When debug is run I get the "configuring debugger" and then the error "Error connecting to the target: Unknown device".
Target voltage is set to 3300mV and target device set correctly in MSP430149.ccxml as MSP430F149 which is what is printed on the device.
Does anyone know some simple tests to find out where the problem lies?
To add more information the mode red LED flashes when the debug is launched and device manager shows tool drivers installed in Ports as "MSP application UART1 (COM8)" and "MSP debug interface (COM7)". I believe when CCS was installed the MSP-FET did a firmware update when it was plugged in.
I think I am right in thinking that using the old 12-way header is still valid as that is what my target board is designed for and pins 6,8,10,12,13 and 14 are not used.
Thus I only use TDO, TDI, TMS, TCK, GND, RST and VCC_TOOL shorted to VCC_TARGET.