首先,IER是一个寄存器。并且是CPU内核的寄存器。IFR也一样。 与外设寄存器类似,在CCS的编译环境中,都把这类寄存器当作一个全局变量来处理。 比如,要使能PIE中的ADCD1中断,则是直接改变PieCtrlRegs这个全局变量中的某个位。 PieCtrlRegs.PIEIER1.bit.INTx6 =1;/* PIE Group 1.6, ADCD1_INT*/ C语言规范要求,在...
When I deleted the .launches and .settings folders in the project and recompiled, two errors appeared: Problem description: Symbol 'IER' could not be resolved Problem description: Symbol 'IFR' could not be resolved How to solve this problem,thank you. Green Deng: 你好,能提供更详细一点的信息...
CCS 6 报错 Other Parts Discussed in Thread:ADS807 Description Resource Path Location Type Symbol 'IER' could not be resolved main.c /ADS807 line 91 Semantic Error 请问只是因为CCS6 版本的问题吗?