VPBE以YCC16的格式输出640X480的图像,数据源大小为640x480x2Bytes,无论是filed mode 或是frame mode,每行扫描时每2Bytes(一个像数数据)数据都会被输出两次,即320x480x2Bytes就把屏幕填满,有人知道是怎么回事儿么?谢谢
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.
VPBE以YCC16的格式输出640X480的图像,数据源大小为640x480x2Bytes,无论是filed mode 或是frame mode,每行扫描时每2Bytes(一个像数数据)数据都会被输出两次,即320x480x2Bytes就把屏幕填满,有人知道是怎么回事儿么?谢谢
非常感谢你的回复,也谢谢董枫的技术支持,目前这个问题已经解决,原因是在于像素时钟设置的问题,主要是OCPW和OCPT设置不正确,导置VNEC的时钟和像素时钟不一致,使得数据重复输出。