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 340
340
341
341
// <i> Select the slow clock source.
342
342
#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
344
344
#endif
345
345
346
346
/**
356
356
* \brief SERCOM5's Slow Clock frequency
357
357
*/
358
358
#ifndef CONF_GCLK_SERCOM5_SLOW_FREQUENCY
359
- #define CONF_GCLK_SERCOM5_SLOW_FREQUENCY 12000000
359
+ #define CONF_GCLK_SERCOM5_SLOW_FREQUENCY 32768
360
360
#endif
361
361
362
362
// <h> SDHC Clock Settings
389
389
// <i> Select the clock source for SDHC.
390
390
// <id> sdhc_gclk_selection
391
391
#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
393
393
#endif
394
394
395
395
// <y> SDHC clock slow source
430
430
* \brief SDHC's Clock frequency
431
431
*/
432
432
#ifndef CONF_SDHC0_FREQUENCY
433
- #define CONF_SDHC0_FREQUENCY 48000000
433
+ #define CONF_SDHC0_FREQUENCY 8000000
434
434
#endif
435
435
436
436
/**
You can’t perform that action at this time.
0 commit comments