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.

如何将MSP-EXP430F5994开发板的OutOfBox程序装载到IAR中

Other Parts Discussed in Thread: MSP-EXP430FR5994, MSP430FR5994

手头有一块MSP-EXP430F5994开发板,将TI提供的outofbox程序装入IAR中。不能编译通过,一直在报错。IAR版本7.11.1

报错提示Fatal Error[Pe1696]: cannot open source file "driverlib.h"
 

可能是Library 没有载入   通过修改 options-->  General options -->Library  Configuration --> library--> custom DLIB -->configuration 选择driverlib.h文件后编译

提示Error[Pe020]: identifier "uint16_t" is undefined   然后无论在哪个文件添加 stdint.h 文件都不能编译通过  

TI给的例程如何添加到IAR中?   正确的顺序是什么。  希望大家能帮助我解决这个问题   。谢谢大家