2020-08-14 08: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.
2020-08-17 01: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
2020-08-19 07:15 PM
2020-08-26 08:04 AM
Have you looked at the code to see if there's anything wrong with what I've written?
2020-09-11 07:05 PM
Looking forward to your response.