Benj wrote:Hello,
Flowcode automatically adds these commands to the start of main for the 16F1937 device to setup all the I/O into digital mode, maybe adding these to your program would help.
Code: Select all
ansela = 0x00; anselb = 0x00; anseld = 0x00; ansele = 0x00; option_reg = 0xC0;
perfect cheers