cesarsarria
Joined: 05 Oct 2011 Posts: 1
|
PIC18F13K22 #fuses problem |
Posted: Wed Oct 05, 2011 11:46 pm |
|
|
Hi, i am having problems activating the PLL. I am using the code below, but the frequency still been 16M. The problem I am seeing is the #fuses at the code don't agree with the compiler fuses on the bit configuration. Do you have any idea or a simple code I can test?
Code: |
#fuses HS,PLLEN,NOWDT,NOBROWNOUT,NOPROTECT,NOLVP
#use delay(clock=16M)
|
|
|