Skip to main content
prasad1
Associate II
September 25, 2018
Solved

which one is better and easy to understand STM32F0308 Value Line Discovery vs STM32F0308 Value Line Nucleo

  • September 25, 2018
  • 5 replies
  • 1284 views

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

This topic has been closed for replies.
Best answer by Tesla DeLorean

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

5 replies

Tesla DeLorean
Guru
September 25, 2018

The shield connector on the NUCLEO probably opens more doors.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
AvaTar
Senior III
September 25, 2018

But basically, understanding this MCU depends more on YOU than on the board it is on.

Amel NASRI
ST Technical Moderator
September 25, 2018

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:

  • the datasheet (DS9773)
  • the reference manual (RM0360)
  • the errata sheet (ES0219)
  • STM32CubeF0: it contains dedicated examples that you can run on the both boards

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 "Best Answer" on the reply which solved your issue or answered your question.
prasad1
prasad1Author
Associate II
September 26, 2018

im not getting any perticular tutorial how to strat with board im confused how can i understand basic related to board

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
September 26, 2018

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

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..