MSP430 Toolchain Installation

Msp430-gcc

mspdebug

  • Download from here
  • Works finde with Ubuntu 10.04amd64

Debugging with FET430UIF and Eclipse

1) Initiate the UIF

mspdebug uif -j -d /dev/ttyUSBx 

2) Start the gdb proxy in mspdebug on port 2000

gdb 2000

3) Connect to mspdebug using msp430-gdb

msp430-gdb

Initialization commands:

set remoteaddresssize 64
set remotetimeout 999999
target remote localhost:2000
set download-write-size 2000
set remote memory-write-packet-size 2000
set remote memory-write-packet-size fixed
set remote memory-read-packet-size 2000
set remote memory-read-packet-size fixed

TMoteSky: Replace msp430bsl

Original msp430bsl doesn't work with TMote due the special hardware. Use this specially patched msp430-bsl and replace the original one in /opt/mspgcc/bin/

The archive includes a dir „serial“. You have to add it, too.

material/msp430_toolchain_installation.txt · Zuletzt geändert: 2011/06/29 18:35 von richard
Valid CSS Driven by DokuWiki Valid XHTML 1.0