2022-11-23 12:30 AM
Hi,
Currently I have 5 STM32F469I Discovery boards:
Have been using the B-02 for some time without any problems.
When I use any B-08 board with a default TouchGFX (4.20) template the display does not turn on. When I check the debugger all the display commands (OTM8009a) commands have a time-out.
Even without flashing the B-08 boards when they come straight out of the packaging, the display does not turn on when I connect the usb cable.
However, when I try the precompiled demo from 2019 (from this page) the display does turn on, but the program enters some fault handler as it gets stuck. On the B-02 board this demo does run without problems (except that the images are not loaded from the external flash).
What is the difference between these boards, which driver do I need to control the display?
Solved! Go to Solution.
2022-11-30 12:58 AM
Solved it myself, created an example application with TouchGFX for board B08:
2022-11-23 12:33 AM
The user-manual mentions that the Touch panel has been replaced.
2022-11-30 12:58 AM
Solved it myself, created an example application with TouchGFX for board B08:
2022-12-14 05:52 PM
can you tell me how you solved it? i have the same problem and i dont know what to do
2022-12-14 06:31 PM
This might be insightful
https://github.com/RTwTools/STM32F469I-Discovery/commit/26085432aa213f7dd75b59c06e9b40c444992ffa
Built with a different controller and settings.
2022-12-14 06:34 PM
okay, i'll try that. thank you for your quick response