Some Tips for Using KEIL MDK5

Some Tips for Using KEIL MDK5

Preface: I’ve been quite busy lately, so updates on the public account have been a bit slow. I hope everyone understands. However, the good news is that I’ve found something fun, so… soon you’ll be able to hear me tell stories again~~~ Below is an article reposted from the internet, which covers some basic configurations … Read more

Creating a New Project in Keli MDK5

Creating a New Project in Keli MDK5

Scan to follow Chip Dynamics , say goodbye to “chip” blockage! Search WeChatChip DynamicsHow to Create a New Project Today we will learn how to create an STM32 project using Keli. Before creating the project, we need to create a folder in a directory on the computer where we can place all the projects we … Read more

Tips for Using MDK5

Tips for Using MDK5

Scan the QR code to follow Chip Dynamics, and say goodbye to “chip” bottlenecks! Search WeChatChip Dynamics Next, we will introduce some practical tips for using the MDK5 software during the code editing and writing process. These tips can effectively improve development efficiency, and we recommend that everyone focus on mastering them and deepen understanding … Read more

Introduction to Keli MDK5

Introduction to Keli MDK5

Scan to follow Chip Dynamics , say goodbye to “chip” blockage! Search WeChatChip DynamicsIntroduction to MDK5 Software MDK (Microcontroller Development Kit) is an embedded development tool launched by the German company KEIL (now part of the ARM ecosystem), officially named RealView MDK. As a mainstream ARM development platform globally, MDK is widely used by over … Read more

Mastering Project-Generator for MDK5, IAR, and GCC

Mastering Project-Generator for MDK5, IAR, and GCC

Background Introduction: Many videos produced by Sugar are based on the open-source project project-generator to support three platforms. Feedback has shown that this method has sparked a lot of interest among readers. Friends participating in Sugar’s “Software Architecture Training Program” have successfully mastered this method. This article systematically introduces the use of project-generator starting from … Read more

A Recommended Method for Porting the New DSP Library Source Code

A Recommended Method for Porting the New DSP Library Source Code

Note: 1. The DSP library in the new CMSIS V5.6 is much more user-friendly than previous versions. 2. This post shares a method for adding source code. Previously, we used libraries, which made it inconvenient to view the source code. 3. You can also refer to the first version of the DSP tutorial, which is … Read more

Clang-format Plugin for Keil MDK5: Code Formatting Tool

Clang-format Plugin for Keil MDK5: Code Formatting Tool

Introduction This article will introduce a code formatting tool called Clang-format, and detail how to use the Clang-format plugin in Keil MDK5 for code formatting, while showcasing the formatting effects of Clang-format on code. If you are a C/C++ programmer, this article will be helpful for your daily development work. 1. Overview of Clang-format Clang-format … Read more

Recommended Keil MDK5 Plugins

Recommended Keil MDK5 Plugins

Introduction Code formatting is one of the important means to improve code quality and readability. However, there is no built-in code formatting tool in Keil MDK5, so it is necessary to look for third-party tools to solve this problem. The open-source code formatting tool Astyle can be integrated into Keil as a plugin to meet … Read more