Skip to main content
Shree
Associate III
August 3, 2020
Solved

How to use touchGFX on STM32MP1 ?

  • August 3, 2020
  • 3 replies
  • 2549 views

Hi @martin KJELDSEN​ ,

I have some questions related to porting touchGFX on STM32MP1 which are as below :

1) Is it possible to run touchGFX on M4 core available on STM32MP1 ?

2) As I understood earlier touchGFX was supported on ARM processors, If I have to port touchGFX on STM32MP1, how should I approach it ?

 

Regards,

Shree

This topic has been closed for replies.
Best answer by Martin KJELDSEN

Hi,

I've only done some very, very preliminary experiments, but this is not something we're actively looking into atm so i'm not spending time on that at all.

TouchGFX libraries that are distributed with the release are Cortex-M only, so it should be possible to make it run on the M4, but for the Cortex-A7 there are also only lab experiments. And you would have to handle communication between the two cpus on your own, if needed.

/Martin

3 replies

HP_it
Senior II
August 3, 2020

the support for the MP1 should come at the end of the year as far as I recall. there's at least one user in here that's working on a solution that uses the M4 core but I'm not sure about the result of that effort.

Shree
ShreeAuthor
Associate III
August 3, 2020

Thanks @HP​  for your reply.

TouchGFX was supporting the ARM processor before it was acquired by ST . So, is it possible to use those versions on STM32MP1 ?

HP_it
Senior II
August 4, 2020

I have no idea. I only started using tGFX after it was acquired... you might get lucky but I think the easy solution is to wait for the implementation to come to CubeMX and tGFX designer. of course the timeframe is a rare luxury that only a few of us have...

Martin KJELDSEN
Principal III
August 10, 2020

Hi,

I've only done some very, very preliminary experiments, but this is not something we're actively looking into atm so i'm not spending time on that at all.

TouchGFX libraries that are distributed with the release are Cortex-M only, so it should be possible to make it run on the M4, but for the Cortex-A7 there are also only lab experiments. And you would have to handle communication between the two cpus on your own, if needed.

/Martin

Shree
ShreeAuthor
Associate III
August 11, 2020

Hi @Martin KJELDSEN​ ,

Thanks for your reply. Can you please share the work which you have done on Cortex-A7 ? so that I can work on top of it .