2020-09-04 02:34 AM
Hello, After load data from external flash memory display intial text is flickering. Please check video using below link.
https://drive.google.com/file/d/1Y_qbsM-2iQcHDFH6mA2lt7MuAzxujCqu/view?usp=sharing
I have added below fade settings in touchgfx.
I m displaying logo and text "REVOS" for 1 second before main screen and during same time display is flickering. When I was storing data in internal flash, there was no such issue.
Thanks
2020-09-07 04:52 AM
Hello,
What board are you using ?
Maybe your QSPI Flash is not initialized correctly. Is it only the text flickering or other assets such as bitmaps as well ?
/Alexandre
2020-09-07 06:52 AM
Only text was flickering but it got solved with change in clock speed for QSPI.
Previously i was using QSPI prescaler as 2 (means 200/3 = 66.7 mhz) but when i changed to 1 ( means clock speed 200/2 = 100 mhz) issue got solved.
2020-09-08 12:39 AM
Perfect. Good to know you solved your issue :thumbs_up:
/Alexandre
2020-09-08 12:57 AM
Please check below question, if u can answer it.