Hi everyone
help!help!help!help!
请求专家指点!!
用TMS320F28035调用的ti的motor_control 中的电机驱动库,调用hall了,系统编译时没有提示错误。
进去DEBUG开始调试
Texas Instruments XDS100V2 USB Emulator
下面多了一个_args_main() at .......
在_args_main()中提示
Can't find a source file at "/tmp/TI_MKLIBPOmcDc/SRC/args_main.c"
Locate the file or edit the source lookup path to include its location.
在下部分的Error Log 中还提示错误
按Resume 开始运行程序
interrupt void ILLEGAL_ISR(void) // Illegal operation TRAP
{
/* // Insert ISR Code here//忽略
// Next two lines for debug only to halt the processor here
// Remove after inserting ISR Code
asm(" ESTOP0"); //跳进非法操作陷阱
for(;;);*/
}
跳进去后 系统就不能运行了。
为什么会出现这样的问题,请问怎么样才能避免这样的问题产生。

