2021-07-08 02:33 PM
But I am having a hard time finding this zip file!!!!! I want to start using my stm32f411e discovery board but there are hardly any resources on the internet for this specific board and for a newbie like me this is just demotivating. Please help me out with this as I want to learn this ASAP. There might be more resources on the net which might help me start and please do suggest if you have any in mind. Thank you.
Solved! Go to Solution.
2021-07-08 02:47 PM
Hello @KP.3
You can find the STM32F4 Package on st.com https://www.st.com/en/embedded-software/stm32cubef4.html by clicking on get software below to download the .ZIP (create an account with your e-mail first)
After extracting the .ZIP you will find all the STM32CubeF4 ecosystem (drivers, examples, demos..) and particularly under Firmware\Projects\STM32F411E-Discovery\Examples then that you can start using your board.
here the Datasheet and Reference manual too for STM32F411 :
https://www.st.com/resource/en/datasheet/stm32f411re.pdf
I hope this would be helpful for you !
Regards,
Amira
2021-07-08 02:47 PM
Hello @KP.3
You can find the STM32F4 Package on st.com https://www.st.com/en/embedded-software/stm32cubef4.html by clicking on get software below to download the .ZIP (create an account with your e-mail first)
After extracting the .ZIP you will find all the STM32CubeF4 ecosystem (drivers, examples, demos..) and particularly under Firmware\Projects\STM32F411E-Discovery\Examples then that you can start using your board.
here the Datasheet and Reference manual too for STM32F411 :
https://www.st.com/resource/en/datasheet/stm32f411re.pdf
I hope this would be helpful for you !
Regards,
Amira
2021-07-08 04:06 PM
Thanks a lot!!!