We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c4cfe1 commit dc4a5a3Copy full SHA for dc4a5a3
source/hic_hal/nordic/nrf52820/DAP_config.h
@@ -83,7 +83,7 @@ This information includes:
83
/// Default communication speed on the Debug Access Port for SWD and JTAG mode.
84
/// Used to initialize the default SWD/JTAG clock frequency.
85
/// 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.
+#define DAP_DEFAULT_SWJ_CLOCK 8000000U ///< Default SWD/JTAG clock frequency in Hz.
87
88
/// Maximum Package Size for Command and Response data.
89
/// This configuration settings is used to optimize the communication performance with the
0 commit comments