Other Parts Discussed in Thread: OMAPL138
I am trying to initialize the LCDC to control a 16 bpp TFT display in raster mode. Once all of the registers have been programmed I load the palette using Palette Only Mode (RASTER_CTRL: PLM = 1h) , get a confirmation that the palette has been loaded (LCD_STAT: PL=1), and then disable the raster controller. I then load my frame buffer and enable the raster controller. As soon as the controller is enabled I get a Sync Lost flag (LCD_STAT: SYNC=1). It does not matter if I set the Palette Loading Mode to Palette and Data (RASTER_CTRL: PLM = 0h) or Data Only (RASTER_CTRL: PLM = 2h).
Any suggestions?