clockgen 2.0.0.0
|
ClockGen Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
ClockGen Click example.
Clock Gen Click represent a replacement for crystals, crystal oscillators, VCXOs, phase-locked loops (PLLs), and fanout buffers. This click features an I2C configurable clock generator based on a PLL + high resolution MultiSynth fractional divider architecture which can generate any frequency up to 200 MHz with 0 ppm error. The chip on click is capable of generating synchronous or free-running non-integer related clock frequencies at each of its outputs (CLK0, CLK1, and CLK2), enabling one device to synthesize clocks for multiple clock domains in a design.
The demo application is composed of two sections :
Configures device to default function that enables clock 0 and disables all others.
Changes 4 different frequency in span of 5 seconds.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |