Hello,

I use a pic 16f876 20sp with oscillator 20 mhz and 2 capacitors 33 pf and
my prog is:

Define osc 20

loop: PORTB.0=0
Pause 500
PORTB.0=1
Pause 500
Goto loop
End

Why my prog doesn't work? I don't understand because the same prog with pic 16f876 4sp with oscillator 4 mhz and 2 capacitors 33 pf works ( lineless
Define osc 20)
If you know with probleme please help me!

Thank you Kris