#2. With a Timer0 reload value of 93, OPTION_REG = %10000100 would give you ~2.6mS
overflow rate @8MHz.
Note there's a 2-cycle inhibit period when writing to Timer0.
#3. Yes. I do this all the time. You can enable individual interrupts and just monitor/reset
each flag bit without global interrupts enabled.
Bookmarks