-
-
Notifications
You must be signed in to change notification settings - Fork 481
Commit cf22606
Document special upload procedure in UNO R4 WiFi HID tutorial
When an UNO R4 WiFi board is running a sketch that uses the HID capabilities, the port address changes during the
upload. Since this change does not occur under other conditions, the platform is not configured to handle such a change.
This causes uploads via the standard procedure to fail under these conditions. Since adjusting the configuration to
allow reliable uploads under any conditions would have harmful side effects, the decision was made to leave the
configuration as it is now.
The upload can be accomplished reliably if the user performs a double reset before uploading, but this fact was not
documented in the tutorial about the board's HID capabilities. The missing documentation is hereby added to the
tutorial.1 parent 02ecd75 commit cf22606
File tree
1 file changed
+12
-0
lines changed- content/hardware/02.hero/boards/uno-r4-wifi/tutorials/usb-hid
1 file changed
+12
-0
lines changedLines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
39 | 51 |
| |
40 | 52 |
| |
41 | 53 |
| |
|
0 commit comments