2024-06-05 05:01 AM
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?
Solved! Go to Solution.
2024-06-05 05:47 AM
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,
2024-06-05 05:04 AM
By the way, my toolchain is TouchGFX 4.23.2 + CubeMX 6.11.0 + Keil MDK
2024-06-05 05:47 AM
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,
2024-06-05 05:55 AM
thanks a lot!