News

Preparing the Arduino IDE for STM32 (Blue Pill) Follow the below steps to download and prepare the Arduino IDE to be used with the STM 32 Development board. Step 1:- If you have not yet installed the ...
Your board is now ready to use with Arduino IDE. Note : Documents / Arduino is the default location of user fodlder set by Arduino IDE, if you use another location the principle is the same. If no ...
I assume you have already installed the Arduino IDE. Next, you need to go to ‘Board Manager’ under ‘Tools’ and install the support for SAM boards. Download the necessary files as well as the ...
To Upload the code, before push the button to Load code in ARDUINO IDE, you must put the BluePill board in "native bootoader" mode. To active this mode, you have to change the jumpers positions: BOOT ...
The STM32 Development Board housing the STM32F103C8 Microcontroller is getting increasingly popular thanks to its ARM Cortex M3 architecture, it has high operational speed and more peripheral options.
Now you might be wondering if we are using the micro-USB port to program the board. Actually, the STM32 Blue Pill development board when purchased does not come with a bootloader to make it Arduino ...
In addition to the STM32, the Nucleo includes an STLink programmer and debugger that makes the board mbed enabled and can also be used as a standalone programmer and debugger. If you aren’t familiar ...