On Mon, Sep 24, 2012 at 01:30:25PM -0300, Jose Luis Honorato L. wrote:
> I'm writing a basic UART data logger for the msp-exp430f5529 board, and for
> some reason I'm not able to install the generated binary in .elf format
> using mspdebug under Ubuntu 12.04.1 LTS. Anyhow, when generating a copy in
> ihex format using msp430-objcopy the binary is installed correctly. This
> does not happen to every compiled program, just for some. The log when I
> try to load the .elf file is the following:

Hi Jose,

Would you be able to show the output (as below) when you're programming
the HEX file?

> Programming...
> Writing 4096 bytes at 4400 [section: .text]...
> Writing 4096 bytes at 5400 [section: .text]...
> Writing 4096 bytes at 6400 [section: .text]...
> Writing 4096 bytes at 7400 [section: .text]...
> Writing 4096 bytes at 8400 [section: .text]...
> Writing 4096 bytes at 9400 [section: .text]...
> Writing 4096 bytes at a400 [section: .text]...
> Writing 4096 bytes at b400 [section: .text]...
> Writing 4096 bytes at c400 [section: .text]...
> Writing 1700 bytes at d400 [section: .text]...
> Writing   16 bytes at daa4 [section: .data]...
> Writing   24 bytes at 1800 [section: .infomem]...
> Writing  128 bytes at ff80 [section: .vectors]...
> Done, 38732 bytes total
> fet: reply type mismatch
> fet: reset failed
> warning: prog: failed to reset after programming
> fet: reply type mismatch
> fet: final reset failed
> fet: reply type mismatch
> fet: close command failed

Does anything change if you omit the .infomem section from your binary?

- Daniel

-- 
Daniel Beer <dlb...@gmail.com>    www.dlbeer.co.nz
IRC: inittab (Freenode)    PGP key: 2048D/160A553B

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to