2026-03-27 9:11 AM - last edited on 2026-03-30 1:16 AM by mƎALLEm
Hi,
I am trying to configure the X-NUCLEO-GFX02Z1 display expansion board with the NUCLEO-F767ZI board. The LCD controller used is ST7789, and the interface is configured via FMC.
During BSP initialization (BSP_LCD_Init), I am encountering an error:
However, if I bypass this failure and proceed:
When attempting to draw on the display using:
BSP_LCD_FillRGBRect(0, 0, (uint8_t*)buffer, 0, 0, 100, 100);
there is no visible output on the screen.
Could you please help identify:
Any guidance on debugging steps or known issues with this board combination would be greatly appreciated. I am already following official documentation from ST and the X-CUBE-DISPLAY software pack to setup the display and controller.
Thanks in advance!