当前位置:网站首页>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安装方法
边栏推荐
猜你喜欢
电子密码锁_毕设‘指导’
三相同步发电机的空载短路的simulink仿真
Case | industrial iot solutions, steel mills high-performance security for wisdom
【Arduino连接GPS 模块 (NEO-6M)读取定位数据】
为什么D类音频功放可以免输出滤波器
联阳IT6561|IT6561FN方案电路|替代IT6561方案设计DP转HDMI音视频转换器资料
【土壤湿度传感器与 Arduino 测量土壤湿度】
How to remotely debug PLC?
使用Vercel托管自己的网站
Modify hosts file using batch script
随机推荐
使用Vercel托管自己的网站
ICN6211:MIPI DSI转RGB视频转换芯片方案介绍 看完涨知识了呢
单火线开关设计详解
【DS3231 RTC实时时钟模块与Arduino接口构建数字时钟】
MIPI解决方案 ICN6202:MIPI DSI转LVDS转换芯片
R语言 —— 多元线性回归
VCA821可变增益放大器
sacalatest AnyFunSuite:no implicits found for parameter pos
一文理解分布式开发中的服务治理
Comparative analysis of OneNET Studio and IoT Studio
龙讯LT6911系列C/UXC/UXB/GXC/GXB芯片功能区别阐述
D类音频功放NS4110B电路设计
TQP3M9009电路设计
[DS3231 RTC real-time clock module and Arduino interface to build a digital clock]
OneNET Studio与IoT Studio对比分析
将ORCAD原理图导入allegro中进行PCB设计
从Attention到Self-Attention和Multi-Head Attention
【Arduino 连接DHT11 湿度和温度传感器】
【萌新解题】斐波那契数列
MPU6050 加速度计和陀螺仪传感器与 Arduino 连接