Dear Team,
Do we have any documentation or any example code about how to configure Interrupts in DM3730 and how to handle ISR? There is A8 Interrupt Controller in DM3730 , but I could not find any documentation. Does the SDK include this Interrupt Handler and do we have any tool to configure Interrupts?
Best Regards
Yunus
Hello Marc,
All Interrupts are handled in kernel space as part of a driver – Interrupts are only a small piece of a driver. They just used our driver and modified
Hello Yunus,
Thanks, I understand that the interrupts are handled in the kernel space. I was wondering whether your issue was with speed. I can only get a 10ms duty cycle out of the simplest interrupt using GPIO_170.
I am wondering what sort of speed you were getting ?
Thanks
Marc