Altera_Forum
Honored Contributor
15 years agoFrame Reader configuration
Hi,
I use DE2 board and TERASIC TRDB_LTM (800x480 Touch LCD) I attempt to build the following configuration: NIOS2 that runs the program from SRAM: Works LCD that is connected to Video Clocked Output IP that is fed from Frame Reader that reads the data from DE2 SDRAM. The Video interface is configured to 3 planes 5 bit each, parallel. with resolution that is the same as the LCD. If i connect Test Pattern Generator instead of Frame Reader, then i get the pattern. If i connect Frame Reader I fail to get any picture. I'm not sure regarding the configuration of the Frame Reader. The SOPC configuration of the Frame Reader: 16 bit port. max width:800 max height:480 parallel planes: 3 serial planes: 1 bits per color plane: 5 As far as i understand the configuration, there is 1 cycle per word. so words per frame= cycles per frame=800*480=384000 am i correct? what should i set in the interlacing register (i want to hold all the frame in one place)? any insights regarding SDRAM configuration on DE2 board? (although i think it works fine) Thanks in advance.