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