【CH32】| 00——Development environment construction| Software installation| Data and tool download

Series article directory
【CH32】| 00——Development environment construction
【CH32】| 01——New project| Download| Run|Debug


1 Introduction

The integrated development environment of CH32 series MCU is called MounRiver_Studio, which is similar to Cube IDE (STM32) and S32K Design Studio (S32k). They are all Eclipse-based IDEs. I have used an Eclipse and basically can use it. Of course, it can also be developed with keil-mdk.
The following temporarily introduces the environment of Eclipse+gcc.

2. Download the software

MounRiver Studio download address

3. Installation

After downloading, it is a compressed package file, which contains an executable file with one-click installation. Click to install. The
next step is the next step.
insert image description here

insert image description here
Installed, familiar eclipse style
insert image description here


The free CH32 development board came here to record the use process. Hey, I didn’t choose the one with the lowest configuration when I chose. It’s uncomfortable.


2023-5-19 Newly fill in the following
. Hey, I applied for a board with a higher frequency. Hey, it’s shipped.

4. Data and tool download

4.1 Chip data sheet/reference manual

Enter the CH official website to select your own chip model and click to enter the URL

insert image description here
After that, the web page corresponding to the chip will pop up
insert image description here
. More information to download
insert image description here

4.2 Evaluation (development) board schematic diagram/demo

It contains the evaluation board schematic demo
insert image description here

4.3 Burning software

4.3.1 WCH ISP serial port one-key download

Similar to stm32 isp serial port one-key programming
insert image description here

4.3.2 WCH-LINK Utility programming


insert image description here
Similar to the download address of ST LINK Utility, put it in the next section

4.4 WCH LINK related information/driver installation

4.4.1 WCH LINK related information

Address: WCH-Link emulation debugger
insert image description here

4.4.2 WCH LINK driver installation

If MounRiver IDE is installed, the driver will be automatically installed. The installed package is in the installation directory.

insert image description here
If you can’t use it yourself, just install it. The following is a newer version.

Driver download address

5. Summary

The preparations that need to be done here are all done.

Guess you like

Origin blog.csdn.net/weixin_43822014/article/details/130740821