Skip to main content
Associate
April 11, 2025
Solved

STM32H743I-EVL example not working with STM32H757I-EVL board

  • April 11, 2025
  • 2 replies
  • 451 views

I have purchased STM32H757I-EVL board for working. I have not found SDK for this board. But as one of site suggest downloading STM32CubeH7 package, I did same. In this package I couldn't find example project for STM32H757I-EVL board.
So, I have start working with STM32H743I-EVL example code and compile Thread Creation example. Now I am flashing generated .elf file to STM32H757I-EVL board but this application is not working, and LED is not blinking. I have soldered resistor for LED that is only change on board. I have checked schematic for both board and found it is pin compatible. Now I am stuck to go further. Please anyone found this type of issue or help on this. Meanwhile I will try further and debug issue.
Example code path is STM32CubeH7\Projects\STM32H743I-EVAL\Applications\FreeRTOS\FreeRTOS_ThreadCreation\STM32CubeIDE.

Best answer by STTwo-32

Hello @bharatbhardava and welcome to the ST Community

First the STM32H757I-EVL is based on a Dual Core (Cortex-M7 and Cortex-M4) MCU. But the STM32H743I-EVL is based on the Cortex-M7 (one Cortex only). So, For the STM32H757I-EVL, it may have some issues with examples made based on the STM32H743I-EVL. I suggest you use the examples made for the STM32H747I-EVL. The H757I-EVAL is Same as H747I-EVAL but with HASH and CRYP unit.​

Best Regards.

STTwo-32

 

2 replies

STTwo-32
STTwo-32Best answer
Technical Moderator
April 11, 2025

Hello @bharatbhardava and welcome to the ST Community

First the STM32H757I-EVL is based on a Dual Core (Cortex-M7 and Cortex-M4) MCU. But the STM32H743I-EVL is based on the Cortex-M7 (one Cortex only). So, For the STM32H757I-EVL, it may have some issues with examples made based on the STM32H743I-EVL. I suggest you use the examples made for the STM32H747I-EVL. The H757I-EVAL is Same as H747I-EVAL but with HASH and CRYP unit.​

Best Regards.

STTwo-32

 

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.
Associate
April 11, 2025

Hello,

Example code given for STM32H747I-EVL is working for STM32H757I-EVL. Thank you for help and appreciated for prompt reply.

Andrew Neil
Super User
April 11, 2025
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.