[MM32 eMiniBoard Review] Part 2: Environment Construction and Program Burning
[Copy link]
1. Introduction
It is also relatively easy to set up the environment. This time, Keil is used as the code editor. This is the first time I use the MM32 development board, so the environment setup will be written in more detail. If you use the MM32 development board again in the future, the environment setup will be simply written.
2. Download
First, go to the official website to download the information [ MM32 official website ], and then click on the information download in the upper right corner.
Enter the download interface and download the product manual and user manual first.
Download Keil Pack, which contains the full series. You can just install the specified series when the time comes.
Then download the library and routines and select the specified chip series.
Finally, download the simulation software. If you are using MM32-Link for the first time, you can download an application development manual.
All the data has been downloaded, as shown in the figure below.
3. Environmental Installation
First install the Keil Pack package and select "MindMotion.MM32F0130_DFP.1.0.2.pack" to install.
After opening, as shown below, click Next.
The installation is complete as shown below. Close or click Finish.
Next, install MM32-Link, open the installation package, as shown in the figure below, select Chinese (Simplified), and click OK.
The installation interface appears, click Next.
Modify the installation path, and then keep clicking Next until it is completed.
Open the routine, the path is as shown below, I selected the GPIO_Key routine in GPIO.
First configure the emulator and select MM32-Link. The process is as shown below.
Plug in the MCU and click "Settings" to enter the following configuration interface, where you can see that the device has been acquired.
Then select Download and Run.
4. Burn in the program
Finally download the program.
After downloading the program, the effect on the development board is as shown below. Press the button and the light goes out. Press it again and the light turns on.
|