MDK-ARM Installation

Since MDK-ARM software is a paid software, we will only demonstrate how to install it, and will not introduce the software usage and activation in detail!

1. Software Download

1. Download URL

Keil official website: https://www.keil.com/

image-20230919192944289

2. Select product

Download Products: MDK-Arm

image-20230919193112470

3. Fill in information

image-20230919194001381

4. Download the installation package

image-20230919193527804

2. Software installation

1. Open the installation package

Open the MDK installation package as an administrator.

2. Installation process-settings

image-20230919214029867

image-20230919214351598

image-20230919214313891

image-20230919214625085

image-20230919214741781

image-20230919215701566

image-20230919220011595

3. Software configuration

Install the chip package required during development

1. Open the application

Left mouse button: Double-click the desktop "Keil uVision5" icon

image-20230920204513610

2. Close the start interface

image-20230919220506716

image-20230919221149444

3. Install the chip support package

Installing: The download and installation progress bar is in the lower right corner of the page

image-20230919222701697

Installation completed: After the installation is completed, the update option "Up to date" will appear

image-20230919223014547

Official website address: https://www.keil.arm.com/devices/

Search chip package: Search for STM32F103 and click on any chip

image-20230919223834601

Download chip package: Click "STM32F1xx_DFP"

image-20230919224043372

Download the official recommended chip package

image-20230919224131229

Open chip support package: Keil.STM32F1xx_DFP.2.4.1

image-20230919224816940

Install chip support package

image-20230919225107905

Installation completed

image-20230919225731058

4. ARM Compiler

Starting from MDK5.37, the AC5 (ARMCC) compiler is no longer installed by default and needs to be installed independently.

image-20231010095635507

1. Install the compiler

Unzip the ARMCompiler_5.zip file, the file location is under [Software-Project File] in this chapter

image-20231010100015606

image-20231010100109491

image-20231010100139145

Installation location: Create a new ARMCC folder under the C:\Keil_v5\ARM folder and select this folder as the software installation location

image-20231010100317400

image-20231010100544648

image-20231010100614287

image-20231010100744906

2. Add compiler

The following operations involve Keil5 software, and you need to open a project; otherwise, the relevant menu options cannot be selected

image-20231010100940204

image-20231010101007944

Select the location you just installed

image-20231010101121730

image-20231010101158295

3. Verify the installation

If the following options appear, AC5 has been successfully installed!

image-20231010101402666