当前位置:网站首页>Keil and Proteus joint commissioning

Keil and Proteus joint commissioning

2022-06-25 07:42:00 Assassin ari

How to achieve Keil C and Proteus Linkage commissioning of :

my

keil Installation directory is :D:\Tool_engineer\KEIL4
Proteus Installation directory is :D:\Tool_engineer\proteus

(1) take D:\Tool_engineer\proteus\MODELS\VDM51.dll Copied to the keil The catalog of D:\Tool_engineer\KEIL4\C51\BIN in .

If you find that there is no VDM51.dll You can download it here :  http://pan.baidu.com/s/1o6C9kEI

(2) Notepad open D:\Tool_engineer\KEIL4\TOOLS.INI, And then in 【c51】 Followed by :
TDRV5=BIN\VDM51.DLL ("Proteus VSM Monitor-51 Driver")
there “5” It should be modified according to the actual situation , As long as it doesn't repeat the previous , Can .

( step 1 And steps 2 It only needs to be set for the first time )

(3) newly build keil engineering , Here is my 1602 LCD screen experiment as an example ( Reference article http://blog.csdn.net/yagnruinihao/article/details/18559309)

(4) Set up software emulation , choice Proteus drive , And set the corresponding IP, If it is your own computer , It can be set as follows , If it's not the same computer , will IP Set to corresponding .




(5)Proteus Select support for remote debugging


(6)keil Enter the simulation

(7) Discovery can support keil Step by step debugging ,Proteus See that the debugging phenomenon is and keil Corresponding .


原网站

版权声明
本文为[Assassin ari]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202200602559711.html