Skip to main content
AlexGiov
Associate
October 4, 2019
Solved

STM32F769I-DISCO Original hex file

  • October 4, 2019
  • 2 replies
  • 1115 views

Hello Everyone,

I am testing the new Qt for MCU libraries on STM32F769I-DISCO. I should need of the original ST hex file flashed in STM32F769I-DISCO before shipment, I need it to do a fast comparation between Qt libraries and ST libraries.

Is the a plase where I can download this file? Otherwise the souce file are available?

Thank you,

Alex

This topic has been closed for replies.
Best answer by Andreas Bolsch

STM32Cube_FW_F7_V1.15.0/Projects/STM32F769I-Discovery/Demonstrations/STemWin/Binary

contains

STM32769I-DISCO_DEMO_V1.0.0_FULL.hex (117 MBytes)

STM32CubeDemo_STM32769I-DISCO_V1.4.0.hex (27 MBytes)

Maybe one of these is the one your're looking for.

2 replies

Andreas Bolsch
Andreas BolschBest answer
Lead III
October 4, 2019

STM32Cube_FW_F7_V1.15.0/Projects/STM32F769I-Discovery/Demonstrations/STemWin/Binary

contains

STM32769I-DISCO_DEMO_V1.0.0_FULL.hex (117 MBytes)

STM32CubeDemo_STM32769I-DISCO_V1.4.0.hex (27 MBytes)

Maybe one of these is the one your're looking for.

AlexGiov
AlexGiovAuthor
Associate
October 4, 2019

Hi Andreas,

thank you for your help. The file STM32769I-DISCO_DEMO_V1.0.0_FULL.hex is that I'm looking for.

Do you know if there the source code of that porject, also?

Regards,

Alex