Hello,
I'm trying to start with the lcdkOMAPL138/timer/timerCounter.c example from StarterWare, and I'm having a hard time tracking down what the actual frequency is, not in clock cycles, but in Hz. More specifically, I'm trying to modify this example to have the interrupts occur at a 120kHz rate. I've looked through the TRM to realize that the internal clock source for the timers is the AUXCLK, which is fed from PLL0, but I'm having a hard time tracking down the frequencies between each of the dividers.
It seems like the example is just using default values, but what frequencies do these produce? Knowing those would better help me understand what the period is being set to in seconds(or micro-seconds) with the TMR_PERIOD_LSB32 value of 0x07FFFFFF. I apologize if I am missing just missing an obvious piece from the TRM.
Any help is greatly appreciated,
Reagan