正在使用C语言编写调试TMS320F28035的CLA,使用CLA进行ADC采集,可是调试时有以下问题:
1、全速运行时CPU直接跳到了_interrupt void ILLEGAL_ISR(void), ,程序停止运行;
2、单步运行时,运行到memcpy((uint16_t *)&Cla1funcsRunStart,(uint16_t *)&Cla1funcsLoadStart, (unsigned long)&Cla1funcsLoadSize);语句时,编译器跳出以下窗口提示:
Can't find a source file at "/tmp/TI_MKLIBXHHo2F/SRC/memcpy_ff.c"
Locate the file or edit the source lookup path to include its location.
请各位帮忙分析指点一下,谢谢。