tags: Professional software C language keil mdk software test




Choose your own keil file installation directory, select the directory where the C51 folder is located, import the directory, restart KEIL 51, and compile again.
This article is ""Embedded"The fifth article of the series blog, the series of blogs mainly record the related process of microcontroller development and hardware design, which is conve...
Keil and IAR in the project, in order to make clear the file structure, usually a lot of settingssubfolder, Then the header and source files in different subfolders, so you need to add the path to the...
New project 00 New project 01 New file 10 Compile the program 11 Chinese garbled 100 later How to burn the code? How to add [STC patch]? 00 New project 1. Open [Keil uVision5], as shown in the figure ...
1. Software for downloading procedures in 51 single-chip microcomputer Add header files, Select 1 in the Keil Simulation Settings, then find the installation location of the Keil C51 software to selec...
New project 00 New project 01 Create a new file 10 Compile the program 11 Chinese garbled code 100 Later stories How to burn code? How to add [STC patch]? 00 New project 1. Open [Keil uVision5], as sh...
1. Multiple file creation 1.1 Creating a folder on disk Create a new folder on disk to place the created keil project Open keil, project->New uVision Project, select the folder you just created, gi...
Table of contents question: Cause of the problem: path: .\MDK_ARM\ARM KIEL ARM compiler is missing: Solution: 1. Download the old version of keil 2. Right-click to unzip the file and place the file in...
I've always been curious about this issue but didn't go deep into it. I searched it today, and it says that it is actually the included header file. It is possible to think about ...
Original address: This is because your software installation path is different from the compiler's default path, so the compiler cannot find the executable file. This file should be in the folder wher...
1. keil directory ASM: placing assembly language header file format xx.inc. inc is include shorthand. BIN: placed needed to compile an executable (.exe) files and dynamic link libraries (.dll). binary...