F)The TCNT register is receiving an 8 MHz clock, If you are using an output compare with interrupts to delay 5.8 ms, can this be done without multiple interrupts?
G) Consider a 12bit timer subsystem similar to the HCS12’s. Assume that it has a 1 MHz clock. What is the interval between timer overflows?
H)For the same timer system described earlier (12 bits), what value should be loaded into the output compare register to create a delay of 100 microseconds?
I) The following C statements are used to initialize the free running counter (TCNT) timer system.
TSCR1 = 0x80; // turn on timer system TSCR2 = 0x00; // divide E clock by 1, no precaller
If these statements are executed, what is the duration of one count in the TCNT register? Assume a 24 MHz Eclock.
Get Answers For Free
Most questions answered within 1 hours.