Board: MSBA2 - kbonset/RIOT GitHub Wiki
Overview
Hardware
MCU: | LPC2387 ARM7-TDMI |
---|---|
RAM: | 96kb |
Flash: | 512kb |
More info
MSB-A2 page @ Freie Universität Berlin/CST
Toolchains
See: ARM
Working:
- CodeSourcery 2013.11
- CodeSourcery 2014.05 (only hello-world tested)
- CodeSourcery 2008q3
- GNU Tools for ARM Embedded Processors 5.2.1 20151202 (release) (only
default
tested)
Not Working:
- Arm launchpad 2013-2
- GNU Tools for ARM Embedded Processors 4.8.4 2014q2 (release)
Programming and Debugging
Currently the MSBA2 boards only work properly™ with a CodeSourcery toolchain.
lpc2k_pgm
In order to flash the MSBA2 board you also need the lpc2k_pgm
tool. You can build it by navigating to the boards/msba2-common/tools
directory and then running make
. The tool will be created inside the bin/
sub-directory and has to be copied to a directory inside the $PATH
.
flashing/debugging
Build using the following set of commands:
BOARD=msba2 make flash
BOARD=msba2 make term
Known Issues
None