Hello All:
Using an 18F26J50, no matter what processor speed setting (processor properties) I try, it is running at 4Mhz.
With a 16F886...it runs at any speed I set properly.
Ok figured it out. Needed to setup the following:
OSC = INTOSCPLL, PLLDIV=2 . & IESO =ON config bits.
Then setup the OSCCON to 8MHz and enable the PLLEN & INTSRC bits in OSCTUNE in the code.
83nS per instruction = 12MIPS @48Mhz.