Other Parts Discussed in Thread: OMAPL138, SYSBIOS
I am working on a SYSBIOS application for the OMAPL138 DSP with Linux running on the Arm. Linux uses Timer0 and Timer1. I'm not completely sure, but I think that SYSBIOS also is configured by default to use Timer0 for the system tick Clock. I have two questions:
1. How do I change the default timer so that SYSBIOS will use Timer2 or Timer3 for its system tick?
2. Our custom hardware uses different frequencies than the default 24 MHz oscillator and 300 MHz CPU speed. How are these values specified or modified from the defaults in the timer and clock modules in SYSBIOS?