Using TouchGFX to draw more than 5 interfaces on STM32F429, the switch happens to be stuck or even unresponsive, now I don't know how to analyze the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-08-14 8:42 AM
Hardware :STM32F429 + LCD_1024*600
Software: FreeRTOS + TouchGFX
The system consists of two tasks, one LED task and one TouchGFX task.TouchGFX task mainly do a few simple interface, no complex interface drawing, the image resources are stored in external SPI-flash, power-on all cache, now the clog appears in the page switch, click the button to trigger the interface switch, need to wait 3~5 seconds to switch, sometimes even unresponsive.
A, B, C three pages, page A as the start window, through the a button can switch to the B window, through the b button can switch to the C window, now click on the a button, about 3-5 seconds to cut through, but click on the b button but no response!
There are no problems with the functional implementation, as it works fine on touchgfx designer.
Since I'm just starting to learn touchgfx, I don't know where to start analyzing and solving this problem, so I hope you can help point me in the right direction, and I'd like to thank you all first.
- Labels:
-
FreeRTOS
-
STM32F4 Series
-
TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-08-17 1:33 AM
Hi,
Have you been able to fix your issue? Could you maybe share your code/project in order to have a better insight on what you are facing?
/Romain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-08-19 7:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-08-26 8:04 AM
Have you looked at the code to see if there's anything wrong with what I've written?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-09-11 7:05 PM
Looking forward to your response.
