Skip to content

Instantly share code, notes, and snippets.

@jCerecero
jCerecero / STM32 windows install
Created November 25, 2025 18:26 — forked from DKrepsky/STM32 windows install
STM32F UNDER WINDOWS WITH ECLIPSE AND GCC
1- Install the latest Java JDK (http://www.oracle.com/technetwork/pt/java/javase/downloads/index.html);
2- Download and install Eclipse CDT Neon 3:
2.1- Go to http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/neon3 and download Eclipse Neon 3;
2.2- Extract the .zip archive to the installation directory;
2.3- Double click eclipse.exe;
2.4- Check for update by clicking in Help > Check for updates, do any pending updates and restart eclipse;
2.5- Go to Help > Install New Software and click in the Add button;
2.6- Type GNU MCU ECLIPSE in the name field and http://gnu-mcu-eclipse.netlify.com/v4-neon-updates/ as the Location, then click Ok;
2.7- Install the GNU MCU pluggin;