I would like to know which #CONFIG INT107 or INT1067 produces FOSC/4 on RA6.
ALSO Is the clock FOSC still ticking after the END of the programme?
I am using PIC18F26K22
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
1) INTIO7 Enables CLOCKOUT on RA6 ( Pin10)
2) When the program ends the chip is put to sleep. There will be no FOSC/4 output on RA6
Here is the ASM at the end of a program
BASPROGRAMEND: sleep bra BASPROGRAMEND
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would like to know which #CONFIG INT107 or INT1067 produces FOSC/4 on RA6.
ALSO Is the clock FOSC still ticking after the END of the programme?
I am using PIC18F26K22
1) INTIO7 Enables CLOCKOUT on RA6 ( Pin10)
2) When the program ends the chip is put to sleep. There will be no FOSC/4 output on RA6
Here is the ASM at the end of a program