File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
external/asf4-drivers/Config Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 340340
341341// <i> Select the slow clock source.
342342#ifndef CONF_GCLK_SERCOM5_SLOW_SRC
343- #define CONF_GCLK_SERCOM5_SLOW_SRC GCLK_PCHCTRL_GEN_GCLK2_Val
343+ #define CONF_GCLK_SERCOM5_SLOW_SRC GCLK_PCHCTRL_GEN_GCLK4_Val
344344#endif
345345
346346/**
356356 * \brief SERCOM5's Slow Clock frequency
357357 */
358358#ifndef CONF_GCLK_SERCOM5_SLOW_FREQUENCY
359- #define CONF_GCLK_SERCOM5_SLOW_FREQUENCY 12000000
359+ #define CONF_GCLK_SERCOM5_SLOW_FREQUENCY 32768
360360#endif
361361
362362// <h> SDHC Clock Settings
389389// <i> Select the clock source for SDHC.
390390// <id> sdhc_gclk_selection
391391#ifndef CONF_GCLK_SDHC0_SRC
392- #define CONF_GCLK_SDHC0_SRC GCLK_PCHCTRL_GEN_GCLK3_Val
392+ #define CONF_GCLK_SDHC0_SRC GCLK_PCHCTRL_GEN_GCLK5_Val
393393#endif
394394
395395// <y> SDHC clock slow source
430430 * \brief SDHC's Clock frequency
431431 */
432432#ifndef CONF_SDHC0_FREQUENCY
433- #define CONF_SDHC0_FREQUENCY 48000000
433+ #define CONF_SDHC0_FREQUENCY 8000000
434434#endif
435435
436436/**
You can’t perform that action at this time.
0 commit comments