Hello folks, after programming a chip, and failure, I am sure that my logic was ok....My wonderful Spectrum analyzer showed no computer movemet. So I broke down and make the simplest program:
ANSEL=0
CMCON=%00000111
TRISIO=%00001000
Loop:
Low GPIO.2
High GPIO.2
goto Loop
end
Scoping it out, I still had 5 volts on all pins, with no pulsating DC on GPIO.2 pin.
I tried the program, on another chip, and the same results.
Can someone tell me what I am missing?
Dwayne
Bookmarks