Difference between revisions of "MSP-EXP430F5529LP"
From MAGEEC
(Created page with "Category:Hardware ==Platform details== {| |- | Processor || MSP430F5529 |- | Architecture || MSP430 |- | Instruction sets || MSP430 |- | Memory || 128kB Flash, 8kB RAM |}...") |
(No difference)
|
Revision as of 21:41, 17 November 2013
Contents
Platform details
Processor | MSP430F5529 |
Architecture | MSP430 |
Instruction sets | MSP430 |
Memory | 128kB Flash, 8kB RAM |
Hardware modifications
None necessary, attach probes to the 3V3 jumper.
Software setup
udev rules
$ cat /etc/udev/rules.d/62-msp-exp430f5529lp.rules ATTRS{idVendor}=="2047", ATTRS{idProduct}=="0013", MODE="0666", GROUP="plugdev"
GDB server
To build:
$ git clone git://git.code.sf.net/p/mspdebug/code mspdebug $ cd mspdebug $ make
To run:
$ ./mspdebug ezfet gdb
This starts a gdb server on port 2000.
Toolchain
$ apt-get install gcc-msp430 msp430-libc msp430mcu gdb-msp430