Skip to main content
AIann.3
Associate
April 14, 2023
Question

The BSP example for STM32F429I-Disc1 with STM32CubeIde crashes.

  • April 14, 2023
  • 11 replies
  • 4979 views

Good morning! I have a problem with the STM32F429I-DISC1 board. I bought this board a few weeks ago and with the STMCubeIde software (v. 1.12.0) I downloaded the BSP example for this board together with the STM32CubeF4 package (v. STM32Cube_FW_F4_V1.27.0). After compiling the project and loading it into the board (Run as STM32 C/C++ Application), the execution hangs during the calibration of the touch-screen (activate the colored circle inside the rectangle). I tried with various PCs with Windows 10 Pro (I7 and I5 with 16 GB of RAM) and also on a Linux Kubuntu v.22.04 machine but the anomaly always occurs. Another example (LTDC_Display_2Layers) works correctly. I also tried to use another STM32F429I-DISC1 card but the problem remains. Can anyone enlighten me on this? Thank you!

This topic has been closed for replies.

11 replies

waclawek.jan
Super User
April 14, 2023

> execution hangs

How exactly? Where is the PC in debugger?

JW

AIann.3
AIann.3Author
Associate
April 14, 2023

The pc is an I7 Intel (motherboars Asus Prime Z270A - Processor Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz  3.41 GHz with 16 GB Kingston)

MOBEJ
ST Employee
April 24, 2023

Hello Alann ,

This BSP example configuration has been running on STMicroelectronics STM32F429I-Discovery RevC board, and in order to run it on STMicroelectronics STM32F429I-Discovery RevD or RevE boards (NB: check your board revision ) , please ensure to add "USE_STM32F429I_DISCOVERY_REVD" define in the toolchain's pre-processor options and download the update fix form github : Update touch calibration to fix inverted touch panel on STM32F429I-DI… · STMicroelectronics/STM32CubeF4@d7fef24 · GitHub

Br

Moez

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
AIann.3
AIann.3Author
Associate
April 25, 2023


_legacyfs_online_stmicro_images_0693W00000binnwQAA.png
_legacyfs_online_stmicro_images_0693W00000binnXQAQ.pngGood morning and thank you! How do I see the REV of the card? I don't see any indication on the circuit board.

Aldo

MOBEJ
ST Employee
April 25, 2023

Hi Alann ,

as mentioned on the picture below , your board is STM32F429I-Discovery RevE.


_legacyfs_online_stmicro_images_0693W00000binqCQAQ.pngBr

Moez

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.