aboutsummaryrefslogtreecommitdiffstats
path: root/demos/MSP430-MSP430F5437/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-11-10 08:20:40 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-11-10 08:20:40 +0000
commit1245e8e3c2198d529263b01fd5dd215a3b84b4d5 (patch)
treec70b6f30da471b782fb55ac0cd155ee54b0259a2 /demos/MSP430-MSP430F5437/readme.txt
parent5510f99b9985de5f926a53341a7b03f7d0639b37 (diff)
downloadChibiOS-1245e8e3c2198d529263b01fd5dd215a3b84b4d5.tar.gz
ChibiOS-1245e8e3c2198d529263b01fd5dd215a3b84b4d5.tar.bz2
ChibiOS-1245e8e3c2198d529263b01fd5dd215a3b84b4d5.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4807 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/MSP430-MSP430F5437/readme.txt')
-rw-r--r--demos/MSP430-MSP430F5437/readme.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/demos/MSP430-MSP430F5437/readme.txt b/demos/MSP430-MSP430F5437/readme.txt
new file mode 100644
index 000000000..164002431
--- /dev/null
+++ b/demos/MSP430-MSP430F5437/readme.txt
@@ -0,0 +1,29 @@
+*****************************************************************************
+** 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).