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大神!新年好!
开发中遇到了问题,帮忙分析分析
问题描述:
集中器调用sendMsg接口给传感器发送消息,在sendMsg接口执行到
if (ApiMac_mcpsDataReq(&dataReq) != ApiMac_status_success)
时,系统报错,进入:Main_assertHandler,
错误代码:MAIN_ASSERT_HWI_TIRTOS
我怀疑是堆栈溢出造成的,不知道什么问题,
请教TI大神,这个怎么解决