Hi All,

I am having some difficulties running anything on a PIC16F506.
The intended project was to display some information on a 16x2 LCD display but after I couldn't get that to work I went back to basics and tried a simple "Blink" program. I have tried the following code using an external (crystal) oscillator as well as the internal oscillator but get absolutely nothing happening on the LED. (the LED circtuit works perfectly when connected/driven manually)

Led var PORTC.0
TRISC=0
Again:
Led=1
Pause 1000
Led=0
Pause 1000
Goto Again
end

I am quite confused as to why this simple program will not work on the 16F506 when I can get it to work on others (eg 16F84A, 16F628A, 16F716 tec.)

Is there something peculiar about using the 16F506 that I am missing?

Any help would be greatly appreciated.

Cheers
Barry