tutorial: timer 0 interrupt handling in ANSI C to generate a 1 second time base, for 18F2550 microcontroller
This simple program explained below was used to generate a high precision 1 second interrupt. You may load .hex file in Bolt 18F2550 system and watch de RB0 led flashing at 1 second frequency. C18-BOLT-TIMER-0-INTERRUPT.hex
A full high precision Real Time Clock program for Bolt 18F2550 system is provided in this files: C18-BOLT-REAL-TIME-CLOCK-LCD-KEYPAD.c C18-BOLT-REAL-TIME-CLOCK-LCD-KEYPAD.hex
|