Skip to content

Where are sources

Frederic Pillon edited this page May 28, 2024 · 11 revisions

STM32 core sources files location

By installing the stm32 core thanks the Boards Manager, the extracted package is located here:

Go to the local Arduino directory.

Tip

The location is displayed in the "Preferences" dialog.

It should be:

  • /home/\<USERNAME\>/.arduino15/ (Linux)
  • /Users/\<USERNAME\>/Library/Arduino15/ (Mac)
  • c:\Users\\<USERNAME\>\AppData\Local\Arduino15\ (Windows 10, Windows 7)
  • c:\Users\\<USERNAME\>\AppData\Roaming\Arduino15\ (Windows Vista)
  • c:\Documents and Settings\\<USERNAME\>\Application Data\Arduino15\ (Windows XP)

Then, go to "<local Arduino directory>/packages/STMicroelectronics/hardware/stm32/" directory.
Directory named with the STM32 Core version installed is present. Example: 2.0.0

If you use the portable IDE as described here then the location is in your Arduino install directory:

  • \<Arduino IDE install path\>/portable/ (Linux/Mac)
  • \<Arduino IDE install path\>\portable\ (Windows)

STM32 Tools files location

Go to the local Arduino directory. See above.
Then, go to "<local Arduino directory>/packages/STMicroelectronics/tools/STM32Tools/" directory.
Directory named with the STM32 Tools version installed is present. Example: 1.4.0

Clone this wiki locally