Skip to main content
EmbDev
Senior
November 23, 2022
Solved

Example TouchGFX application does not work on all STM32F469I discovery boards.

  • November 23, 2022
  • 4 replies
  • 2222 views

Hi,

Currently I have 5 STM32F469I Discovery boards:

  • 1 x MB1189 B-02 (Revision that is not mentioned in the User Manual, chapter 6.2 product history).
  • 4 x MB1189 B-08 (F469NIH6).

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?

This topic has been closed for replies.
Best answer by EmbDev

Solved it myself, created an example application with TouchGFX for board B08:

https://github.com/RTwTools/STM32F469I-Discovery

4 replies

EmbDev
EmbDevAuthor
Senior
November 23, 2022

The user-manual mentions that the Touch panel has been replaced.

  • B-02: Unknown not mentioned in the user-manual.
  • B-07: FRIDA FRD397B25009-D-CTK
  • B-08: FRIDA FRD400B25025-A-CTK
EmbDev
EmbDevAuthorBest answer
Senior
November 30, 2022

Solved it myself, created an example application with TouchGFX for board B08:

https://github.com/RTwTools/STM32F469I-Discovery

BAl K.1
Associate III
December 15, 2022

can you tell me how you solved it? i have the same problem and i dont know what to do

Tesla DeLorean
Guru
December 15, 2022

This might be insightful

https://github.com/RTwTools/STM32F469I-Discovery/commit/26085432aa213f7dd75b59c06e9b40c444992ffa

Built with a different controller and settings.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
BAl K.1
Associate III
December 15, 2022

okay, i'll try that. thank you for your quick response