[Fudan Micro FM33LG0 Series Development Board Review] Development Environment First
[Copy link]
This post was last edited by lugl4313820 on 2021-11-18 17:21
I am very happy. Today I received a notification that my application for evaluation of Fudan Micro FM33LG0 series development board has been approved. The development board is on the way today. In order to prepare in advance, I installed the development environment MDK5 in advance. The installation process is recorded as follows.
1. KEIL
Keil is an industry-leading independent supplier of software development tools for microcontrollers (MCUs). Keil is jointly operated by two private companies, Keil Elektronik GmbH in Munich, Germany and Keil Software Inc in Texas, USA. Keil manufactures and sells a wide range of development tools, including ANSI C compilers, macro assemblers, debuggers, connectors, library managers, firmware and real-time operating system cores. More than 100,000 microcontroller developers use this industry-proven solution. Its Keil C51 compiler has become the de facto industry standard since its introduction to the market in 1988 and supports more than 500 8051 variants.
MDK, or RealView MDK or MDK-ARM (Microcontroller Development kit), is an embedded software development tool for ARM processors such as ARM7, ARM9, Cortex-M0, Cortex-M1, Cortex-M2, Cortex-M3, and Cortex-R4, which was launched by ARM after it acquired Keil based on the uVision interface. MDK-ARM integrates the most advanced technologies in the industry, including the uVision4 integrated development environment and the RealView compiler RVCT. It supports ARM7, ARM9 and the latest Cortex-M3/M1/M0 core processors, automatically configures the startup code, integrates the Flash burning module, powerful Simulation device simulation, performance analysis and other functions. Compared with ARM's previous toolkits such as ADS, the latest version of the RealView compiler can improve performance by more than 20%.
MDK, the ARM development tool developed by Keil, is used to develop embedded applications for a series of microcontrollers based on the ARM core. It is suitable for developers of different levels, including professional application development engineers and beginners in embedded software development. MDK includes industrial standard Keil C compiler, macro assembler, debugger, real-time kernel and other components, supports all ARM-based devices, and can help engineers complete projects as planned.
The processing core of FM33LG0 is ARM Cortex-M0+, which can be developed with MDK. The step-by-step installation record is as follows:
2. Official download:
Official download address : https://www2.keil.com/mdk5 .
3. Download the tutorial:
1. Open the official website and click to download MDK5
If you do not use a dedicated downloader, the download may be very slow. It is recommended to use Thunder or other download tools to download. The current link address is :
https://www.keil.com/fid/53thtywdb3mj1w0re2w1djsme9lgwdgwiijw11/files/eval/mdk536.exe ,
4. Installation
download attach
save to album
2021-11-18 17:06 上传
2. Enter the installation interface - click Next
3. Select the software usage agreement and click Next.
4. Select the installation path (take Keil_V5 on drive E as an example) - click Next
5. Fill in your username (First name) and email address (E-mail) (you can fill in any of them, take llulu as an example) - click Next.
6. Installing - Wait for the installation progress bar to complete
7. Agree to install the driver
8. Uncheck the box and the installation is complete - click Finish
9. Click OK and wait for the download to complete.
10. Download the installation package of Fudan Micro
The address is: https://en.eeworld.com/bbs/thread-1183737-1-1.html
11. Add device library installation package - double Keil.MDK-Middleware.7.13.0.pack installation package ( for Fudan Micro FM33LG0xx )
12. Enter the interface for adding device library installation package - (this step automatically searches for the MDK5 software installation path) - click Next
1 3. Check the box and click NEXT to proceed to the next step.
1 4. Add the device library installation package progress bar (wait for the progress bar to complete)
1 5. As shown in the figure below, the addition is successful - click Finish
5. Open and compile the first program
1. Double-click the MDK5 icon to open the software
2. Download the example program from https://en.eeworld.com/bbs/thread-1183737-1-1.html:
3. After downloading, unzip it, enter the GPIO directory, and double-click the program directory to open the KEIL project.
4. Enter the Keil interface, click Compile, and if there is no error, you can download the program to the development board and run it.
Since the evaluation development board I applied for was only shipped today, I will download it to the development board and demonstrate the lighting method to everyone after it arrives. I hope everything goes well!
|