Setting Up Code Completion in Keil MDK 5

Setting Up Code Completion in Keil MDK 5

Long press the QR code to recognize and follow, get new skills every week. Recently, while using the newly installed Keil 5 for programming, I often encountered the need to define a global variable at the top of the program file. During the subsequent programming process, I frequently needed to use this variable, and typing … Read more

Installing Keil uVision 4.22a MDK Software Package

Installing Keil uVision 4.22a MDK Software Package

SoftwareIntroduction Keil uVision 4.22a MDK is an integrated development environment (IDE) developed by KEIL. Keil MDK: also known as MDK-ARM, Realview MDK, I-MDK, KEIL MDK-ARM, KEIL ARM, uVision5 (older versions are uVision4 and uVision3), is a microcontroller software development platform developed by the well-known German software company Keil (now acquired by ARM), currently supported by … Read more

Download and Installation Guide for Keil uVision 4.22a MDK

Download and Installation Guide for Keil uVision 4.22a MDK

SoftwareIntroduction Keil uVision 4.22a MDK is an integrated development environment (IDE) developed by KEIL. Keil MDK: also known as MDK-ARM, Realview MDK, I-MDK, KEIL MDK-ARM, KEIL ARM, uVision5 (older versions are uVision4 and uVision3), etc. It is a microcontroller software development platform developed by the well-known German software company Keil (now acquired by ARM), and … Read more

Download Executable Files to MM32F5 Microcontroller

Download Executable Files to MM32F5 Microcontroller

Introduction Using development environments with graphical interfaces like Keil MDK or IAR, you can compile source code projects and download the generated executable files to the target microcontroller within the graphical interface. However, if you use command-line toolchains like ARMGCC, you need additional downloading tools to transfer the compiled executable files to the target microcontroller. … Read more

Installing STM32 Device Support Package and STLINK/JLINK Drivers

Installing STM32 Device Support Package and STLINK/JLINK Drivers

1. Support Package Installation 1. Offline Installation First, download the support package and then install it. As shown in the figure, to install the STM32F1 series, double-click. The following appears,the installation path will be automatically locked, then click next to install directly. 2. Online Installation First, your computer needs to be connected to the Internet. … Read more

Resolving The Connected J-Link Is Defective Warning

Resolving The Connected J-Link Is Defective Warning

Resolving The Connected J-Link Is Defective Warning, Proper Operation Cannot Be Guaranteed… 1. Problem The warning ‘The connected J-Link is defective, Proper operation cannot be guaranteed…’ often pops up after repeatedly flashing the program or when the simulation frequently hangs. Insert image description here 2. Cause The issue arises because the J-Link driver for Keil … Read more

Exploring the EasyARM RT101x Development Board

Exploring the EasyARM RT101x Development Board

Introduction: Recently, I stumbled upon a news article about a development board launched for a chip by Zhou Ligong in my social circle. With a try-it-out attitude, I applied for it, as I happen to have some projects that may utilize it. I would like to thank Mr. Zhang, Manager Dong, and Engineer Ping from … Read more

Keil MDK 5.30 Released: Quick Start with Cortex-M55!

Keil MDK 5.30 Released: Quick Start with Cortex-M55!

When ARM launched the Cortex-M55 core, they released some news about Keil MDK V5.30:The Cortex-M55 is here and will be integrated into the next generation of STM32, Keil MDK, and other products. As expected, more than two months later, the official update for Keil MDK V5.30 was announced. Link: http://www2.keil.com/mdk5/530 1. Updates in Keil MDK … Read more

How to Install Both C51 and MDK-ARM Compilers in KEIL?

How to Install Both C51 and MDK-ARM Compilers in KEIL?

Question: Is it possible to have both the ARM core compiler and the 51 microcontroller compiler installed simultaneously when installing KEIL? How can I install them both, and what should I pay attention to when using them? Answer: Theoretically, KEIL software supports the installation of multiple compilers on one platform, which means you can open … Read more