Using printf Function in TrueStudio: A Step-by-Step Guide

Using printf Function in TrueStudio: A Step-by-Step Guide

When using the printf function in the TrueStudio development tool for the first time, you may find it challenging to get started. Here, I will explain the process of configuring STM32CubeMX to generate a TrueStudio project for serial output. Create a Basic Project in STM32CubeMX: Open the software and select the configuration for Serial Port … Read more

What New Features Are Updated in the STM32Cube Ecosystem

What New Features Are Updated in the STM32Cube Ecosystem

Follow,Star Public Account Number, and don’t miss out on exciting content Source: STM32 Edited by: strongerHuang Recently, the STM32Cube ecosystem underwent a “major update,” with STM32CubeMX upgraded to V6.0.0, STM32CubeIDE upgraded to V1.4.0, and STM32CubeProg upgraded to V2.5.0. I remember I even posted about this in my Moments (friends who have my WeChat should have … Read more

STM32F103C8T6 Getting Started with STM32CubeMX Installation

STM32F103C8T6 Getting Started with STM32CubeMX Installation

STM32CubeMX Download and Installation Basic Introduction: STM32CubeMX is a graphical tool for 32-bit ARM Cortex STM32 microcontrollers. It allows for very simple configuration of STM32 microcontrollers and microprocessors, generating initialization C code, and can also generate parts of the Linux device tree for Arm Cortex-M or Arm Cortex-A cores through step-by-step operations. It is part … Read more

What Bugs Were Fixed in STM32CubeIDE V5.0.1?

What Bugs Were Fixed in STM32CubeIDE V5.0.1?

Top/Star Public Account, don’t miss any messages Many people are concerned about STM32CubeIDE because it integrates the compilation environment and avoids piracy issues. Previously, when STM32CubeIDE V1.0.0 was released, it caused quite a stir in the community. I have previously written two articles about STM32CubeIDE: STM32CubeIDE Officially Launched Installing and Configuring STM32CubeIDE, Generating Code, Online … Read more

Common Issues When Getting Started with STM32CubeIDE

Common Issues When Getting Started with STM32CubeIDE

ST has provided a free integrated development tool STM32CubeIDE for many STM32 users for some time now. As the saying goes, the beginning is always the hardest. Here are a few common issues regarding its initial use that I would like to share. 【Note: Images in this article can be enlarged for viewing on mobile … Read more

Sharing | My First STM32L552 Development Board

Sharing | My First STM32L552 Development Board

Original Author: STM32 Chinese Community User Sanjie Dog This is the third review post for the NUCLEO_L552ZE_Q development board. The previous post introduced how to set up the development environment on the Windows platform. Now that the environment is ready, we can start writing programs for testing (I won’t be writing programs myself, as I … Read more

A Comprehensive Overview of the STM32 Ecosystem

A Comprehensive Overview of the STM32 Ecosystem

The recognition of STM32 by numerous developers is largely attributed to its powerful ecosystem. This article describes various software tools within the STM32 ecosystem, including some technical details.1. Overview of the STM32 EcosystemSTM32 provides a complete set of development tools and software packages necessary for development. Below is an image that gives a global view … Read more

Introduction to STM32CubeMX: Power Consumption Calculation, Middleware, CAD View, and More

Introduction to STM32CubeMX: Power Consumption Calculation, Middleware, CAD View, and More

1. Overview STM32CubeMX is a member of the STM32Cube tool family, providing STM32 developers with a simple, convenient, and intuitive way to perform tasks such as MCU/MPU selection, pin configuration, system clock and peripheral clock settings, and peripheral parameter configuration, as well as middleware parameter configuration. After all configurations are completed, it can also generate … Read more

Quick Start Guide to Embedded STM32 Practical Application 1080P

Quick Start Guide to Embedded STM32 Practical Application 1080P

1. Follow the above Jifeng Find Course WeChat official account, and click 【Like】 and 【Looking】 2. Enter 【Receive Course】 in the WeChat official account to obtain the materials for this guide. Resources are from Baidu Cloud Drive Embedded STM32 Practical Application Quick Start Embedded STM32 Practical Application Quick Start STM32 is a 32-bit microcontroller developed … Read more