pll
2.0.0.0
|
PLL Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
void | main (void) |
PLL Click example.
This app sets PLL signals.
The demo application is composed of two sections :
Initializes device.
Every 2 seconds, the PLL increases the input clock in the order of x4, x5, x6 and x8.
note: If you use PLL x4, x5, x6 or x8, set S0 (RST pin) and S1 (AN pin) as OUTPUT. If you use PLL x3.125 or x6.25, set S1 ( AN pin ) as INPUT and S0( RST pin ) as OUTPUT. If you use PLL x3 or x5.3125, set S0 ( RST pin ) as INPUT and S1 ( AN pin ) as OUTPUT.
void application_init | ( | void | ) |
void application_task | ( | void | ) |
void main | ( | void | ) |