Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install and configure STM32 Development Environment under Eclipse

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces how to install and configure the STM32 development environment under Eclipse. The article is very detailed and has certain reference value. Interested friends must read it!

STM32 development related IDE software are Keil, IAR, eclipse, Atollic TrueSTUDIO, etc., the most commonly used is Keil and IAR, but these two products are commercial fees, and Eclipse is the most commonly used IDE in open source software, from C to JAVA development powerful, extended performance is also very powerful, more importantly, belongs to open source free software. So we can choose Eclipse + gcc to cooperate with ARM development.

I. Install JAVA operating environment, go to the official website to download and install, specific 32-bit or 64-bit to view the computer configuration.

Download address: www.oracle.com/java/technologies/javase-downloads.html

II. To download Eclipse, download this "Eclipse IDE for C/C++ Developers", determine 64-bit or 32-bit according to the computer, and eclipse official website will automatically recognize the computer configuration and recommend downloading.

1. Download address: https://www.eclipse.org/downloads/(official website)

Eclipse IDE for C/C++ Developers

2. Install and configure environment after download:

3. After installation, it shows that CDT is missing. We need to continue installing CDT software

As shown, eclipse lacks CDT.

Install CDT

Enter CDT software to automatically associate other words in the top column, and then select click:

Select CDT Main features in the first row

Click next to complete the installation by default. After testing opened VPN global proxy download quickly, conditional friends can try.

4. Next install the compiler tool

Similar to downloading CDT above, but this time you need to enter it manually. Add the following information to Eclipse installnew software:

Name: GNU ARM Eclipse Plug-ins

Location:http://gnuarmeclipse.sourceforge.net/updates

Click next to complete the installation by default.

III. Install GCC compiler, we choose free compiler gcc-arm-none-eabi

1. Download address: https://launchpad.net/gcc-arm-embedded/+download

Download file name: gcc-arm-none-eabi-5_4-2016q3-20160926-win32.exe

2. Install after download

IV. Install the make tool

After the above three steps, open a file to test the environment and find that there is no Make, so you need to continue configuring the Make environment at this time.

1.sed Installation:

Download Address: https://sourceforge.net/projects/gnuwin32/

Download is sed installation file, currently sed installation does not include make.exe tool, default installation path is good, generate GnuWin32 folder

2.make.exe Download and install

Download address: github.com/gnu-mcu-eclipse/windows-build-tools/releases

Copy the extracted make tool to bin folder under GnuWin32 folder

The results are shown in the figure above

5: Path configuration for GCC and make downloads

Click window -> Preferences

Route configuration. Click Browse.. be selected

Configuration complete.

The above is "Eclipse STM32 development environment how to install configuration" all the content of this article, thank you for reading! Hope to share the content to help everyone, more relevant knowledge, welcome to pay attention to the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report