This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430 LaunchPad设计心得】+IAR建立工程文件

今天终于盼来了我的launchpad 开发板,先点亮一个led实验。

我安装了iar,以前做过简单msp430实验,所以还一直保留着呢!

先建立一个标准的工程文件档:

 

 

建立一个工程文件:

 

 

配置文件:

设置保存的路径以及要查找的路径。

选择型号

 

 设置仿真的驱动

 

最后就是编写成就编译就行了:

 

 

 

哈哈一个闪烁的led就出现了!