Hi,
We are currently using the midrange micro PIC12F609. I used the PCWHD wizard to generate a small code that enabled the timer0 interrupt. But this does not seem to be working. Please could you help me out. The code is as below
setup_timer_0( RTCC_INTERNAL | RTCC_DIV_256 | RTCC_8_bit );
setup_comparator( NC_NC_NC_NC );// This device COMP currently not supported by the PICWizard
enable_interrupts( INT_TIMER0 );
enable_interrupts( GLOBAL );
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum