Hi,
I have an application where I need to use timer 0 to generate a very fast pulse. This is on the ompal137 on the dsp and arm side. I can accomplish this by telling the clock module to use timer 1 leaving timer 0 for the pulse generation. If I disable the clock module it defaults to timer 0 and I have not figured out how to tell sysbios which timer to use without using the clock module. The documentation is really scarce on this topic. Sadly the only timer exposed to the outside world is TM64P0_OUT12 so that side of the timer is exclusive for the ADC convert clock.
What I'm trying to do, since the OMAPL137 has two 64 bit timers from which SYSBIOS grabs one 32 bit unchain mode, is to control which timer SYSBIOS uses. I need to allocate halves of the 64 bit to different things. For example DSP uses timer 1 lower half and ARM timer 1 upper half.
On the ARM side I'm also running SYSBIOS and I'm not sure if both OS can use the same timerid for example timer 1. If not, is it possible to assign in sysbios one half of timer 1 to the DSP and the other half to the ARM?