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.
to resize from 640x480 capture to 800x600 display, how are you resizing the video? Are you using the resizer hardware or implementing your own algorithm using DMA?
One other thought is that if this issue is not related to resizing, it may be related to DDR bandwidth. Have you reviewed the following wiki: http://tiexpressdsp.com/index.php/TMS320DM355_High-Definition_%28HD%29_Display
It has a good description of some of the scenerious you can and cannot do with DM355 due to DDR bandwidth.
thanks Gonzales a lot! I know the way to set PBBPR, the address of register it discrit like as:
Enhanced Direct Memory Access (EDMA3) Transfer Control Read Rate (TC RDRATE): 32-bit registers at 0x01C10140 and 0x01C10540
so what is the address of TC RDRATE?0x01C10140 or 0x01C10540
Looking at the EDMA Controller UG (http://focus.ti.com/lit/ug/spruee4a/spruee4a.pdf), it is listed as 0x01C10140; where are you finding the reference to 0x01C10540?