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.

CC1312R: 使用ti-rtos和easylink,发生程序崩溃的现象,求帮忙分析

Part Number: CC1312R


我的项目中使用了easylink来做无线信号的收发,我发现如果程序不进行无线信号的收发,程序不会有问题,但是一旦引入了无线信号的收发,程序就会崩溃。

以下是rov的一些信息:

首先是task中显示idle_loop出现了INTERNAL ERROR, 但是这个错误有时我发现会出现在别的task中。

Hwi的exception的call stack显示调用了Semaphore_post 导致的问题? 但是我检查了代码并没有地方调用这个函数,只有easylink的函数有调用。

程序崩溃前最后打印的信息内容是在EasyLink_receiveAsync的回调函数中,信息没有完全打完就崩溃了,在回调函数中我还后续使用了Event_post和Mailbox_post

如果还需要别的信息,请告知我

请帮忙分析一下问题可能是由于什么导致的, 谢谢!!!