I'm trying to setup Timer0 and Timer1 to run in my program. I do not want them to interrupt, but rather, I'd like timer0 to count up and only stop when I stop it, and I'd like to take the final value of timer0, work some math on the number, then use it to set the period of timer1. I found the reference in SPRUFB0D, but it's a bit confusing about how to go about setting this up... can anyone help me out?