Skip to content
Lucas Jenß edited this page Jan 6, 2015 · 9 revisions

Overview

MSBA2 image

Hardware

MCU: LPC2387 ARM7-TDMI
RAM: 96kb
Flash: 512kb

More info

Board schematics

Circuit Diagram

Circuit Diagram II

MSB-A2 page @ Freie Universität Berlin/CST

Toolchains

See: ARM

Working:

  • CodeSourcery 2013.11
  • CodeSourcery 2014.05 (only hello-world tested)
  • CodeSourcery 2008q3

Not Working:

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

Clone this wiki locally