Difference between revisions of "MSP-EXP430FR5739"
From MAGEEC
(Created page with "==Platform details== {| |- | Processor || MSP430FR5739 |- | Architecture || MSP430 |- | Instruction sets || MSP430 |- | Memory || 16kB FRAM, 2kB RAM |} ==Hardware modificatio...") |
(No difference)
|
Latest revision as of 14:22, 18 November 2013
Contents
Platform details
Processor | MSP430FR5739 |
Architecture | MSP430 |
Instruction sets | MSP430 |
Memory | 16kB FRAM, 2kB RAM |
Hardware modifications
None necessary, attach probes one of the jumpers
Software setup
udev rules
$ cat /etc/udev/rules.d/63-msp-exp430fr5739.rules ATTRS{idVendor}=="0451", ATTRS{idProduct}=="f432", MODE="0666", GROUP="plugdev"
GDB server
See MSP-EXP430F5527 for details on building the gdb server
To run:
$ ./mspdebug rf2500 gdb
Toolchain
$ apt-get install gcc-msp430 msp430-libc msp430mcu gdb-msp430