STM32 core is supported in Arduino IDE

Packages of STM32 cores are enabled for Arduino IDE.

Thanks to cooperation STMicroelectronics, stm32duino and Arduino is possible download packages for Nucleo-F091RC, Nucleo-F103RB, Nucleo-L476RG.

Further support of another microcontrollers will surely follow.

How to do it?

Download Arduino IDE.

Add json file https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json to Preferences -> Additional Boards Managers URLs

go to Boards Manager, find STM32 and install package of your board.

In Tools -> Board choose STM32 board. That’s all.

For uploading of your code you have three options. Use mass storage (copy bin file to mass storage), use STLink (STLink to FLASH) or DFU (USB to FLASH).

News here https://community.st.com/community/stm32-community/blog/2017/02/02/stm32-cores-enabled-in-arduino-ide

Getting started here https://github.com/stm32duino/wiki/wiki/Getting-Started


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

Related Articles

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…

We wrote a news about STM32F746 discovery and IDE by openstm32.org on the google+. https://time4ee.com/ got development board STM32F7 discovery by ST. We want to show MULTIPLATFORM (Linux – Ubuntu, Windows) development tools by http://openstm32.org Other tutorials with STM32F7: Tutorial:…

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…

Welcome to third part of STM32duino tutorial. What do you expect? We check the most popular microcontroller interface – USART, called Serial in Arduino IDE. The STM32 microcontrollers includes a few USART buses. The feature of STM32 is possibility to…

The development board with STM32F030 microcontroller costs a few bucks. Do you know how to program that? If not, check this article. You will discover how to program the STM32F030F4P6 minimum system development board. The external programmer/debugger for this development…

Learning how to use STM32 has never been easier. With the new STM32C0 series, STMicroelectronics also comes with nine videos on how to get started with the STM32C0. But the information is also useful for other STM32 series, as many…

Trends