当前位置:网站首页>Compatible with C51 and STM32 Keil5 installation method
Compatible with C51 and STM32 Keil5 installation method
2022-08-02 04:35:00 【GentleTK】
1 安装C51V900.exe
以管理员身份运行C51V900.exe
文件,Click to enter the installation welcome interfaceNext
,勾选agree
然后点Next
,Enter the interface for selecting the installation path,确定安装路径,然后点击Next
:
Just type a blank for registration information,然后点击Next
开始安装:
After the installation is complete, remove the check,点击Finish
:
2 安装mdk514.exe
以管理员身份运行mdk514.exe
文件,Click to enter the installation welcome interfaceNext
,勾选agree
然后点Next
,Enter the interface for selecting the installation path,确定安装路径,然后点击Next
:
Just type a blank for registration information,然后点击Next
开始安装:
After the installation is complete, remove the check,点击Finish
:
出现Pack Installer
The interface can be closed directly(点击OK
,Click after the pop-up window appears是
)
3 C51与STM32共存
打开C51
安装路径,复制整个C51
文件夹到Keil_v5
下:
打开C51
安装路径下的UV4
文件夹,全选并复制,然后粘贴到Keil_v5
下的UV4
文件夹里,If prompted, choose to skip,然后打开C51
安装路径下的TOOLS.INI
文件,复制里面所有内容,然后粘贴到Keil_v5
下的TOOLS.INI
最后一行,Then copy over the contentPATHChange to the current path:
# 未改动前
[c51]
PATH="D:\Tools\MDK\C51"
# 改动后
[c51]
PATH="D:\Tools\Keil_v5\C51"
改动完成后Ctrl+s
保存文件.
4 破解
打开Keil_v5
安装路径下的UV4
文件夹,以管理员身份运行UV4.exe
.
点击左上角File
->License Management
,复制CID
:
以管理员身份运行keygen.exe
,将复制CIDpaste in clickGenerate
Copy the generated serial number to New License ID Code
,点击Add LIC
:
然后将Target
选择为ARM
,再点击Generate
:
and copy-paste the generated serial number to New License ID Code
,点击Add LIC
:
5 添加快捷方式
打开Keil_v5
安装路径下的UV4
文件夹,右键单击UV4.exe
,选择发送到桌面快捷方式,将快捷方式命名为Keil uVision5
即可.
文章作者:GentleTK
原文链接:https://gentletk.gitee.io/兼容C51与STM32的Keil5安装方法
边栏推荐
猜你喜欢
随机推荐
【DS3231 RTC实时时钟模块与Arduino接口构建数字时钟】
AD8361检波器
简单的RC滤波电路
GM8284DD,GM8285C,GM8913,GM8914,GM8905C,GM8906C,国腾振芯LVDS类芯片
【Popular Science Post】Detailed explanation of MDIO interface
MQ-5 可燃气体传感器与 Arduino 接口
Visual Studio2022创建setup项目
电子密码锁_毕设‘指导’
Type c PD 电路设计
【土壤湿度传感器与 Arduino 测量土壤湿度】
Transformer结构解析及常见问题
[Spark]-协同过滤
uniCloud通讯录实战
BSN:Boundary-Sensitive Network for Temporal Action Proposal Generation论文阅读笔记
C# 常用方法记录
uniCloud address book combat
Acwing:哈夫曼树(详解)
Quo Vadis, Action Recognition? A New Model and the Kinetics Dataset I3D论文精读
【科普贴】MDIO接口详解
【科普贴】I2C接口详解——偏硬件解析