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

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

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

Application Notes and User Manuals Related to STM32CubeIDE

Application Notes and User Manuals Related to STM32CubeIDE

STM32CubeIDE is a free and powerful integrated development tool provided by ST, enriching the STM32Cube ecosystem. It is based on the Eclipse®/CDT framework, GCC compiler toolchain, and GDB debugger, and supports the addition of third-party plugins. At the same time, STM32CubeIDE is organically combined with ST’s STM32CubeMX configuration and initial code generation tool and STM32CubeProgrammer … Read more

Common IDEs for Microcontroller Development

Common IDEs for Microcontroller Development

Follow+Star Public Account, don’t miss the wonderful content Author | strongerHuang WeChat Public Account | Embedded Column IDE:Integrated Development Environment.IDE refers to tools used for software development, typically including an editor, compiler, debugger, graphical user interface, and various integrated tools.There are many integrated development environment tools (IDE) for microcontroller development. Below are some commonly used … Read more

Using J-Link Debugging in VSCode

Using J-Link Debugging in VSCode

Using J-Link Debugging Visual Studio Code is a free source code editor launched by Microsoft. With plugins, it can achieve GDB + J-Link + GDBServer debugging for embedded systems in VSCode. In this article, we will introduce how to add debugging capabilities to Cortex core microcontrollers using J-Link. The example uses SEGGER’s emPower v2.0 evaluation … Read more

Introducing ARM’s Latest Compiler AC6.12

Introducing ARM's Latest Compiler AC6.12

Follow/Star Public Account, don’t miss any updates This article discusses Arm Compiler 6.12 in conjunction with MDK-ARM V5.27. 1MDK Upgrade Content The preview version of MDK-ARM V5.27 has been released for several months:Keil MDK V5.27 Major Update, Preview Version Now Available Recently, the official version V5.27 has finally been released. Have you installed and tried … Read more