STM32F103C8T6 Carte de Développement

In Stock
د.ت 35,000 د.ت 25,000
In Stock
Add to Wishlist
Add to Wishlist
Add to Wishlist
Add to Wishlist
[woosc type="link"]
Other people want this. 5 people have this in their carts right now.
Category:

STM32F103 ARM 72MHZ 32-BIT CORTEX-M3 LEAF MAPLE MINI USB STM32 MICROCONTROLLER

Description

The STM32 microcontrollers are currently among the most popular, out of the many models I dare say the STM32F103C8 is probably one of the most well known of the microcontrollers from ST, mainly because of its inclusion in the Blue Pill board, which is extremely popular in the maker space.

Bare metal development on ST microcontroller is made easier because of the Hardware Abstraction Layer (HAL) that the manufacturer provides, which, as the name implies, allows abstracting hardware operations to API functions that are supposed to be the same independent of the specific device. This abstraction allows easier and faster development, the flip side of this is that register operations are obscured, although they’re still accessible and can be operated on.

My long introduction on these subjects is to understand the reason why I’m writing this; while the STM32F103 is extremely popular, it’s not usually used in low power operations, and posts and examples on how to work with this specific device are not abundant. My attempt here is to provide some hints on how to work with STOP mode in the device and use the RTC Alarms for periodic wake ups.

The creation of a STM32Cube project is outside the scope of the project, however I do want to point out that for this to work out the configuration on the RTC the RTC OUT option should be set to “RTC Output on the Tamper pin”, this option enables the Alarm configuration. Using STM32Cube MX is the easiest way to set up the project, although is possible to change the configuration later on editing the code. The following figure shows how the configuration should be made on STM32Cube MX for the RTC.

Reviews

There are no reviews yet.

Be the first to review “STM32F103C8T6 Carte de Développement”

Your email address will not be published. Required fields are marked *