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
e2e.ti.com/.../6886.Application.zip
C6748+SYSBIOS+EDMA3+高速缓存
L2缓存为256KB。
在 CCS 5.5、MAX_ACount = 10、MAX_BCOUNT = 10中、 项目 Application/EDMA3正常运行。
但是、 将 MAX_BCOUNT 从10修改为512。然后运行该项目、就会出错。
#define MAX_BCOUNT (512u)
在运行之前 、_dstBuff[]全部为0
运行后 、_dstBuff[0...9]为0、 _dstBuff[]的其他成员正确。
看起来头10个字节不是由 EDMA3传输的。
问题的原因是什么?