2018-06-07 08:36 AM
Hello,
I am looking for the source code to the firmware that comes with the STM32F723 DISCOVERY kit.
On the back of the package it says:
4/ The demo application software as well as other software examples for exploring the STM32F7 features are available at
http://www.st.com/stm32f7-discovery
Checking the link above doesn't yield any results for me so I am checking here if anyone has the download URL for it?
Thanks!
2018-06-07 08:59 AM
Download and unpack the CubeF7 package, many examples, application and BSP
STM32Cube_FW_F7_V1.9.0\Projects\STM32F723E-Discovery\Examples
STM32Cube_FW_F7_V1.9.0\Drivers\BSP\STM32F723E-Discovery\stm32f723e_discovery_lcd.c
STM32Cube_FW_F7_V1.9.0\Projects\STM32F723E-Discovery\Demonstration\STemWin
http://www.st.com/en/embedded-software/stm32cubef7.html
2018-06-07 04:18 PM
That is exactly what I was looking for. I initially tried just the CubeMX app thinking it may be in that but now I see the specific targeted downloads for each micro controller like you listed which has all the info I could ever need.
Thanks again!