-
Notifications
You must be signed in to change notification settings - Fork 1k
Where are sources
Frederic Pillon edited this page Jul 10, 2017
·
13 revisions
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
-
Advanced usages