User Activity

This article is a continuation of Part 1: Introduction to the STM32 microcontroller clock system.We recommend reading part 1 of the article before reading this article. 1. Clock security system (CSS) 1.1 Clock security system on HSE If a failure is ...
Introduction In this article, you are introduced to the basics of the STM32 clock system. Furthermore, the tools used to easily configure the STM32 clock system. We split the article into two parts. Part two will discuss additional features and term...
1. System (ROM) bootloader The system bootloader is present on all STM32 MCUs. As the name suggests, it is located on the system memory (ROM) area of the MCU. The system bootloader is located on the read only portion of the memory and is programmed ...
In continuation of part 1 of this article [1], we will also briefly discuss how you can easily export your STM32 project to different STM32 series using the “List pinout compatible MCUs” option in the STM32CubeMX. 1 Troubleshooting sourcing the STM32...
The following article is part 1/2. In part 2, we briefly discuss how you can easily export your STM32 project to different STM32 series using the “List Pinout Compatible MCUs” option in the STM32CubeMX. Furthermore, part 2 also includes troubleshooti...