Hi,
I think this is a simple problem about timer interrupts, but does the TMS320F2808 offer the possibility to generate own timer interrupts. So far I found only two possibilities to trigger a timer interrupt in the documentation (EPwm timer interrupts and CPU timer interrupts). But with these it is not possible to create arbitrary numbers of interrupts with different period durations.
Specifically, I am looking for a kind of software timer interrupt that triggers an interrupt after different times. For example the first timer should trigger after 10us, the second after 100us, the third after 1ms, the fourth after 10ms, ... . If there is a solution for this how would I be able to implement it as C-code.
Thank you already in advance.