Familiar with Keil C51 and STC-ISP download burning software

Familiar with Keil C51 and STC-ISP download burning software

1. STC-ISP

  1. Download software
  2. Connect PC and MCU
  3. Simulation settings
  4. A dialog box pops up, select the Keil C51 installation path

Two, Keil C51

  1. New folder workspace

  2. Open Keil C51

  3. New project project->new

  4. A dialog box pops up, select the workspace\test path, enter the project name in the file name, and save

  5. A dialog box pops up, select STC

  6. A dialog box pops up, select stc12...s2, ok

  7. Create a .c/.h file and put it in the workspace\test\source_code folder

  8. Place the mouse on Source Group1 and right click----->add file

  9. write the code

  10. For file configuration, 11.0592&&create hex file

  11. Compile, check for errors

    Three, download the program to the microcontroller

    1. Program file selection .hex file
    2. Click to download, cold start the microcontroller

Guess you like

Origin blog.csdn.net/qq_45618376/article/details/114539178