I know you have to reset (via software) T0IF,INTF and RBIF as it says so in the data sheet (16f628a).
My program is not working: I have noticed that bit GIE is reverting back to 0, is this normal? Do I have to set this back to 1 in software?
edit: my code is now working with an extra BSF INTCON,GIE. but where does it say in the data sheet this must be reset. or why is mine reverting back to 0
thanks.
My program is not working: I have noticed that bit GIE is reverting back to 0, is this normal? Do I have to set this back to 1 in software?
edit: my code is now working with an extra BSF INTCON,GIE. but where does it say in the data sheet this must be reset. or why is mine reverting back to 0
thanks.
Last edited: