I am wondering if it is a hard task to reconfigure Salvo to use an other timer than timer0 as system timer?
quote:Absolutely.
I am wondering if it is a hard task to reconfigure Salvo to use an other timer than timer0 as system timer?
Salvo's system timer is not tied to any particular hardware timer -- you can call OSTimer() from anywhere. We use Timer0 in the various examples because it's common to PIC16 and PIC18, and present in nearly every PIC. You can use Timer1 or Timer2 if you prefer ...
------------------
Users browsing this forum: No registered users and 0 guests