cancel
Showing results for 
Search instead for 
Did you mean: 

Integration CUBEIDE and TouchGFX for the STM32H747I-DISCO?

ACald.2
Associate

is there a way to mesh the CubeMX configuration made for a STM32H747I-DISCO and the code created on TouchGFX. Since the TouchGFX can program the Discovery board is there a way to, after the code is generated ( graphics) add it to CUBEIDE even if manually and debug the non-graphical side of the code there?

any manual bypass to the fact that in CUBEMX we cant configure it to use TouchGFX?

1 ACCEPTED SOLUTION

Accepted Solutions
Alexandre RENOUX
Principal

Hello,

It depends what you want as a display interface and as MCU.

If you want LTDC : the F746G-DISCO is great and well supported

If you want round display (DSI) : The L4R9-DISCO is a good choice

For a non round DSI display you can go for the F769-DISCO

For an FMC display interface, the L496-DISCO is well supported

If you want an H7: the H750B-DK is a good choice

Hope this helps you understand more the options you have 😉

/Alexandre

View solution in original post

4 REPLIES 4
Alexandre RENOUX
Principal

Hello,

Yes it is possible to integrate CubeMX and TouchGFX for the H747-DISCO board but this must be done manually and we do not provide documentation on that.

As you might have noticed, when selected H747 in CubeMX, there's no additional software available for TouchGFX. So TouchGFX needs to be coded manually.

To add manually TouchGFX, you can try another MCU or refer to other application templates and see how TouchGFX is integrated in those applications.

/Alexandre

PNayb.1
Associate

I also have a H474-disco board. It' my first venture into Touch GFX and CubeMX. I might send it back to the distributor. What is your reference board, i.e. the one you use for your primary support and development.

Alexandre RENOUX
Principal

Hello,

It depends what you want as a display interface and as MCU.

If you want LTDC : the F746G-DISCO is great and well supported

If you want round display (DSI) : The L4R9-DISCO is a good choice

For a non round DSI display you can go for the F769-DISCO

For an FMC display interface, the L496-DISCO is well supported

If you want an H7: the H750B-DK is a good choice

Hope this helps you understand more the options you have 😉

/Alexandre

PNayb.1
Associate

Alex

Thanks that's really helpful. we are also evaluating at Micro python as an alternative option for data analytics

Micro pythons supports:

  • STM32F411E-DISCO
  • STM32F429I-DISCO
  • STM32F4DISCOVERY (with STM32F407 MCU)
  • STM32F769I-DISCO
  • STM32F7DISCOVERY (with STM32F746 MCU)
  • STM32L476G-DISCO
  • STM32L496G-DISCO
  •  

So the STM32F769I-DISCO seems to give us the most evaluation options.