File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 15
15
16
16
### Board Manager
17
17
18
- 1 . [ Download and install the Arduino IDE] ( https://www.arduino.cc/en/Main/Software ) (last tested version v1.6.13 )
18
+ 1 . [ Download and install the Arduino IDE] ( https://www.arduino.cc/en/Main/Software ) (at least version v1.6.8 )
19
19
2 . Start the Arduino IDE
20
20
3 . Go into Preferences
21
21
4 . Add ``` https://grumpyoldpizza.github.io/arduino-STM32L4/package_STM32L4_boards_index.json ``` as an "Additional Board Manager URL"
46
46
###### USB Serial driver setup for Tlera Corp boards (Window XP / Windows 7 only)
47
47
48
48
1 . Go to ~ /AppData/Local/Arduino15/packages/grumpypoldpizza/hardware/stm32l4/``` <VERSION> ``` /drivers/windows
49
- 2 . Right-click on ``` dpinst-x86 .exe``` (32 bit Windows) or ``` dpinst-amd64 .exe``` (64 bit Windows) and select ``` Run as administrartor ```
49
+ 2 . Right-click on ``` dpinst_x86 .exe``` (32 bit Windows) or ``` dpinst_amd64 .exe``` (64 bit Windows) and select ``` Run as administrator ```
50
50
3 . Click on ``` Install this driver software anyway ``` at the ``` Windows Security ``` popup as the driver is unsigned
51
51
52
+ ###### STM32 BOOTLOADER driver setup for NUCLEO boards
53
+
54
+ 1 . Plugin NUCLEO board
55
+ 2 . Download and install [ ST-Link USB Drivers] ( http://www.st.com/en/embedded-software/stsw-link009.html )
56
+
52
57
### Flashing the bootloader sketch for Tlera Corp Boards
53
58
54
59
The Tlera Corp boards require an initial bootloader sketch. This is nothing more than a default program that contains the USB Serial device
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments