9.1.2.1 Example Code
Enable the following macros in the header file conf_clock.h:
#define CONFIG_SYSCLK_SOURCE SYSCLK_SRC_DFLL
#define CONFIG_DFLL0_SOURCE GENCLK_SRC_OSC32K
Add the following code to your application C-file:
sysclk_init();
