Hi all,
We are using vendor supplied TI Arago Linux 2.6.32 for our DM3730 based board.
Our system has to read 27 bytes of data through its SPI interface.
SPI slave (Analog Front end board) is configured to provide a periodic 125 microsecond interrupt.
On receiving this interrupt, interrupt handler will be reading 27 bytes of data.
We found that we missed to read data sometimes. For testing purpose, we have toggled a gpio
inside the interrupt handler. Using a scope, we identified that the interrupt handler is not getting
executed every 94ms. Our another observation is that if the cpu is loaded by running some heavy applications,
this interrupt latency is observed many times. We observed the output of cat /proc/interrupts. We found that other
interrupts simultaneously running are eth0 and gptimer. Could you please suggest any solution for this interrupt
latency issue?
Thanks,
Honey S