I am updating frame buffer in the external ram as and when I get the character codes from the UART by referring a font data base.
The frame buffer size is around 600kb and it takes around 1.5 seconds to fill it completely without using DMA. The external ram size is 8 MB .The frame buffer is in data section and hence the SDRAM controller gives it second priority compared to text section which has highest priority. The SDRAM controller is configured to operate in burst mode.
The processor I am using is OMAP 3515 operating at 200 MHz and external RAM at 133 MHz.
I am trying to find an optimal solution to fill the frame buffer of 600kb in 40 Milli seconds. Kindly assist me.