2022-12-04 11:05 PM
I plan to use STM32H745BIT6 which has 2 cores M7 and M4. The end application is high end graphics with 800x480resolution 16bpp and TouchGFX.
It seems the Core M4 has the ART accelerator and not M7?
So Which core is recomemded for use considiering the end application will have high end graphics?
Thanks
Anuj
Solved! Go to Solution.
2022-12-07 05:37 PM
Hi,
I just checked and it is possible to enable ChromArt on the M7 core. Don't forget to tick the "activate" option.
If you create a project with the STM32H747dk TouchGFX board setup available in TouchGFX Designer you will see that TouchGFX is set on the M7 core.
/Romain
2022-12-07 05:37 PM
Hi,
I just checked and it is possible to enable ChromArt on the M7 core. Don't forget to tick the "activate" option.
If you create a project with the STM32H747dk TouchGFX board setup available in TouchGFX Designer you will see that TouchGFX is set on the M7 core.
/Romain
2022-12-08 09:30 PM
Thank you for the reply.