cancel
Showing results for 
Search instead for 
Did you mean: 

Looking for Firmware Package for STM32F7508-DK

Jamiw
Associate II

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Imen.D
ST Employee

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".
Thanks
Imen

View solution in original post

2 REPLIES 2
Imen.D
ST Employee

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".
Thanks
Imen
Jamiw
Associate II

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!