Hello again.
tks for your aswers!

code follows:

Define OSCCAL_1K 1
DEFINE OSC 4

CMCON = 7
OPTION_REG.7= 0
GPIO = %00000000
TRISIO = %00000001


Start:

HIGH GPIO.0
PAUSE 1000
LOW GPIO.0
PAUSE 1000

GOTO Start
END



Quote Originally Posted by HenrikOlsson View Post
Hi,
Post your code, complete with the CONFIG-settings you're using.

/Henrik.