readme.txt

来自「TI TMPS430单片机使用例子」· 文本 代码 · 共 28 行

TXT
28
字号
whats this?
-----------
its a simple example project for the MSP430 series MCU and the GCC port
of the mspgcc project. the project contains a makefile and uses assembler
and C sources. its a simple LED lighning example.

this example shows the following features:
 - just a plain main() that accesses the ports of the MSP
 
 - makefile
    o compile and link
    o convert to intel hex format
    o generate a listing with mixed C / assembly

required hardware
-----------------

 - a MSP430F1121 or larger device (any from the F1x series)
 
 - an array of eight LEDs on P1.0 .. P1.7 (470 Ohms series resistor to GND)
   or better connected through a driver IC like a 74HC245 or 74HC244.

disclaimer
----------
this example is part of the mspgcc project http://mspgcc.sf.net
see license.txt for details.

chris

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?