Hi,
I have got a Zoom OMAP L138 EVM board which includes an LCD interface also. Currently I am trying to display the output of a program on the LCD screen. I have two concerns here:
1) The over-all speed of the program is very slow. Is it because Iam running in debug mode? The GEL file initialization is as follows:
C674X_0: Output: Target Connected.
C674X_0: Output: ---------------------------------------------
C674X_0: Output: Memory Map Cleared.
C674X_0: Output: ---------------------------------------------
C674X_0: Output: Memory Map Setup Complete.
C674X_0: Output: ---------------------------------------------
C674X_0: Output: KICK Unlocked.
C674X_0: Output: ---------------------------------------------
C674X_0: Output: PSC0 Enable Verify Timeout on Domain 0, LPSC 6
C674X_0: Output: PSC Enable Complete.
C674X_0: Output: ---------------------------------------------
C674X_0: Output: PLL0 init done for Core:300MHz, EMIFA:25MHz
C674X_0: Output: mDDR initialization is in progress....
C674X_0: Output: PLL1 init done for DDR:150MHz
C674X_0: Output: Using mDDR settings
C674X_0: Output: mDDR init for 150 MHz is done
C674X_0: Output: ---------------------------------------------
C674X_0: Output: DSP Wake Complete.
C674X_0: Output: ---------------------------------------------
2) The programmed LCD width is only 480, and I need to display atleast 2500 samples at one frame? How can I tackle this issue? Can you guide to some link which talks about LCD interface. I am able to display for 480 samples.
Thanks and regards,
Mahesh