Other Parts Discussed in Thread: MAX232, MAX3243, MSP430FR5739, MSP-EXP430FR5739
Hi,
Below are the Host system setup
Processor : 64 bit processor
OS : Ubuntu
Compiler : msp430gcc
Following is the response when I try to communicate with my device
=============================================================
$ sudo mspdebug rf2500
MSPDebug version 0.22 - debugging tool for MSP430 MCUs
Copyright (C) 2009-2013 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.
Trying to open interface 1 on 006
rf2500: warning: can't detach kernel driver: No data available
Initializing FET...
FET protocol version is 30328680
Set Vcc: 3000 mV
Configured for Spy-Bi-Wire
fet: FET returned error code 4 (Could not find device or device not supported)
fet: command C_IDENT1 failed
Using Olimex identification procedure
fet: FET returned error code 4 (Could not find device or device not supported)
fet: missing info
fet: identify failed
Trying again...
Initializing FET...
FET protocol version is 30328680
Set Vcc: 3000 mV
Configured for Spy-Bi-Wire
Sending reset...
fet: FET returned error code 30 (Security fuse has been blown)
warning: fet: reset failed
fet: FET returned error code 4 (Could not find device or device not supported)
fet: command C_IDENT1 failed
Using Olimex identification procedure
fet: FET returned error code 4 (Could not find device or device not supported)
fet: missing info
fet: identify failed
=============================================================
Two days back, it used to work properly. Meaning, I was able to program my application for blinking led. It performed in hardware the way in which it was expected.
Later I was experimenting with some other registers writing/reading.
Yesterday I observed it cannot be communicated due to blown security fuse. Till now the same status.
I saw in several web pages describing about "the mass erase through BSL". I really do not understand how to do it. Do I require any extra hardware ?
Whatever suggested in software commands such as "sudo mspdebug rf2500 flash-bsl" has been tried, but it is still not recovered.
Can you please suggest me, how can I rectify the problem ?