⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 TI TMPS430单片机使用例子
💻 TXT
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -