STM32 MCU Nucleo

STM32 Nucleo – this is a new name for development boards by ST Microelectronics. These development boards are available: NUCLEO-F103RB, NUCLEO-L152RE, NUCLEO-F401RE, NUCLEO-F030R8 (and NUCLEO-F072RB).

If you take notice, the microcontrollers are from F4, F1, F0 and L1 series. The development boards contain Arduino? connectivity. The Nucleo contain integrated ST-LINK (debugger and programmer).

You can program and debug the board in varied IDE and you can compile your program ONLINE at the website mbed.org.

The Nucleo STM32L152RE may be used in low power applications, The Nucleo STM32F030R8 is mainstream board and the Nucleo STM32F103RB may be used for high performance.

These development boards contain 2 button (User and Reset), 2 LEDs (green and red), connectors and debugger/programmer.

http://www.st.com/web/en/catalog/tools/FM116/SC959/SS1532/LN1847?icmp=ln1847_pron_pr-nucleo_feb2014
http://www.st.com/web/en/resource/technical/document/user_manual/DM00105823.pdf

Share the article:
Tags:
Show your
Maker soul!
Buy a T-Shirt
Coffee for Chiptron
Give a boost to the next article

Related Articles

AVR, ATMega, ATTiny, PIC, Arduino… these are very searching words in google and I asked myself “Why?”. Yes, AVR by Atmel or PIC by Microchip family is popular, but we can program better (modern, faster, more low-power, more peripherals) microcontrollers…

Arduino is very popular platform with support from huge community. You can buy a lot of Arduino (compatible) boards – original Arduino, clone of Arduino with the same microcontroller (ATmega328, SAMD21) or different microcontroller (ESP32, ESP8266). Arduino board with STM32…

And here it is! If you heard about Nucleo-144, then it’s true! STMicroelectronics released new development board called STM32 Nucleo-144 (STM32 in LQFP144 package). Extension of “Nucleo development board family” is totally logical step to possibility of using another peripherals…

The first article from Tutorial: STM32F746 (STM32F7 Discovery) serie. I would like to describe how to turn on LED simply controlling GPIO. Why I began to write this tutorial and why I don’t want to use HAL or Standard Peripheral…

The first article about STM32duino described “How to start with STM32 like Arduino. The second article of tutorial describes how to control GPIO – digital input, output and also PWM output. All articles about STM32duino: STM32duino I. – How to…