15.9.1.1.1 Clocks and Oscillators
The conf_clock.h file needs to be changed with the following values to configure the clocks and oscillators for the module.
The following oscillator settings are needed:
The following generic clock settings are needed:/* SYSTEM_CLOCK_SOURCE_OSC32K configuration - Internal 32KHz oscillator */# define CONF_CLOCK_OSC32K_ENABLE true# define CONF_CLOCK_OSC32K_STARTUP_TIME SYSTEM_OSC32K_STARTUP_130# define CONF_CLOCK_OSC32K_ENABLE_1KHZ_OUTPUT true# define CONF_CLOCK_OSC32K_ENABLE_32KHZ_OUTPUT true# define CONF_CLOCK_OSC32K_ON_DEMAND true# define CONF_CLOCK_OSC32K_RUN_IN_STANDBY false
/* Configure GCLK generator 2 (RTC) */# define CONF_CLOCK_GCLK_2_ENABLE true# define CONF_CLOCK_GCLK_2_RUN_IN_STANDBY false# define CONF_CLOCK_GCLK_2_CLOCK_SOURCE SYSTEM_CLOCK_SOURCE_OSC32K# define CONF_CLOCK_GCLK_2_PRESCALER 32# define CONF_CLOCK_GCLK_2_OUTPUT_ENABLE false
