MZ-configBits.h 589 B

1234567891011
  1. /* Config bits for PI32MZ, Starter Kit */
  2. #pragma config FPLLIDIV = DIV_1 // System PLL Input Divider (1x Divider)
  3. #pragma config FPLLRNG = RANGE_5_10_MHZ
  4. #pragma config FPLLICLK = PLL_FRC // System PLL Input Clock Selection (FRC is input to the System PLL)
  5. #pragma config FPLLMULT = MUL_50 // System PLL Multiplier (PLL Multiply by 50)
  6. #pragma config FPLLODIV = DIV_2
  7. // DEVCFG1
  8. #pragma config FNOSC = SPLL // Oscillator Selection (System PLL)
  9. #pragma config ICESEL = ICS_PGx2
  10. /* ICE/ICD Comm Channel Select (Communicate on PGEC2/PGED2) */