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.

hal_irgen_NEC 例子,调用后, 无法接收到AF_INCOMING_MSG

请教一下大家,

在没有调用前, 终端是可以接收到协调器的指令的。

当调用 HalIrGenInitNet();  HalIrGenCommandNec(cmd); 后,  也执行了HalIrGenDmaIsr();

终端就接收不到协调器的指令(没有了 AF_INCOMING_MSG_CMD 事件)。

我尝试调用 HalIrGenCommandNec后,  把 断点 打在OSAL.c 的osal_run_system(void ) 函数里, 这个轮循函数 过一会 好像就没有执行了。