2024-05-24 04:08 AM
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.
Solved! Go to Solution.
2024-05-24 04:20 AM - edited 2024-05-24 05:21 AM
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\
2024-05-24 04:20 AM - edited 2024-05-24 05:21 AM
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\
2024-07-19 06:50 AM
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!