i using a PIC18F87J10. The PICs runs but only one the quarter speed. I using
a 10Mhz Osc. and set
#FUSE H4_SW
but the PIC runs only with 10Mhz.
Somebody can help me?
ckielstra
Joined: 18 Mar 2004 Posts: 3680 Location: The Netherlands
Posted: Sat Nov 24, 2007 6:55 pm
The fuse H4_SW makes it possible to enable the PLL under software control. Besides this flag you need to enable the PLL with setup_oscillator(). (see PIC18F87J10.h file for possible options).
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum