Forum Discussion
Altera_Forum
Honored Contributor
17 years agoFrame Buffer (sopc) Issues
Hi, I am getting some issue for connecting an 1280X720P@50Hz camera to an cyclone III development board(starter kit). I am getting the torn video at the output. I have attached the images of th...
Altera_Forum
Honored Contributor
17 years ago1 - Your DDR controller has a local interface width of 32 bits yet you've set your frame buffer to have a width of 256. Make your frame buffer 32 bits to match the DDR controller.
2 - You're running the DDR controller at a local interface width of 32 bits and a frequency of 133MHz. Just be aware that under this configuration you're consuming 69.3% of the available memory bandwidth. This is fine but your memory accesses have to be efficient for it to work. Jake