Functions | |
volatile uint16_t | sysFosc_Initialize (void) |
System oscillator initialization. More... | |
volatile uint16_t | sysAclk_Initialize (void) |
Initializes the auxiliary clock of the device. More... | |
The main oscillator initialization configures the internal PLL to boost the user-defined source clock to the desired operating frequency (e.g. 100 MHz for dsPIC33CK).
uint16_t sysAclk_Initialize | ( | void | ) |
Initializes the auxiliary clock of the device.
This function initializes the auxiliary PLL for operating ADC and PWM module at maximum performance at an input clock of 500 MHz. Each peripheral module may use additional frequency scalers and multipliers to further convert this frequency.
Definition at line 55 of file init_fosc.c.
uint16_t sysFosc_Initialize | ( | void | ) |
System oscillator initialization.
This function initializes the internal 8 MHz RC oscillator as the main oscillator and initializes the PLL to operate the CPU at maximum performance of 100 MHz instruction cycle.
Definition at line 32 of file init_fosc.c.