Skip to main content
Associate II
May 24, 2024
Solved

Looking for Firmware Package for STM32F7508-DK

  • May 24, 2024
  • 2 replies
  • 1143 views

I'm trying to find the firmware package for the STM32F7508-DK as referred to in the manual (UM2052) under 2.3. (https://www.st.com/en/evaluation-tools/stm32f7508-dk.html#overview)

Is it no longer available since it's decontinued? Does anyone have a copy of the folder?

The manual is referring to software other than the STMCube programms, so none of the tutorials are helpful, and I'm hoping to find more information on how to start working with the board.

Best answer by Imen.D

Hello @Jamiw,

You can find here the STM32CubeF7 MCU package for STM32F7 series.

You will find in this package a ready-to-use projects that may helped you: 

\STM32Cube_FW_F7_VX.Y.Z\Projects\STM32F7508-DISCO\

2 replies

Imen.DBest answer
Technical Moderator
May 24, 2024

Hello @Jamiw,

You can find here the STM32CubeF7 MCU package for STM32F7 series.

You will find in this package a ready-to-use projects that may helped you: 

\STM32Cube_FW_F7_VX.Y.Z\Projects\STM32F7508-DISCO\

"When your question is answered, please close this topic by clicking ""Accept as Solution"".ThanksImen"
JamiwAuthor
Associate II
July 19, 2024

I just noticed your answer, thank you so much! Unfortunatly I can't open the example projects since I don't have the required IDEs, but being able to look at the main.c files has been helpful!