2019-10-11 01:40 AM
1.what SOCs that can support the touchGFX now?
2.stm32LR9 should support touchCFX,but in stm32CubeIDE,I can not make the touchGFX enable,just STemWin enable,what interfaces that I must enable.I refer the STM32F429 example, configure the CRC,DMA2D,FreeRTOS,LTDC,TIM7,RCC,SYS.
2019-10-11 06:46 AM
TouchGFX support through CubeMX (Either standalone or from CubeIDE) is locked to F4 and F7 right now.
L4/H7 support will be in version 6.0, i think. We're working on something interesting which may remedy these "locks" which are wholly unnecessary.
/Martin
2019-10-12 09:44 AM
Hi Martin,
thank your reply.
I will want to use STM32L476.now in stm32cubeMX or stm32cubeIDE not support the touchGFX,but it can support the touchGFX in hardware.
so how to adapt the touchGFX to the SOCs that not F4 or F7,any documents to refer ?
Robbie!
2019-10-14 06:04 AM
Hi Robbie,
You could get some inspiration from the L4 based Application Templates you see from the designer. Also take a look at this: https://touchgfx.zendesk.com/hc/en-us/articles/204993902-Porting-to-STM32F4-F7-boards.
Overall you need at least the following to make a port of TouchGFX to run on any board:
I know that may not be enough to go on but Let me know if you have any questions.
/Martin