2018-09-24 08:59 PM
i am beginner with stm32 so please suggest which one is better or any other low cost module
following are link
1) http://www.dnatechindia.com/Development-Board/STM32-development-boards/STM32F0308-Nucleo.html
2) http://www.dnatechindia.com/Development-Board/STM32-development-boards/stm32f0308-discovery.html
suggestion are welcome an thanks in adavnce
Solved! Go to Solution.
2018-09-26 05:49 AM
It depends on how specific you need the instructions, the boards and chips are very similar, and the examples in the CubeFx libraries build in a similar fashion.
https://www.st.com/resource/en/user_manual/dm00285842.pdf
https://www.st.com/resource/en/user_manual/dm00096429.pdf
YouTube likely has a lot of videos providing general direction.
Check locally for training and instruction courses, or amongst peers.
STM32Cube_FW_F0_V1.9.0\Projects\STM32F030R8-Nucleo\Examples\UART
STM32Cube_FW_F0_V1.9.0\Projects\STM32F0308-Discovery\Examples\UART
2018-09-24 09:15 PM
The shield connector on the NUCLEO probably opens more doors.
2018-09-24 11:12 PM
But basically, understanding this MCU depends more on YOU than on the board it is on.
2018-09-25 02:28 AM
Hi @prasad ,
All what you need to know about the device embedded in these 2 boards is available in this page: https://www.st.com/en/microcontrollers/stm32f030c8.html. Mainly, have a look to:
Then, for more details about the features of each boards, have a look to:
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2018-09-26 03:51 AM
im not getting any perticular tutorial how to strat with board im confused how can i understand basic related to board
2018-09-26 05:49 AM
It depends on how specific you need the instructions, the boards and chips are very similar, and the examples in the CubeFx libraries build in a similar fashion.
https://www.st.com/resource/en/user_manual/dm00285842.pdf
https://www.st.com/resource/en/user_manual/dm00096429.pdf
YouTube likely has a lot of videos providing general direction.
Check locally for training and instruction courses, or amongst peers.
STM32Cube_FW_F0_V1.9.0\Projects\STM32F030R8-Nucleo\Examples\UART
STM32Cube_FW_F0_V1.9.0\Projects\STM32F0308-Discovery\Examples\UART