用的是最新的CCS,官方的demo,是少了个文件么?求助
Ling Zhu2:
工程发上来 我帮你看看~
taozhang16:
回复 Ling Zhu2:
这是整个文件。
taozhang16:
回复 Ling Zhu2:
juring_2016,
这是CCS中少安装了APP么?
Ling Zhu2:
回复 taozhang16:
我导入你的工程的时候有如下提示
See details below. Error: Import failed for project '004' because its compiler definition is not available. Please install the MSP432v15.12 compiler before importing this project – click 'View > CCS App Center' to check if compiler updates are available, or install the compiler manually and register it with CCS through 'Preferences > CCS > Build > Compilers'.
你是哪个版本的呀?
taozhang16:
回复 Ling Zhu2:
CCS都是最新的,刚刚升级。。
taozhang16:
回复 Ling Zhu2:
juring_2016,
我感觉好像msp432p401r.h文件有问题,有没有以前的,我替换看看
taozhang16:
回复 Ling Zhu2:
juring_2016,
我好像是懂了,以前的版本配置中断向量是NVIC_ISER0 = 1 << ((INT_EUSCIA3 – 16) & 31); 而现在是 NVIC->ISER[0] = 1 << ((EUSCIA3_IRQn) & 31);你那是可以运行的,非常感谢哈!
gaoyang9992006:
回复 taozhang16:
原来定义变量的方式改成了数组的形式。
Ling Zhu2:
回复 gaoyang9992006:
是的,请保持开发环境为官方发布的最新版。