9.1.2.2 Workflow
- Set system clock source as DFLL:
#define CONFIG_SYSCLK_SOURCE SYSCLK_SRC_DFLL - Set DFLL source as OSC32K:
#define CONFIG_DFLL0_SOURCE GENCLK_SRC_OSC32K - Initialize the system clock:
sysclk_init();
#define CONFIG_SYSCLK_SOURCE SYSCLK_SRC_DFLL
#define CONFIG_DFLL0_SOURCE GENCLK_SRC_OSC32K
sysclk_init();
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.