2019-12-13 03:05 AM
As far as I searched, I couldnt find any instruction on using Touchgfx via fsmc. Even examples on Touchgfx designer was to use LTDC feature of microcontrollers. I wonder if developers of touchgfx has extend their platform to FSMC or if they have any intention to provide some code for using touchgfx on fsmc. I used stemwin successfully some days ago and I wonder if it is possible to use touchgfx on stm32f407vgtx (Discovery board.)
Solved! Go to Solution.
2019-12-13 05:50 AM
TouchGFX is interface agnostic (memory, display and otherwise), in a sense. There's no direct coupling between touchgfx and FMC/FSMC/LTDC/DSI/SPI/8080/.... It all depends on how you configure your hardware and what your intentions are.
EDIT:
With TouchGFX Generator (through CubeMX 5.5) you can configure TouchGFX to use a custom display interface and thus FMC/FSMC/SPI etc. Here's an article about it - Let me know if you have questions.
https://support.touchgfx.com/docs/development/touchgfx-hal-development/scenarios/scenarios-fmc
/Martin
2019-12-13 05:50 AM
TouchGFX is interface agnostic (memory, display and otherwise), in a sense. There's no direct coupling between touchgfx and FMC/FSMC/LTDC/DSI/SPI/8080/.... It all depends on how you configure your hardware and what your intentions are.
EDIT:
With TouchGFX Generator (through CubeMX 5.5) you can configure TouchGFX to use a custom display interface and thus FMC/FSMC/SPI etc. Here's an article about it - Let me know if you have questions.
https://support.touchgfx.com/docs/development/touchgfx-hal-development/scenarios/scenarios-fmc
/Martin
2019-12-13 06:27 AM
Please help me understand your response correctly. As far as I understood, you are saing that a solution is on the way, may be on the near future, that will help designer use touchgfx on any st platforms using cubemx. If I understood correctly, how much time should we wait approximately for these tones of surprise?
2019-12-16 04:08 AM
Exactly right. Early next year!
2020-04-16 07:30 AM
Has this solution been released?
2020-04-16 08:38 AM
2020-04-16 11:15 AM
With TouchGFX Generator (through CubeMX 5.5) you can configure TouchGFX to use a custom display interface and thus FMC/FSMC/SPI etc. Here's an article about it - Let me know if you have questions.
https://support.touchgfx.com/docs/development/touchgfx-hal-development/scenarios/scenarios-fmc
/Martin