Compatible with C51 and ARM keil software operation

problem:

1. It was possible to compile C51 with kei4l before, but now I can’t compile STM32, so I made a keil5 that is compatible with both C51 and ARM and can compile. 2. It cannot be simulated using Guoxing Changan's embedded development board. Check it Countless methods, tried countless times, and finally solved it. Now I put all the software materials I found in the network disk

step:

1. Create a large keil folder, and create two small folders in it, one for C51 and one for ARM. 2. Then first follow the order of (1) (2) (3) in the network disk Download to the ARM folder in turn

Then download keil5 (ARM version)

3. Install Keil.STM32F1xx_DFP.1.1.0.pack in (4) to the ARM folder 4. Install (driver and plug-in) CoMDKPlugin-1.3.1.exe in the ARM folder 5. Put ( Copy the STM32F10x_128.FLM in the FLM file to (according to the path) ARM \ MDK_ARM \ ARM \ Flash

In this way (take STM32F103RB series as an example) the chip model and chip algorithm of this chip are downloaded.

6. Then open [Reference Video](https://www.bilibili.com/video/BV1Nt4y1i73U) this link to configure keil5 according to the operation of the video

The link is also in the must-see file

7. Finally, make a keil can compile C51 and ARM at the same time, follow the reference article to operate, the keil (C51) mentioned in it is installed in the C51 folder, and cannot be in the same folder as the ARM [Operation reference article ](https://blog.csdn.net/Chamico/article/details/82890739?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromBaidu-4.control&depth_1-utm_source=distribute.pc_relevant.none-task-blog- BlogCommendFromBaidu-4.control) 8. Finally, delete the previous C51 file and it will be fine

data

Link: https://pan.baidu.com/s/1d-5o2g4yWh_Ixj6oS9_Uo
Extraction code: fqo6 After
copying this content, open the Baidu SkyDrive mobile app, which is more convenient to operate-from the sharing of Baidu SkyDrive Super Member V1

Guess you like

Origin blog.csdn.net/m0_46278925/article/details/112970204