Modified clock settings

This commit is contained in:
Alex Taradov 2021-05-27 09:04:06 -07:00
parent 6ecb3dc90c
commit 4b9ba1f883

View File

@ -58,11 +58,11 @@
#define DAP_CONFIG_PERFORMANCE_ATTR __attribute__((section(".ramfunc")))
// A value at which dap_clock_test() produces 1 kHz output on the SWCLK pin
#define DAP_CONFIG_DELAY_CONSTANT 3400
#define DAP_CONFIG_DELAY_CONSTANT 7700
// A threshold for switching to fast clock (no added delays)
// This is the frequency produced by dap_clock_test(1) on the SWCLK pin
#define DAP_CONFIG_FAST_CLOCK 2200000 // Hz
#define DAP_CONFIG_FAST_CLOCK 2400000 // Hz
/*- Prototypes --------------------------------------------------------------*/
extern char usb_serial_number[16];