The pullups Port B did not work with the GCB statement on a PIC16F628:
Set NOT_RBPU Off
Is it a GCB compiler or a shipdata folder problem ?
I had to edit the 16F628.dat file to make the pullups work. I replaced "OPTION,7" with "OPTION_reg,7"
Shall we replace all "OPTION" strings with "OPTION_REG" to avoid other problems ?
It looks like invoking CCP1 does not work on my GCB coding:
http://capaction.free.fr/JVC91203a.txt
Is there something else wrong in the dat file ?
Log in to post a comment.
The pullups Port B did not work with the GCB statement on a PIC16F628:
Set NOT_RBPU Off
Is it a GCB compiler or a shipdata folder problem ?
I had to edit the 16F628.dat file to make the pullups work. I replaced "OPTION,7" with "OPTION_reg,7"
Shall we replace all "OPTION" strings with "OPTION_REG" to avoid other problems ?
It looks like invoking CCP1 does not work on my GCB coding:
http://capaction.free.fr/JVC91203a.txt
Is there something else wrong in the dat file ?