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.
工具/软件:TI-RTOS
我特别停留在5个不同的文件中...(5个文件如下所示,其中有我被卡住的特定行)
(1) EXIT.c
void abort (void)(空)
{
loader_exit();
适用于(;); /*永久旋转*/
}
(2)系统.c
system_exitFxn (stat);
(3) subscribe_publish_sample_pem4.c
xdc_runtime_System_exit (stat);
(4) Hwi.c
Hwi_exHandlerFunc (exstack、LR);
(5) BIOS.c
void BIOS_exit (int stat)
{
BIOS_module->exitFunc (stat);
}
我得到以下“在串行中输出”窗口(附屏幕截图)...
此致。
Vivek