Hi.. I am totally new in MSP430.. Ive used Atmega, yet I would like to make my board to have less power consumption.
As the first board, I made a custom target board based on msp430f5529 launchpad. I do not modify any part around MCU. And I made spy by wire wire pins for programming. Even I ordered same smd components from digikey.
After soldering all components, I connected 2 wire(RST and TST pin) with launch pad's pins(RST, TST, 3.3V, GND) and this target board as u can see from the picture.
However, I could not programming.. I am using css6.0. At first, it asked me to update firmware, after that it said "Unknown device"..
I tried Energia. and it said this first.
-----------------------------
FET firmware update is required.
Re-run with --allow-fw-update to perform a firmware update.
tilib: device initialization failed
-----------------------------------
after this, I received this msg when I updated firmware.
-------------------------
MSPDebug version 0.20 - debugging tool for MSP430 MCUs
Copyright (C) 2009-2012 Daniel Beer <dlbeer@gmail.com>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
MSP430_GetNumberOfUsbIfs
MSP430_GetNameOfUsbIf
Found FET: COM20
MSP430_Initialize: COM20
FET firmware update is required.
Starting firmware update (this may take some time)...
Initializing bootloader...
Programming new firmware...
25 percent done
50 percent done
75 percent done
100 percent done
100 percent done
Update complete
Done, finishing...
MSP430_VCC: 3000 mV
MSP430_OpenDevice
tilib: MSP430_OpenDevice: Unknown device (error = 5)
tilib: device initialization failed
---------------------------------
After this msg, whenever I tried to upload some program, it just show
-----------------------
tilib: MSP430_OpenDevice: Unknown device (error = 5)
tilib: device initialization failed
------------------------
This message.
Do I need to buy new jtag programmer to update program, or my target board has some problem?
Thanks,
Anthony