Hello Daniel,

I want to program a MSP430G2231.

I get the following:
===============
root[firstcompiling]# mspdebug uif -d /dev/ttyUSB0
Trying to open UIF on /dev/ttyUSB0...
Initializing FET...
FET protocol version is 20107000
Configured for Spy-Bi-Wire
fet: FET returned error code 38 (External power detected)  ----> Note 
(2.5 Volts externally connected)
warning: fet: set VCC failed
Device: MSP430F20x2 ---> Note: Wrong device????
Code memory starts at 0xf800
Number of breakpoints: 2
[...]

(mspdebug) prog test1.elf
Erasing...
Writing 124 bytes to e000... --> wrong adress?
fet: FET returned error code 7 (Could not write device memory)
fet: failed to write to 0xe000
(mspdebug) mw 0xf800 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16
(mspdebug) md 0xf800
     0f800: 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 
|................|
     0f810: 10 11 12 13 14 15 16 ff ff ff ff ff ff ff ff ff 
|................|
     0f820: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
|................|
     0f830: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
|................|
======

Can you please add the device or help me to get a workarount? May it be 
possible that the elf file is corrupt?

Michael

Michael

------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
Mspgcc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to