2019-08-12 05:58 AM
I just bought a Nucleo board (F446) and per the documentation it mentions that "demo software" and "several software examples" are to be found on www.st.com.stm32nucleo.
I went to this page an only see a small number of compiled binaries. Can someone point me to the location of the example code?
Thanks
Fritz
Solved! Go to Solution.
2019-08-12 06:11 AM
Download the respective Cube package, in your case CubeF4 https://www.st.com/content/st_com/en/products/embedded-software/mcu-mpu-embedded-software/stm32-embedded-software/stm32cube-mcu-mpu-packages/stm32cubef4.html and examples are under the Projects directory therein.
JW
2019-08-12 06:11 AM
Download the respective Cube package, in your case CubeF4 https://www.st.com/content/st_com/en/products/embedded-software/mcu-mpu-embedded-software/stm32-embedded-software/stm32cube-mcu-mpu-packages/stm32cubef4.html and examples are under the Projects directory therein.
JW
2019-08-12 06:18 AM
The 446RE or 446ZE ?
STM32Cube_FW_F4_V1.24.0\Projects\STM32F446ZE-Nucleo\Demonstrations\readme.txt
STM32Cube_FW_F4_V1.24.0\Projects\STM32F446ZE-Nucleo\Examples\TIM\TIM_InputCapture
STM32Cube_FW_F4_V1.24.0\Drivers\BSP\STM32F4xx_Nucleo_144
2019-08-12 06:35 AM
Also, you can view these examples online on Github:
https://github.com/STMicroelectronics/STM32CubeF4/tree/master/Projects/STM32F446ZE-Nucleo