Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 10ea269

Browse files
committedMay 16, 2022
Added a not for USB CDC isntead of DFU
1 parent 13ae501 commit 10ea269

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎docs/source/tutorials/cdc_dfu_flash.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,10 @@ Setp 3 - Flash
6969

7070
Now you can upload your sketch to the device. After flashing, you need to manually reset the device.
7171

72-
On the USB DFU, you can't use the USB for the serial output for the logging, just for flashing. To enable the serial output, use the CDC option instead.
72+
.. note::
73+
On the USB DFU, you can't use the USB for the serial output for the logging, just for flashing. To enable the serial output, use the CDC option instead.
74+
If you want to use the USB DFU for just upgrading the firmware using the manual download mode, this will work just fine, however, for developing please consider using USB CDC.
75+
7376

7477
USB CDC
7578
-------

0 commit comments

Comments
 (0)
Please sign in to comment.