Skip to content

Where are sources

Frederic Pillon edited this page Jul 11, 2017 · 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:

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

Then, go to "/packages/STM32/hardware/stm32/" directory. Directory named with the STM32 Core version installed is present. Example: 2017.6.2

STM32 Tools files location

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

Clone this wiki locally