Are you running it at 48MHz @ 3V?
Yup, with a 4MHz external purchased from you
Code:DEFINE OSC 48 @ __CONFIG _CONFIG1L, _PLLDIV_1_1L & _CPUDIV_OSC1_PLL2_1L & _USBDIV_2_1L @ __CONFIG _CONFIG1H, _FOSC_HSPLL_HS_1H @ __CONFIG _CONFIG2H, _WDT_OFF_2H & _WDTPS_512_2H @ __CONFIG _CONFIG3H, _PBADEN_OFF_3H & _MCLRE_OFF_3H @ __CONFIG _CONFIG4L, _LVP_OFF_4L & _ICPRT_OFF_4L &_XINST_OFF_4L
Dave
Always wear safety glasses while programming.
Well that's interesting. So much for those worthless voltage-to-frequency graphs in those darn data sheets ehh...;o)
If it works - it works - can't argue with that.
I'm also running my PIC18F4550 with a 4MHz external oscillator at 3.0V. I use the HSPLL setting for the oscillator. The define osc line is
and it seems to be working fine. I'm feeding data to a color GLCD and it does it very quickly.Code:DEFINE OSC 48
Robert
Bookmarks