well it's more than set a fuse, you also need to set the internal OSC register. Open the datasheet under OSCCON Section. If my memory serves me well, the default value is set to 32KHz
And then if my memory still serves me well
OSCCON=%01100000 ' will set the internal osc to 4MHz
OSCCON=%01110000 ' will set the internal osc to 8MHz
Bookmarks