Adding Driver Files and Compilation Paths in STM32F103 Using CubeIDE

Adding Driver Files and Compilation Paths in STM32F103 Using CubeIDE

When adding driver files for peripherals such as the MPU6050 sensor and TOF sensor, it is necessary to include the corresponding onboard driver support package and add the compilation path. The steps are as follows:1. Create a new project and complete the basic configuration. You can refer to the STM32F103 microcontroller programming environment setup, the … Read more

Getting Started with STM32 IoT in 30 Steps: Step 2 – Installing and Localizing CubeIDE

Getting Started with STM32 IoT in 30 Steps: Step 2 - Installing and Localizing CubeIDE

Video Description Series: Updated twice a week Collection: Yang Tao Teaching Video Collection Title: “Getting Started with STM32 IoT in 30 Steps” Presenter: Du Yang Episode: Episode 2 Theme: Installation and Localization of CubeIDE Duration: 00:24:27 Resolution: 1080P Mandarin with Chinese subtitles Main Content: Explanation of the installation process and localization method for CubeIDE software … Read more

Getting Started with STM32 F4: CubeIDE Installation and Localization

Getting Started with STM32 F4: CubeIDE Installation and Localization

Video Description Series: Yang Tao Main Teaching Video Name: “Getting Started with STM32 F4” Presenter: Du Yang Episode: Episode 5 Theme:CubeIDE Installation and Localization Duration: 00:23:53 Main Content:This video mainly introduces the installation and localization of the brand new CubeIDE integrated development environment.. Resolution:1080P Mandarin with Chinese subtitles Bilibili Watch Address Long press the QR … Read more

Introduction to CubeIDE Interface – STM32 F4 Series Episode 7

Introduction to CubeIDE Interface - STM32 F4 Series Episode 7

Video Description Series: Yangtao Mainline Teaching Videos Presenter: Du Yang Title: “Introduction to STM32 F4” Episode: Episode 7 Theme: Introduction to CubeIDE Interface Main Content: The presenter explains the usage of the CubeMX graphical interface and programming interface in the CubeIDE integrated development environment, the usage of various internal functions in the CubeMX interface, and … Read more

STM32 M4 External Interrupt Issues with CubeIDE

STM32 M4 External Interrupt Issues with CubeIDE

Today, we mainly completed the M4 core interrupt operations of the STM32MP157AAA3 chip. Last week, STM32CubeIDE 1.11.1 was functioning normally, but today there was an issue with creating a project. After searching for the reason without success, I planned to go to the official website to find the software installation package again. I found that … Read more

Is STM32 Hard to Learn? These Tools Can Help!

Is STM32 Hard to Learn? These Tools Can Help!

Table of Contents: 1. STM32Cube Ecosystem 2. CubeMX 3. CubeIDE 4. CubeProg 5. Developing with CubeIDE 5.1 STM32CubeIDE Home 5.2 Generating Projects 5.3 Program Download 6. Conclusion 1. STM32Cube Ecosystem I remember trying out CubeMX when ST first launched it, back then the automatically generated peripheral initialization code had some minor errors. Now, with the … 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

Beijing Junzheng: NPU Powers Customized Storage

Beijing Junzheng: NPU Powers Customized Storage

This article is from the report published by China Postal Securities Research Institute on February 28, 2025.To learn more, please read the original report, Wu Wenji S1340523050004. Contact: Wu Wenji 17317832027 CUBE Drives Transformation in Edge AI Computing.The innovative CUBE (Customized Ultra Bandwidth Element) technology developed by Winbond Electronics, as a customized high-bandwidth storage chip … Read more

STM32CubeIDE Practical Tips for Configuring Heap Space

STM32CubeIDE Practical Tips for Configuring Heap Space

“ Keywords: STM32CubeIDE, Heap, __sbrk Problem Description Recently, a client requested to specify the heap address in STM32CubeIDE to a dedicated RAM. Problem Analysis The default stack configuration diagram in the project generated by STM32CubeIDE is shown in Figure 1: Solution The project generated by STM32CubeIDE will automatically create a file named sysmem.c. In this … Read more