cancel
Showing results for 
Search instead for 
Did you mean: 

STM32G071 touchgfx example

BHure.1
Associate III

Hello, I am generating a project from touchgfx with X-NUCLEO-GFX01M1. I manage to flash the board and make a basic example.

However, when i move to CubeIDE, i am facing issues.

First of all, i have added the external loader MX25L64.. to the debug.

After i open the CUBEMX ioc file and save just a basic change, i get errors regarding RCC (even if i have not changed something there).

What could be the culprit?

0693W000008wvJIQAY.png 

3 REPLIES 3
Romain DIELEMAN
ST Employee

Hi,

I believe this is due to the latest FW package 1.4 (and 1.4.1). In cubeMX you should change the fw package path to the fw pack v1.3 (in the Project Manager tab) and generate code.

/Romain

BHure.1
Associate III

If i run target from touchgfx , the display shows the information.

However, if i generate the code and run from stm32cubeide, i get a white background.

BHure.1
Associate III

modified the system_stm32g0xxx.c file according to this thread: https://community.st.com/s/question/0D53W00000OUZHcSAP/stm32cubefwg0v140-bug-

Manage to build succesfully... however-- stil white background (also when running from touchgfx).