Search results for: 'stm32f'
Show
per page
-
Overview In addition to familiar Arduino boards, there are other options for use in electronic projects. One of these options is STM microcontroller. STM microcontrollers are based on ARM structure, and they are available at affordable prices. In this tutorial, you’ll learn how to use the STM32F103C8T6 board. What You Will Learn Introduction of ST microcontrollers and ARM structure Introduction of STM32F103C8T6 board The required softw...
-
Overview Many electronic projects require serial communication to communicate with some sensors or modules, or to connect two microcontrollers together, or even to connect a microcontroller to a computer.In this tutorial, we are going to review the serial protocol in the STM32 microcontroller series. If you are unfamiliar with these microcontrollers, refer to "Getting Started with STM32F103C8T6". What you will learn Get to know with serial protocol ...
-
Overview There are two main ways to program the STM32F103C8T6 module, also known as the STM32 Blue Pill: • Serial and USB to TTL converter • ST-Link Tip Sometimes you might find out that the STM32 module you have is not original. And it can’t be programmed through serial. Therefore, we suggest you use ST-Link to program the STM32 Blue Pill. Required Materials Hardware Components STM32F103C8T6 Blue Pill × 1 ST-Link/V2 Programmer × 1 Male to Male Jumper Wire × 1 Software Apps Ar...
Show
per page