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.
我在用DM368做一个video——loopback的过程,中间没有使用中断,并且数据只存放在0x80000000中,能够实现视频环出。
问题是:
在内部是怎么判断一帧的写入/读出是否完成,标识是什么?怎么才能不使用DMA下实现两个地址的交错存取?
你好,
CCS的loopback demo很简单,输入和输出用的同样一个地址。
在实际的应用里面,需要你做VD中断里面修改输入的地址和输出的地址来实现ping pong buffer。