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.

仿真时进入BOARDGetDeviceCtrlModInstNum()后死机



试了一下串口,用的是\ti\pdk_am437x_1_0_4\packages\ti\starterware\examples\uart 的例程代码,仿真的时候进入 下面这个函数后卡死

static int32_t UartAppBoardInfoGet(uartAppObj_t *pObj)
{
int32_t status = S_PASS;

pObj->instNum = BOARDGetDeviceCtrlModInstNum(DEVICE_ID_CONSOLE, 0U);

return (status);
}

step into 调试都不行,一执行就死掉了,请问这是什么原因引起的啊?