Use light-emitting diodes to simulate traffic lights-early software installation (Proteus 8 Professional&Keil uVision4)


Preface

Last week, the single-chip microcomputer class arranged homework so that each group used light-emitting diodes to simulate traffic lights. The subject requirements are as follows:

Insert picture description here
At that time, time was tight. I tried this to compile a program in C language and download proteus on the computer for simulation, but it was not successful. I also found many related articles on the Internet. It was finally completed this weekend, traffic lights Design, and successfully simulated, of course, after reading a lot of articles written by big guys (successful imitation╥﹏╥…). But it is worth recording and sorting out.


1. Installation of related software

1. Proteus download resources & choices

I have installed proteus N times in the past two days. At least 5 or 6 different proteus simulations have been installed. It is really loaded and unloaded, unloaded and reinstalled. I will leave it here, and share the version that can be used:

Proteus-7.8sp2:
link: https://pan.baidu.com/s/1IIAu8SZ9Qh2WTiCAeMwjiw
extraction code: 088g

Proteus 8.3 SP2 with Advanced Simulation:
Link: https://pan.baidu.com/s/1fYxfRCOSzOz-tqFvhkAA8g
Extraction code: ft7n

proteuspro8.7sp3:
Link: https://pan.baidu.com/s/1KJ5oKLz3IHys4gacZTKw9w
Extraction code: t9hz 8.7

What I use now is: proteuspro8.7sp3 version, if you want to download, I also recommend you to download this version, I just found a lot of 7 o'clock to match the book, but 7 o'clock There are a lot of simulations downloaded from the Internet that cannot be opened. Many of them can only be used with 8 or above. I found the Chinese package for version 8.7 in 8 o'clock, and there is a Chinese version.

I also found a very good installation tutorial on the Internet, but I don’t know why the connection, copy and share can’t be opened.
I will reprint it again:
You can also try this link. If it can be opened, look directly at o(  ̄▽ ̄ )ブ: http://www.itmop.com/downinfo/308426.html

2.proteus 8.7 installation and cracking

1. Decompress the proteus 8.7 compressed package I shared above, and you will get the installation program, cracked files and finished package. Run the P8.7.Sp3.exe program first, and after entering the software installation detection wizard interface, we click "Next";

Insert picture description here
2. Double-click the file "P8.7.Sp3.exe" to install the original program and accept the terms;

Insert picture description here
3. Choose the first item "Use a locally installed license key" to have a license key;

Insert picture description here
4. The following No Licence Key found for Proteus Click Next to install one appears. The prompt does not need to be concerned, just go to the next step;

Insert picture description here

5. Here it will pop up the license installation interface, browse the designated License.lxk file (in the Patch-2 folder) and open it, click install to install the license; OK, then click [close] to exit the key management interface ;

Insert picture description here
Insert picture description here
6. Click next again. Here, select the classic typical. Note that the installation directory must follow the default path;

Insert picture description here
7. After successful installation, click close to close, do not run proteus yet;
Insert picture description here

3. Cracking steps

1. After the software is installed, copy the "Proteus 8 Professional" folder to replace the original folder; the installation directory of the software is [C:\Program Files (x86)\Labcenter Electronics\Proteus 8 Professional]

Insert picture description here
2. Well, the proteus8.7 cracked version is successfully activated, and users can use it for free without restrictions.

Insert picture description here

4. How to localize proteus 8 professional

1. The installation and cracking have been completed, but the Chinese interface is not yet available. Here, copy the Chinese patch in the software package [that is, the Translations folder] to the software installation directory and replace it; the default directory [C:\Program Files (x86) \Labcenter Electronics\Proteus 8 Professional】
Insert picture description here

2. After successful localization, the interface of Proteus 8 Professional is as follows:

Insert picture description here
3. The display after successful installation is as follows:
Insert picture description here

2. Installation of Keil uVision4

After the download of the Proteus simulation software is completed, of course you need to install Keil to write the program, use the Keil environment to track and debug the source code of the C language program, and generate a hex file, which can be burned into the microcontroller for program policy and testing.

There is nothing to say here, just download it directly, you can download through the connection I shared:
Keil uVision4: Link: https://pan.baidu.com/s/1W90msp2NapUxa5tvwl_KGA
Extraction code: 82z4


to sum up

The space is limited. Today, I will summarize the preparations before the program simulation, the specific Proteus and Keil uVision4 joint debugging, as well as the programming and analysis of the program, the wiring of the Proteus, and the actual simulation will be summarized next time, the programming of the program And I just made Proteus, and I need to sort it out by myself. This part is a bit difficult. I have to spend some time thinking about it before writing it, mainly because I can’t say it well (/(ㄒoㄒ)/~~ ),come on! Come on!

Guess you like

Origin blog.csdn.net/qq_45252077/article/details/108919056