cancel
Showing results for 
Search instead for 
Did you mean: 

NUCLEO-F072RB with the X-NUCLEO-GFX01M2

Rupert
Associate

Hey everyone, I'm new to the whole STM32 world so bear with me.

I saw that the NUCLEO-F072RB worked with the X-NUCLEO-GFX01M2, but I can't make it work. The touchGFX is grey in the CubeMX and there are no examples in the touchGFX designer with the F series.

I was trying to work with the IDE instead of CubeMX but the result is the same.

I've seen some answers here about porting and making 2 exact setups and transfering the difference from one to the other but I'm really confused on how to solve this problem.

Can anyone help me out?

Regards,

Rupert

12 REPLIES 12

The board plugs in and is wired correctly. There are likely drivers, or ones that can be ported.

You're trying to use it with something which is far too bloated to fit, and not a combination that's actively supported.

You should be able to access the display controller and its on-board GRAM / Frame Buffer, via SPI

The Buttons are GPIO

The NOR Flash via SPI, using a different Chip Select

https://community.st.com/ysqtg83639/attachments/ysqtg83639/mcu-touch-gfx-gui-forum/533/1/TCXD022IBLON-5%20V1.1%20SPEC.pdf

ST7789V controller

If you need the richness of the TouchGFX implementation, ie screens, menus, animations, etc you're going to need a system with a lot more memory resources for code and imagery.

 

 

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

https://github.com/afiskon/stm32-st7735/blob/master/Src/main.c

https://github.com/Floyd-Fish/ST7789-STM32

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Show your image list TouchGFX versions , as you see on my 4.24.1 is marked red = not usable with IDE and MX version. But 4.23.2 isnt marked then checkbox it and install. After installed ...