再将例程中单核例程 usb_host_msc 改为双核时,报出以下故障,但是程序中并没有_error_,不知道是什么原因,如何处理? linking过程中
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.
您可以在 F2837xD_SysCtrl.c 内添加下面的语句
void __error__(char *pcFilename, unsigned long ulLine)
{
ESTOP0;
}
编译后无报错