Introduction to the STM32Cube Ecosystem

Introduction to the STM32Cube Ecosystem

For a better reading experience, please click “Read Original” to visitMculover666’s personal blog. STM32Cube Ecosystem STM32Cube is an ecosystem developed by STMicroelectronics, aimed at making STM32 development simpler and is 100% open source and free. Before we start the introduction, here is a video from ST official for your appreciation: It consists of two main … Read more

Capturing The Heart of Developers: STM32’s Powerful Tools!

Capturing The Heart of Developers: STM32's Powerful Tools!

Produced by 21ic China Electronics Network Cai Lu Website: 21ic.com Despite 2020 being a challenging year, STMicroelectronics’ STM32 has made efforts to provide opportunities for developers to communicate face-to-face. From September 13 to September 25, the 2020 STMicroelectronics STM32 National Roadshow successfully concluded after 13 days. As an annual event for engineers to gain insights … Read more

Using STM32CubeMX to Generate Configuration Code Structure

Using STM32CubeMX to Generate Configuration Code Structure

Keywords: .extSettings, file structure, BSP Directory Preview 1. Introduction 2. The Role of .extSetting File 3. Usage Example 4. Summary 01Introduction While reading the UM1718 document, I found that CubeMX has a great feature that allows you to use the “.extSettings” file once, so that no matter which IDE you use later (as long as … Read more

How to Quickly Master STM32CubeFx and Gx Software Packages

How to Quickly Master STM32CubeFx and Gx Software Packages

Follow/Star Public Account to not miss any messages, ST is popular among many people largely due to its excellent ecosystem. Similarly, the resources are comprehensive, from the overall framework to detailed knowledge. 1Introduction This article discusses learning STM32CubeFx and Gx software packages, referring to packages like STM32Cube_FW_G0. Whether you want to learn the framework or … Read more

Getting Started with CubeIDE Development for STM32

Getting Started with CubeIDE Development for STM32

Click the blue words to follow, follow me to learn embedded systems.Today I developed with Cortex-M4, using STM32MP157, which is a dual-core chip integrating M4 and A7. Today mainly involves the installation of CubeIDE, which is quite simple, but there are a few key points to note, let me summarize: 01 STM32CubeIDE Official Download Link … Read more

Introduction to the STM32Cube Ecosystem

Introduction to the STM32Cube Ecosystem

STM32Cube Ecosystem STM32Cube is an ecosystem developed by STMicroelectronics, aimed at making STM32 development simpler and is 100% open-source and free. Before we begin the introduction, here is an official video from ST for appreciation and understanding: It consists of two main parts: PC Software Tools: STM32CubeMX STM32CubeIDE STM32CubeProgrammer STM32CubeMonitor Software Libraries: STM32 Embedded Software … Read more

STM32 Beginner Tutorial: Light Up Your First LED with CubeIDE

STM32 Beginner Tutorial: Light Up Your First LED with CubeIDE

STM32 Beginner Tutorial: Light Up Your First LED with CubeIDE In the journey of learning microcontrollers, the classic “Hello World” is not about printing text on a screen, but rather lighting up an LED. This may seem simple, but it is an important step into the embedded world. In this tutorial, we will use the … Read more

STM32Cube Efficient Development Tutorial

STM32Cube Efficient Development Tutorial

Our new book “STM32Cube Efficient Development Tutorial (Introduction)” is finally available for sale on major e-commerce platforms. This is a significant book worth acquiring for many STM32 developers, as it is currently the first book on the market to systematically introduce STM32’s HAL library development technology using STM32CubeMX and STM32CubeIDE. The “STM32Cube Efficient Development Tutorial” … Read more

How STM32CubeMonitor Monitors Variables in Programs

How STM32CubeMonitor Monitors Variables in Programs

Follow andstar the public accountso you won’t miss great content Source: STM32 Many embedded friends must have used STMStudio to monitor variables in real-time. Compared to STMStudio, STM32CubeMonitor not only provides variable monitoring functionality but also offers a rich set of components to build various styles of graphical interfaces. Additionally, many free third-party components allow … Read more

Application Notes | Creating ClassB Project Based on STM32CubeIDE

Application Notes | Creating ClassB Project Based on STM32CubeIDE

Keywords: STM32CubeIDE, ClassB Table of Contents 1. Introduction 2. Preparation 3. Creating CubeMX Project 4. Possible Issues During Porting 5. Conclusion 01Introduction Everyone knows that ST’s ClassB functional safety software design package is free, and many customers develop based on the free IDE STM32CubeIDE. This document will show how to easily implement the porting of … Read more