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.
环境条件:
这个问题多见于heap size不够,不足以分配数据传输所需的buffer,可以增大heap size试下
谢谢,我已经增大过了,还是出现了这个问题,确实能减少很多,但是没有彻底解决。还有个,增加heap会不会影响TC-LINK的问题,因为我看预编译没有TC-LINK的heap size会比有TC-LINK的heap size大
出现这个问题的原因就是osal_mem_alloc返回错误。
原因肯定heap size不够了,请问你在程序里面有其他申请RAM的地方么? 很多变量?
现在map文件里面,ram还剩下多少?