Question
I am currently facing the issue with continuously displaying UART data on LCD using TouchGFX
I am currently working on the STM32H750VB custom board where 16 bpp RGB LCD Interface is used. After sending the data for couple of times successfully on the LCD screen, it stops displaying the data. On debugging, I found out that it gets stuck on configASSERT( pxQueue->uxItemSize == 0 ) called from xQueueSemaphoreTake().
As I am new to freertos and TouchGFX, can you please provide me the insight to find the root cause?