PIC24FJ256GA7 96MHZ PLL MODE NOT OPRATE
HELLO
I am using pic24fj256ga7 curiosity development board . i use internal FRC clock . configurations are as shown below
_FOSCSEL(FNOSC_FRCPLL& PLLMODE_PLL4x & IESO_OFF)
and clock settings are
CLKDIV = 0x3100;
OSCTUN = 0x0000;
REFOCONL = 0x9206;
REFOCONH = 0x0000;
REFOTRIML = 0x0000;
DCOTUN = 0x0000;
DCOCON = 0x0700;
OSCDIV = 0x0000;
OSCFDIV = 0x0000;
RCON = 0x0000;
and also 10uf capacitor available between vdd and vcap pins.
but still I didn't get proper clock. I only receive 8 MHz clock .
is there any way to get 32 MHz clock by internal oscillator?