Hi,
Am335x LCDC transfers frame data from DDR2 RAM to its internal FIFO buffer by DMA all the time if raster mode has already started.
Thus one question, can I change LCDDMA_FBx_BASE or LCDDMA_FBx_CEILING register when transferring frame data, anytime?
It means, a sample shows me that the timing which LCDDMA_FBx_BASE or LCDDMA_FBx_CEILING register are changed is at the raster end of frame interruption.
What happens If changing LCDDMA_FBx_BASE or LCDDMA_FBx_CEILING register asynchronously regardless of the interruption? The LCD screen will be sometimes corrupted?
Regards.