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-RTOS
您好!
我最近花了一些时间进行调试、并想与您分享我的经验:
我有一个程序、它包含几个任务。 为了进行测试、我想在没有特定组件的情况下测试系统、因此我在任务中注释了相应的代码。 之后,我在一段时间后遇到了程序错误(运行到 void abort())。 结果是我在没有挂起的情况下布置了超过0xFFFF 的 AB 信标、这导致了错误。 我不知道这是不是一个需要的行为、因为我在文档中没有找到最大计数。
您好!
Dominik