Hello,
I have read multiple threads about the problems with the stm32f7-disco and chibios.
Now I am trying to do some basic debugging to see where I can help. First of all I tried rewriting the board_STM32LTDC.h file to initialize the pins with the PAL functions from chibios.
But when I debug the program now the pins are initialized, and the LCD is turned on (white screen). But after that the gfxInit routine initializes the LTDC controller. From the moment the LTDCEN bit goes high the display goes off (blank screen no backlight) and doesn't want to turn on again.
Any idea what could be the cause of this? I have no idea...
Thanks for all your hard work with this library btw!