cancel
Showing results for 
Search instead for 
Did you mean: 

How to make TouchGFX run on H747 M4 core

Cizzy_Tim
Associate II

I am working with H747-DISCO (dual core) board and the issue is that I cannot choose the specific core which touchgfx runs on. It works well on M7 core but I need to use other software packs such as cube-ai on M7. So is it possible to manually switch to M4 core?

Cizzy_Tim_0-1717588900422.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
GGODA
Associate II

Hello @Cizzy_Tim ,

 

TouchGFX provides a working TBS (TouchGFX Board Setup) for the STM32H747-DISCO board.
This TBS is setup to run on the M7 as it is more powerful.
To run it on the M4 you will have to change quite a lot of settings, files, etc.
You can look at the documentation on how to create a TBS : board-bring-up 

Also, Romain Dieleman already answered a thread about the same topic : dual-core-support-using-an-stm32h747-how-do-i-configure-the 

 

Regards,

View solution in original post

3 REPLIES 3
Cizzy_Tim
Associate II

By the way,  my toolchain is TouchGFX 4.23.2 + CubeMX 6.11.0 + Keil MDK

GGODA
Associate II

Hello @Cizzy_Tim ,

 

TouchGFX provides a working TBS (TouchGFX Board Setup) for the STM32H747-DISCO board.
This TBS is setup to run on the M7 as it is more powerful.
To run it on the M4 you will have to change quite a lot of settings, files, etc.
You can look at the documentation on how to create a TBS : board-bring-up 

Also, Romain Dieleman already answered a thread about the same topic : dual-core-support-using-an-stm32h747-how-do-i-configure-the 

 

Regards,

thanks a lot!