Other Parts Discussed in Thread: SYSCONFIG, SYSBIOS
Hi,
I run a baremetal DSP software that manage two ISR. The ARM is empty. The first one is an interrupt generated by the rising edge of the input capture ECAP1, and the second is generated by the comparaison event of the EPWM module. The ECAP ISR allows to force the synchronization of the EPWM and to measure in the same time the frequency of the input signal.
I measured the time between the rising edge and the effective input into the ISR (by toggling a GPIO), which is around 3µs. I don't understand why...
Could you help me to figure out how to minimize this delay, that should be close to zero?
Thanks,
Sylvain.