Hi,
I´m using the C6747 (OMAP137) and have a couple questions regarding the timer interrupts in DSP BIOS.
In DSP BIOS you can set up a number of timer interrupts via the Periodic Function Manager. I would like to set up a number of single timer interrupts in my code based on certain events and I don´t know when they occur in time. So the questions are:
- It is possible to set up a timer that generates an interrupt after a certain time period with one or several registers in Timer 1? In that case, which registers do I need to configure/change in run-time?
- Is it possible to use the "compare-match" (CMP0 - CMP7 for timer 1, Linux on GPP uses timer 0) registers for the wanted interrupts?