Hello.
How do I calculate the interrupt time of a timer set by SYS / BIOS?
I have a sample project attached , where :
CPU Freq = 300MHz
Timer Period = 500
PeriodType = MICROSECS
1 ) In this configuration, using the simulator, the timer interrupt occurs every 96,000 cycles . The value that I expected was 150,000 cycles , since ( 1/300MHz ) * 500us = 150,000 cycles .
2 ) Changing the configuration of PeriodType = COUNTS, the same operation will be completed in 4000 cycles .
Thanks .
Rafael