Hi, i'm evalueting TI RTOS on C28069stick for next platform on my project.
Interrupt latency and timings are mandatory for my devices.
I have an interrupt on the return to zero of the COUNTER of PWM 1 (PRD) running at 45 kHz. The execution of the interrupt is configured with the GUI. In the interrupt i only toggle a led in order to measure how much time lasts from the interrupt (down fall of the pwm and the toggle of led). Everythning seems to work fine, but I measure 10 us for the first istruction of the interrupt. I think something wrong in my settings.
Can you help me? Attached screnshot
PS: Hwi TIMER is disabled so is not running