0% found this document useful (0 votes)
3 views1 page

Installing IDE

The document outlines the steps to install STM32CubeIDE and configure the environment for development using STM32F411 and KEIL (8051). It includes links to download the necessary tools and provides a sequence of commands for setting up the required software on a PC or laptop. Key steps include creating an account, downloading the IDE, and configuring the MySYS environment.

Uploaded by

rakeshmishra.hde
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Installing IDE

The document outlines the steps to install STM32CubeIDE and configure the environment for development using STM32F411 and KEIL (8051). It includes links to download the necessary tools and provides a sequence of commands for setting up the required software on a PC or laptop. Key steps include creating an account, downloading the IDE, and configuring the MySYS environment.

Uploaded by

rakeshmishra.hde
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

STM32CUBEIDE (STM32F411)

Target
KEIL (8051)
IDE and Compiler used in this
Course

Host GCC Compiler for PC /LAPTOP https://www.onlinegdb.com/

STM32CUBEIDE https://www.st.com/en/development-tools/stm32cubeide.html

Keil https://www.keil.com/demo/eval/c51.htm

#1 Visit STM32CUBEIDE https://www.st.com/en/development-tools/stm32cubeide.html

Installing IDE
#2 Create Account

#3 Download Latest Version

#4 Download Mingw https://www.mingw-w64.org/downloads/#mingw-builds

Steps

#5 Open MySYS.org & Download exe file https://www.msys2.org/

#6 Install MySys

#7 Execute the command based on mysys website

#8 Open Command Window

pacman -Syu

#9 Execute command

pacman -S --needed base-devel mingw-w64-x86_64-toolchain

Type 6 Enter Mingw Fortran

Configure Mysys path in environment Mysys


#10 variables
mingw64/bin

#11 Install STM32 Cube IDE

You might also like