Skip to main content
Associate
May 16, 2024
Solved

NUCLEO-GFX01M2 Initialization error

  • May 16, 2024
  • 2 replies
  • 1175 views

I'm running the following git source on the NUCLEO-G071RB with NUCLEO-GFX01M2.

GitHub - lvgl/lv_port_stm_nucleo_g071rb: LVGL ported to ST's NUCLEO G071RB board

But, I got an error at the cursor location from the attached figure (LCD Error 1.png).

The return value of "data" from st7789v_recv_data function was all 0.

I'm not sure this is correct. I guess there should be some values in it.

When I run the X-Cube-Display sample program, I got the same error.

Please let me know what cause this kind of error.LCD Error 1.png시험 Setup.jpg

2 replies

ST Employee
May 16, 2024

Hello @jasonlee3 ,

I'm not sure if you are planning on using graphics on your board or not, but I suggest using TouchGFX instead of your current project. 
TouchGFX has already a Board Setup which contains all the required settings for NUCLEO-G071RB + GFX01M2; You just need to develop your GUI and the rest in handled by TouchGFX.

 TouchGFX Board Setup for NUCLEO-G071RBTouchGFX Board Setup for NUCLEO-G071RB

I hope this helps you, don't hesitate to ask more questions

jasonlee3AuthorBest answer
Associate
May 23, 2024
ST Employee
May 24, 2024

Glad to hear you found a solution!

You're very welcome and good luck