Common Issues and Solutions in STM32 Debugging

Common Issues and Solutions in STM32 Debugging

Click the above “Chuangxue Electronics” to follow and easily learn electronic knowledge. Chuangxue Electronics Subscription Daily updates on technical articles in the electronics industry and the latest news on microcontrollers, allowing you to learn easily anytime, anywhere. In the debugging of STM32 microcontrollers, a series of issues may arise. This article mainly introduces the possible … Read more

How Does printf() Integrate with UART Driver Functions?

How Does printf() Integrate with UART Driver Functions?

This is definitely a good article. Printing with this function is sometimes more useful than any debugging tool, and the kernel’s prink is a true gem. But how does the printf function connect with the UART driver? This article will answer that for you. Like, share, and bookmark it for when you need it. Today, … Read more

How printf() Works with UART Peripheral Driver Functions

How printf() Works with UART Peripheral Driver Functions

Today, I will share with you the hardware UART peripheral debugging output mechanism under IAR. In the embedded world, outputting print information is a very common auxiliary debugging method. With the help of print information, we can easily locate and analyze program issues. There are many ways to implement print information output in embedded application … Read more

Choosing Between Keil and IAR for Microcontroller Development

Choosing Between Keil and IAR for Microcontroller Development

Comparing the installation time of the latest Keil MDK V5.39 and IAR EWARM V9.50.1. var __INLINE_SCRIPT__ = (function () { 'use strict'; function _arrayLikeToArray$2(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; … Read more

How to Change Code Storage Address in Keil and IAR

How to Change Code Storage Address in Keil and IAR

Follow+Star Public Account, don’t miss exciting content Author | strongerHuang WeChat Public Account | Embedded Column Sometimes, we do not want the program to be stored at the starting position, for example, if we have a bootloader, the corresponding app’s (application) storage location will have an offset address. So, how do we let the program … Read more

Why Is Keil More Popular Than IAR?

Why Is Keil More Popular Than IAR?

When it comes to Keil and IAR, you might think that these integrated development environments have a relatively old interface and are not user-friendly. But here is a fact: No matter if you are a beginner in microcontroller programming or an experienced developer, the proportion of users using Keil and IAR is relatively higher compared … Read more

Key Points Often Overlooked in Embedded Low-Power Design

Key Points Often Overlooked in Embedded Low-Power Design

Designing embedded systems increasingly demands longer standby times and extended battery life. The ability to optimize battery life helps reduce field maintenance costs and ensures that customers can enjoy a good product experience without needing to constantly replace batteries or recharge. The team employs many standard techniques to help extend battery life. For example, placing … Read more

Keil MDK and IAR EWARM New Versions Compatibility Issues

Keil MDK and IAR EWARM New Versions Compatibility Issues

Follow,Star Public Account, never miss exciting content Author: Engineer Huang Public Account: strongerHuang A significant number of friends are using Keil and IAR for development, and there is a cross-version compatibility issue with the MDK and EWARM tools targeting the ARM core. In fact, both tools have corresponding migration and compatibility manuals provided by the … Read more

System Testing AC5, AC6, IAR and GCC Debugging Effects

System Testing AC5, AC6, IAR and GCC Debugging Effects

First of all, I would like to thank everyone for their feedback on the last video. It was a very meaningful discussion. The performance of AC6 this time is astonishing; it can jump around even without optimization. 【Experiment Purpose】 The purpose is to test the debugging phenomena in the C environment with the same program … Read more

How to Calculate CRC Values in IAR and KEIL

How to Calculate CRC Values in IAR and KEIL

Introduction More and more products on the market have safety requirements regarding their use. How to avoid danger to operators during use or reduce the probability of such dangers occurring is a key consideration for product safety. In this regard, related products need to pass safety certifications from relevant industries before they can be produced … Read more