Skip to content

Where are sources

Frederic Pillon edited this page Jul 3, 2020 · 13 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.
/img/Tips-icon.png 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/STM32/hardware/stm32/" directory.
Directory named with the STM32 Core version installed is present. Example: 2017.6.2 or 1.0.1

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/STM32/tools/STM32Tools/" directory.
Directory named with the STM32 Tools version installed is present. Example: 2017.5.12 or 0.1.0

Clone this wiki locally