Skip to content

Commit ff179bc

Browse files
Add DFU note
1 parent bd68154 commit ff179bc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

targets/upload_method_cfg/ARDUINO_GIGA_CM7.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
# Notes:
66
# 1. To use this target with PyOCD, you need to install a pack: `pyocd pack install STM32H747XIHx`.
77
# You might also need to run `pyocd pack update` first.
8+
# 2. To use the DFU upload methods, you need to double-tap the reset button first to put the
9+
# board in DFU mode.
810

911
# General config parameters
1012
# -------------------------------------------------------------

targets/upload_method_cfg/ARDUINO_PORTENTA_H7_M7.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
# Notes:
66
# 1. To use this target with PyOCD, you need to install a pack: `pyocd pack install STM32H747XIHx`.
77
# You might also need to run `pyocd pack update` first.
8+
# 2. To use the DFU upload methods, you need to double-tap the reset button first to put the
9+
# board in DFU mode.
810

911
# General config parameters
1012
# -------------------------------------------------------------

0 commit comments

Comments
 (0)