-
Notifications
You must be signed in to change notification settings - Fork 30
/
README
52 lines (39 loc) · 1.73 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
****** msp430-launchpad ******
Some (unmaintained) example code and experiments with TI's MSP-EXP430G2
Launchpad.
They are targeted towards the mspgcc tool chain. Porting to a different
tool chain should hopefully require little more than interrupt and header file
changes.
Directory Structure
common Generic C code used in examples/projects.
examples Small code examples
projects Larger more featured projects
See projectSummary.txt in the examples and projects directories for an idea of
what is used in each "project", if you are after a particular example.
All mspgcc code folders should be accompanied by a makefile - to build type "make"
from the terminal.
Feel free to modify and use this code as you see fit, just leave in any copyright
details that might be in the source.
****** Datasheets ******
Here are some (potentially dead) links to datasheets:
Family User Guide: http://www.ti.com/litv/pdf/slau144h
msp430g2211:
msp430g2x01, msp430g2x11 http://www.ti.com/lit/gpn/msp430g2211
msp430g2231:
msp430g2x21, msp430g2x31 http://www.ti.com/lit/gpn/msp430g2231
msp430g2452:
msp430g2x52, msp430g2x12 http://www.ti.com/lit/gpn/msp430g2452
msp430g2553:
msp430g2x53, msp430g2x13 http://www.ti.com/lit/gpn/msp430g2553
****** Resources ******
Here are some useful websites I have came across:
http://www.43oh.com/
http://hackaday.com/tag/msp430/
http://mspsci.blogspot.com/
http://www.msp430launchpad.com/
http://e2e.ti.com/blogs_/b/msp430blog/default.aspx
Much of the hardware configuration was based on TI's example code:
G2xx1 http://www.ti.com/lit/zip/slac463
G2xx2 http://www.ti.com/lit/zip/slac467
G2xx3 http://www.ti.com/lit/zip/slac485
(C) D. Dang, Texas Instruments Inc. - 2010, 2011