Hi Daniel,

I don't know what you changed, but it now also works with my FET
firmware version. Awesome! This should save me lots of time compared to
using Windows msp430-jtag through Wine. Thanks!

Oh, I did notice a warning when programming a HEX file, on the
next-to-last line:

$ mspdebug uif -j -d /dev/ttyUSB0 "prog build/lnode_custom/main.ihex"
Trying to open UIF on /dev/ttyUSB0...
Initializing FET...
FET protocol version is 20401004
Configured for JTAG (2)
Sending initial reset...
Set Vcc: 3000 mV
Device ID: 0xf249
Device: MSP430F249
Code memory starts at 0x1100
Number of breakpoints: 3
Erasing...
Programming...
Writing 128 bytes to 8000...
Writing 128 bytes to 8080...
[snip]
Writing 128 bytes to 8a00...
Writing 128 bytes to 8a80...
Writing  22 bytes to 8b00...
warning: ihex: unknown record type: 0x03
Writing  32 bytes to ffe0...

I'll attach the HEX file, it's a simple "flash a LED" test program. It
seems to be working just fine, though.

Michiel

> -----Original Message-----
> From: Daniel Beer [mailto:[email protected]]
> Sent: donderdag 9 september 2010 5:52
> To: GCC for MSP430 - http://mspgcc.sf.net
> Subject: [Mspgcc-users] MSPDebug version 0.11
> 
> A new version of MSPDebug is available now. There are still a few
> outstanding issues with some chips, but there's been quite a lot added
> so I thought it was about time to put together a new release. Notable
> features in this one:
> 
>     * Support for programming and debugging 20-bit devices.
>     * Support for MSP430X instruction set.
>     * Support for new chips: MSP430F2234, CC430F5137, MSP430F2618,
>       MSP430F1612, MSP430F47197, MSP430F1232, MSP430F413, MSP430F2370.
>     * Bug fixes: RF2500 support on OS/X, chip identification using
FET.
>     * Added quiet mode to supress debug output.
>     * Faster gdb transfers.
>     * Faster polling with FET driver (quicker single-stepping and
>       breakpoint detection).
>     * Commands can now be issued, and output received, via the gdb
>       interface (using "monitor").
>     * Support for FET430UIF firmware updates via BSL.
> 
> Available, as always, from:
> 
>     http://mspdebug.sourceforge.net/download.html
> 
> - Daniel

Reply via email to