Understanding Map Files in Keil

Understanding Map Files in Keil

Follow+Star Public Account, don’t miss the wonderful content Author | strongerHuang WeChat Official Account | Embedded Column What is a map file? In simple terms: a map file is a mapping file that integrates the program, data, and IO space after compilation by the compiler. Many technically skilled engineers first think of analyzing the map … Read more

Practical Tips for Adapting Keil to 4K Displays

Practical Tips for Adapting Keil to 4K Displays

Follow+Star Public Account, don’t miss exciting content Author | strongerHuang WeChat Public Account | Embedded Special Column Many users complain that Keil cannot adapt to (2K or 4K) high-resolution displays, especially on 4K monitors, where the menu bar and shortcut icons are very small, the windows are also small, and they appear somewhat blurry: So, … Read more

Keil MDK Upgrades to Keil Studio: New Features and Guide

Keil MDK Upgrades to Keil Studio: New Features and Guide

Follow+Star public account, don’t miss exciting content Compilation | strongerHuang WeChat public account | Embedded Column Are you surprised to see the title? Yes, you read that right, Keil is about to undergo a brand new upgrade. This article introduces some new features of Keil Studio and provides a basic tutorial for using Keil Studio … Read more

Keil MDK 5.30 Released: Compiler Performance Optimization & Quick Start for Cortex-M55

Keil MDK 5.30 Released: Compiler Performance Optimization & Quick Start for Cortex-M55

Follow,Star Public Account, don’t miss out on exciting content Source: Arm Keil Editor: strongerHuang When ARM released the Cortex-M55 core, some news about Keil MDK V5.30 was also shared:The Cortex-M55 is here and will be integrated into the next generation of STM32, Keil MDK, and other products. As expected, today, more than two months later, … Read more

Keil MicroLib vs Standard C Library

Keil MicroLib vs Standard C Library

Follow+Star Public Account, don’t miss out on exciting content Author | strongerHuang WeChat Public Account | strongerHuang Beginners use Keil to learn microcontrollers, and when using serial printf for output, they usually enable the built-in MicroLib: Recently, I saw readers discussing the topic of Keil’s MicroLib and the standard C library, so today I will … 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

Experience of Developing Cortex-M85 MCU with Keil

Experience of Developing Cortex-M85 MCU with Keil

Follow+Star Public Account Number, don’t miss the wonderful content Author | strongerHuang WeChat Public Account | strongerHuang In the past two years, the MCU industry has also started to get competitive, with major manufacturers launching various high-performance MCUs. As of now (April 2024), the “strongest MCU” has to be the Cortex-M85 core MCU (the Cortex-M85 … Read more

How to Use GCC Compiler in Keil MDK

How to Use GCC Compiler in Keil MDK

Follow+Star Public Account, don’t miss exciting content Author | strongerHuang WeChat Public Account | strongerHuang A netizen asked: Is the Keil compilation speed a bit slow, does it support GCC compilation? In fact, the compilation speed of Keil MDK using AC6 is relatively much faster. If you find AC5 slow, you might as well try … Read more