How to perform STM32F103C8T6 simulation and keil5 development in Proteus

1. Download Proteus 8 and keil5

The latest version of Proteus 8.15 Professional graphic installation tutorial (with installation package)_proteus key_main studio's blog-CSDN blog Keil uVision5 5.38 official download, installation and registration tutorial_keil uvision5 download_This is Lemou's blog-CSDN blog

2. Create a new STM32F103C8 project

Next, select the STM32F103C8 microcontroller according to the following configuration (note: Proteus 8.15 only has the C8 model. If the proteus version is too low, the model cannot be found)

 Created successfully!

3. Package the keil project and import it into proteus

Check the Create HEX File option in keil5 Settings-->OUTPUT to create a file that can be imported into proteus

Then click compile to generate the project.hex file

Then double-click the simulated microcontroller just generated by proteus and implant the .hex file just now into it.

Import and run successfully.

 This article was written independently by the author

 All original articles on this blog may not be used for commercial purposes or traditional media without my permission. Please indicate the source when reprinting in online media, otherwise it will be an infringement.

Guess you like

Origin blog.csdn.net/weixin_61908666/article/details/133047571