ChibiOS/demos/MSP430-MSP430F5437
gdisirio 184a71345c Updated license years.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5102 35acf78f-673a-0410-8e92-d51de3d6d3f4
2013-02-02 10:58:09 +00:00
..
iar git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4809 35acf78f-673a-0410-8e92-d51de3d6d3f4 2012-11-10 08:22:07 +00:00
Makefile git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4807 35acf78f-673a-0410-8e92-d51de3d6d3f4 2012-11-10 08:20:40 +00:00
chconf.h Updated license years. 2013-02-02 10:58:09 +00:00
halconf.h Updated license years. 2013-02-02 10:58:09 +00:00
main.c Updated license years. 2013-02-02 10:58:09 +00:00
mcuconf.h Updated license years. 2013-02-02 10:58:09 +00:00
memory.x git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4807 35acf78f-673a-0410-8e92-d51de3d6d3f4 2012-11-10 08:20:40 +00:00
msp430.x git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4807 35acf78f-673a-0410-8e92-d51de3d6d3f4 2012-11-10 08:20:40 +00:00
periph.x git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4807 35acf78f-673a-0410-8e92-d51de3d6d3f4 2012-11-10 08:20:40 +00:00
readme.txt git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4807 35acf78f-673a-0410-8e92-d51de3d6d3f4 2012-11-10 08:20:40 +00:00

readme.txt

*****************************************************************************
** ChibiOS/RT port for Texas Instruments MSP430X.                          **
*****************************************************************************

** TARGET **

The demo runs on an customized MSP430-F5437 board with a 32768kHz XTAL1
installed. DCOCLK (=MCLK, =SMCLK) is set up to 20Mhz. From mcuconf.h:
#define MSP430_USE_CLOCK            MSP430_CLOCK_SOURCE_DCOCLK

UART0 (38400/8N1) ist used for printing some board information.

** The Demo **

The demo runs first some tests, just to check port correctness. Meanwhile,
green led light. After that the board red and green leds will flash in the
cycle of ~0.5 and ~1.5 seconds respectively.

** Build Procedure **

The demo was built using the
a) IAR for MSP430 5.10.1 (5.10.1.50144) toolchain;
b) GCC version 4.6.3 20120301 (mspgcc LTS 20120406 unpatched).

*** Notes ***

On porting to an another MSP430X-MCU remember to check your linker settings 
for __heap_base__ and __heap_end__ symbols (or redefine these in
asmdefines.s43).