well, I went aroudn trying pretty much every combination possible...

TRISIO = %101100
GPIO = %100001

TRISIO = %101100
GPIO = %000001

TRISIO = %001100
GPIO = %000001

TRISIO = %101100
GPIO = %000000

there's just no way to turn on a LEd on that GPIO.5

reading the spec sheet, it's a TLL cmos like all other ports... I can't see the missing link :<


any working code that use that port as digital IO?


tnx Dave for the quick reply