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.

TMS320C6748: Sysbios偶发重启或卡死

Part Number: TMS320C6748
Other Parts Discussed in Thread: SYSBIOS

请问一下使用sysbios过程中,偶发程序挂死或者重启的现象。

1.挂死时有可能停在了abort函数 有可能停在了ti的init hal stack函数

2.重启时并不是从一级启动程序重新启动,而是直接从应用的main函数重新开始执行了。

以上两种现象,sysbios都没有异常打印,复现概率不一定,有时几分钟,有时一两小时。目前怀疑是栈溢出之类的问题,想请问下sysbios有没有相关的错误打印,需不需要在代码中使能?怎么使能错误打印?