Posted on June 14, 2018 at 09:52Hi, When I write to the FCR register (via HAL_LCD_Init) , the FCRSF is not being set afterwards and so the LCD_WaitForSynchro is failing./* Loop until FCRSF flag is set */while(__HAL_LCD_GET_FLAG(hlcd, LCD_FLAG_FCRSF)...