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.
请问我使用IWR6843ISK-ODS+mmwaveicboost时,当我使用官方生命体征例程仿真时,mss程序提示如下
[Cortex_R4_0] Exception occurred in ThreadType_Main.
Main handle: 0x0.
Main stack base: 0x800b390.
Main stack size: 0x1000.
R0 = 0x00000000 R8 = 0x00000000
R1 = 0x0800b00c R9 = 0x00010f99
R2 = 0x00000000 R10 = 0x00008026
R3 = 0x037f0010 R11 = 0x00000001
R4 = 0x0800b38e R12 = 0x000147b0
R5 = 0x0800b37c SP(R13) = 0x080097d0
R6 = 0x00000002 LR(R14) = 0x00010f99
R7 = 0x08008c4c PC(R15) = 0x0000dee8
PSR = 0x400c019f
DFSR = 0x00000000 IFSR = 0x00000000
DFAR = 0x00000000 IFAR = 0x00000000
ti.sysbios.family.arm.exc.Exception: line 209: E_undefinedInstruction: pc = 0x0000dee8, lr = 0x00010f99.
xdc.runtime.Error.raise: terminating execution
且debug显示如下:
这时候程序没有进入main(),该如何解决?