Howdy,

LCD is in portD (data=D.0-D.3,RS=D.4,En=D.5)
TRISD = %01000000 (D.6 is input)
LCDout interferes pin D.7 as program size grows
PortD.7 = 1 won't make pin high...
pulsout portD.7,10000 still works... cannot figure it out.. o:-)

If I decrease code size, the problem disappears...
Has anyone faced same kinda problems?

thnx adv.
m.