File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ There are two pins, `DFU` and `FRST` that bootloader will check upon reset/power
60
60
- ` Double Reset ` Reset twice within 500 ms will enter DFU with UF2 and CDC support (only works with nRF52840)
61
61
- ` DFU = LOW ` and ` FRST = HIGH ` : Enter bootloader with UF2 and CDC support
62
62
- ` DFU = LOW ` and ` FRST = LOW ` : Enter bootloader with OTA, to upgrade with a mobile application such as Nordic nrfConnect/Toolbox
63
- - ` DFU = HIGH and ` FRST = LOW`: Factory Reset mode: erase firmware application and its data
64
- - ` DFU = HIGH and ` FRST = HIGH`: Go to application code if it is present, otherwise enter DFU with UF2
63
+ - ` DFU = HIGH ` and ` FRST = LOW ` : Factory Reset mode: erase firmware application and its data
64
+ - ` DFU = HIGH ` and ` FRST = HIGH ` : Go to application code if it is present, otherwise enter DFU with UF2
65
65
- The ` GPREGRET ` register can also be set to force the bootloader can enter any of above modes (plus a CDC-only mode for Arduino).
66
66
` GPREGRET ` is set by the application before performing a soft reset.
67
67
You can’t perform that action at this time.
0 commit comments