Interfacing with hardware in TouchGFX Applications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-12 1:07 AM
Due to popular demand, here's the information we have on interfacing with peripherals on an STM32F769-DISCO board in a TouchGFX Application.
I have two resources for this:
- Video: I did a webinar last year on this topic where we create an application using v4.9.3 of the TouchGFX designer and interact with push buttons through a GUI + turn on an LED using a TouchGFX Button: https://www.youtube.com/watch?v=jQO7zhX0e0Q
- Article: https://support.touchgfx.com/docs/development/ui-development/touchgfx-engine-features/backend-communication/. Here are the direct links for the demos i did in TouchGFX 4.9.3 (should be upgradeable) using GPIO and EXTI approach: EXTI, GPIO.
Disclaimer: The examples in the article are not maintained throughout new versions of TouchGFX.
Feel free to comment if you have any issues. Thank you!
Best regards,
Martin
- Labels:
-
TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-28 8:25 AM
hello
i can't download the sample code (Error 404)..
I'm working on stm32f469ni-discovery
and trying to connect model.cpp to Main.cpp with Queue ..
with help my .. I really like to work on TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-28 3:42 PM
Hi @smoha​,
We're in the process of migrating files to a different server. I will fix this first thing tomorrow and let you know, allright?
Best regards,
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-28 10:47 PM
Thank you martin .. I'm waiting for it ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-29 12:37 AM
Try now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-29 2:30 AM
still not..(Error 404).... but i found a sample code for STM32F746 and used it for STM32F469 .. and its working ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-29 2:54 AM
Can you please provide the full link that isn't working for you? (in text, not a screenshot)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-29 4:07 AM
thank you. its working now
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-06-10 11:54 AM
Hi @Martin KJELDSEN​ ,
Could you please provide the project file of the hardware integration project demonstrated in the Youtube webinar video? I went through the link in the comment section but it's broken.
Thanks,
Prateek Jain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-06-11 12:53 AM
Hi @PJain​,
Download the projects from Methods 3 and 4 in this article:
https://touchgfx.zendesk.com/hc/en-us/articles/205074561-Connecting-the-UI-to-your-system
/Martin
