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.

TMS28035的官网例程的问题

Other Parts Discussed in Thread: TMS320F28035

在TI官网上下载的TMS320F28035的例程:
1)DSP2803x_Device.h中:extern cregister volatile unsigned int IFR; 其中关键字"cregister"不能识别,为灰色,导致Main函数里的IER IFR 都不能识别
2)在CCSV5环境下,声明一个中断函数 interrupt void epwm1_isr(void);发现提示" interrupt "为不能识别,提示语法错误?
3)编译后,连接上TMSF28035,在CCSV5下load program,出现�No Source available in main() at"XXXX"",程序不能运行;
上述问题全部是用TI官方网站上的28035例程下出现的;

小弟在此请教了