Skip to main content
Associate
December 3, 2024
Solved

NUCLEO-F072RB with the X-NUCLEO-GFX01M2

  • December 3, 2024
  • 2 replies
  • 2941 views

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

Best answer by MM..1

Exactly M0 isnt supported in MX wizard as showed in list MCU TGFX docu ... min is M0+

But maybe manual test Why touchgfx doesn't support stm32f1series mcu's? ... - STMicroelectronics Community

But based on prices is waste time try it... switch to G0

2 replies

MM..1
Chief III
December 3, 2024

F0 is on edge , but can work . Inspire in

MM1_0-1733240129474.png

 

RupertAuthor
Associate
December 3, 2024

Thanks for your reply!

What do you mean is on "edge"?

Can work? How?

Do you mean that I should do a project in those templates and wait for its release?

Regards

MM..1
Chief III
December 3, 2024

Edge of power and resources. F071 16k SRAM vs G072 36k SRAM ... speed 48MHZ vs 64Mhz   M0 vs M0+

GFX01 realy work here only in partial framebuffer mode.

Work normal way, create in IDE new project and add TGFX software package to it.

RupertAuthor
Associate
December 5, 2024

I just got this answer from support:

"STM32U083 /G071RB/H503 + GFX01M2 are supported by TouchGFX with a template ready to use for you.
After you select another Nucleo, porting is still possible but would need adaptation.
For prototyping, we also have many different DK boards with screens ( but here IPs interface are more limited), and if the DK board is not supported by TouchGFX we have a BSP driver to create a simple interface without TouchGFX."

 

They only cost 10 bucks each but I bought 2 and money is money...

I'll see if the template boards have the interfaces I need for communications...

I'll also try to discover more about "porting" and how hard it is to implement.

 

Thanks again for all your help.

Regards,

Rupert