You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-8
Original file line number
Diff line number
Diff line change
@@ -54,14 +54,6 @@
54
54
1. Plugin NUCLEO board
55
55
2. Download and install [ST-Link USB Drivers](http://www.st.com/en/embedded-software/stsw-link009.html)
56
56
57
-
### Flashing the bootloader sketch for Tlera Corp Boards
58
-
59
-
The Tlera Corp boards require an initial bootloader sketch. This is nothing more than a default program that contains the USB Serial device
60
-
61
-
1. Plugin STM32L4 board and toggle the RESET button while holding down the BOOT button
62
-
2. Select Tools -> Programmer -> STM32 BOOTLOADER
63
-
3. Select Tools -> Burn Bootloader
64
-
65
57
### From git (for core development)
66
58
67
59
1. Follow steps from Board Manager section above
@@ -73,6 +65,10 @@
73
65
4. Clone this repo: ```git clone https://github.com/grumpyoldpizza/arduino-STM32L4.git grumpyoldpizza/stm32l4```
74
66
5. Restart the Arduino IDE
75
67
68
+
## Recovering from a faulty sketch for Tlera Corp Boards
69
+
70
+
Sometimes a faulty sketch can render the normal USB Serial based integration into the Arduindo IDE not working. In this case plugin the STM32L4 board and toggle the RESET button while holding down the BOOT button and program a known to be working sketch to go ack to a working USB Serial setup.
71
+
76
72
## Credits
77
73
78
74
This core is based on the [Arduino SAMD Core](https://github.com/arduino/ArduinoCore-samd)
0 commit comments