Skip to content

Commit dc4a5a3

Browse files
committed
nrf52820_hic: bump default SWD frequency to 8 MHz
1 parent 2c4cfe1 commit dc4a5a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/hic_hal/nordic/nrf52820/DAP_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ This information includes:
8383
/// Default communication speed on the Debug Access Port for SWD and JTAG mode.
8484
/// Used to initialize the default SWD/JTAG clock frequency.
8585
/// The command \ref DAP_SWJ_Clock can be used to overwrite this default setting.
86-
#define DAP_DEFAULT_SWJ_CLOCK 1000000U ///< Default SWD/JTAG clock frequency in Hz.
86+
#define DAP_DEFAULT_SWJ_CLOCK 8000000U ///< Default SWD/JTAG clock frequency in Hz.
8787

8888
/// Maximum Package Size for Command and Response data.
8989
/// This configuration settings is used to optimize the communication performance with the

0 commit comments

Comments
 (0)