tinySA/demos/MSP430-MSP430x1611-GCC
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
..
Makefile Updated MSP port. 2012-04-25 09:33:30 +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@4135 35acf78f-673a-0410-8e92-d51de3d6d3f4 2012-04-25 09:36:42 +00:00
msp430.x git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4135 35acf78f-673a-0410-8e92-d51de3d6d3f4 2012-04-25 09:36:42 +00:00
periph.x git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4135 35acf78f-673a-0410-8e92-d51de3d6d3f4 2012-04-25 09:36:42 +00:00
readme.txt git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2630 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-01-09 14:26:15 +00:00

readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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

** TARGET **

The demo runs on an Olimex MSP430-P1611 board with a 8MHz xtal installed. In
order to execute the demo without an crystal you need to edit mcuconf.h
and change:
#define MSP430_USE_CLOCK            MSP430_CLOCK_SOURCE_XT2CLK
in:
#define MSP430_USE_CLOCK            MSP430_CLOCK_SOURCE_DCOCLK

** The Demo **

The demo flashes the board LED using a thread, by pressing the button located
on the board the test procedure is activated with output on the serial port
COM1 (USART0).

** Build Procedure **

The demo was built using the MSPGCC toolchain.

** Notes **

The demo requires include files from MSPGCC that are not part of the ChibiOS/RT
distribution, please install MSPGCC.

                         http://mspgcc.sourceforge.net/