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.
使用C6748做SPI EDMA 中断测试,设置断点可以进入传输完成中断函数,但是全速运行后就无法进入中断函数,不知为什么》
代码有个循环一直等待中断函数将flagTx 置1,全速运行时,我点击暂停,程序一直停在循环上。
while((0 == flagTx) || (0 == flagRx));
你的意思是放在0x80000000这块地址不能全速运行?设置断点是可以运行的?那如果.text段放在L2 RAM 0x11800000处能全速运行吗?