Hello everyone.
I'm working on a custom board based on iMXRT1052 with TFT panel.
I'm encountering the problem of Fifo TxOverflow in the LCDIF peripheral. I'm sure of that because I enable that interrupt to occur.
Other info on my board.
- external SDRAM chip running at 133Mhz
- same problem on several TFT sizes (and pix_clocks from 9Mhz to 54Mhz)
- I'm using LVGL library, FreeRTOS 10.4 Patch 2
Can anyone advise on how I could avoid that or at least recover from that?
Thanks.