Study notes | C251 | STC32G microcontroller video development tutorial (Brother Chong) | Episode 3-1: Development environment setup and program download


Original author/speaker: Brother Chong
original video address

1. Download of STC-ISP software

STC-ISP V6.92A full version (you need to fill in the verification code)
STC-ISP is a microcontroller download programming and burning software. It is designed for STC series microcontrollers. It can download STC89 series, 12C2052 series and 12C5410 series of STC microcontrollers. , easy to use.
Software download STC-ISP
STC official burning software, can be used to burn STC full series of microcontrollers, and integrates a large number of practical development tools.

2. STC32 manual download

Download method 1: Download within ISP software (can be previewed online)
Insert image description here

Download method 2: Official website download
Guoxin official website STC32 series chip manual
Insert image description here
Insert image description here

3. PDF reader download

Method 1: Open PDF directly with WPs
Insert image description here
Insert image description here

Method 2: Download Futing Reader

4. Learn to use PDF reader to read manuals

Use the bookmark and directory functions and CTRL+F to search and locate quickly.
1. How to open the manual with a PDF reader
2. How to check the diary and details
3. How to quickly check the chapters
4. How to use the search function

5. Follow the manual to build the C251 development environment

First log in to the Keil official website and download the latest version of the C251 installation package. The download link is as follows:
C251v5.60 version.
For details, please refer to the tutorial: Keil popular science tutorial | Several download methods of Keil historical versions
Insert image description here
Insert image description here

Tips: How to install Keil’s C51, C251 and MDK at the same time

Error message:

Warning: Registered ARM Compiler ignored, Version needs to be 5 or higher.Path: 'ARMCLANG' ! The
reason for the above prompt is compatibility issues. If you install ARM, C251, and C51 at the same time, you need to pay attention to the installation order.
After testing in the Windows
10 *_DFP.****.pack package.
Finally, use the activation tool to activate normally.
Insert image description here
Need to be active:
Insert image description here

6. Download of program package

STC-ISP:
Insert image description here

Official website
Insert image description here

7. Compile and download the first project

Take E:\STC32\STC32G-DEMO-CODE-V9.6-20230425\01.1-Use P6 port as marquee-entry version as an example. Select the C language version routine:
Insert image description here
Open the project file: sample.uvproj
Insert image description here
build:
Insert image description here

Guess you like

Origin blog.csdn.net/Medlar_CN/article/details/132105253