In Timer0 mode counter mode, the TMR0 register increments on either a rising or falling edge of a clock cycle. This tutorial demonstrates the use of Counter Mode, with prescalar incrementing on the falling edge of an external clock generated by a 555 Timer.
| Filename | Version | Description |
| tut4.pjt | 1.0 | MPLAB Project |
| tut4.asm | 1.0 | PIC16C5X Assembler code |
| tut4.hex | 1.0 | Precompiled HEX |
| tut4.lst | 1.0 | Precompiled LST |
| tut4.vbb | 1.0 | Virtual Breadboard simulation |
Open tut4.vbb and press RUN.
Note: The asm file is compiled only for the pic16C54 but will run on any of the PIC16C5X devices. However when loading the file, Virtual Breadboard will detect the list = p16C54 line in the .lst source code and will warn that there is a processor mismatch. The warning does not effect the execution of the code.
|
|
TRISB/PORTB |
|
|
TIMER0 Counter Mode Falling T0KI Edge |
|
|
TIMER0 prescalar |
Components Used
|
| |
|
| |
|
|
PIC16C56 |
|
| |
|
|
LED8 |
|
|
555 TIMER |
|
|