Hi,
In the API of NDK we have the following function:
Uint32 Interrupt_add(IntSetup* myIntSetup);
But where should it be used? In main() along with other configurations?
And how to integrate the interrupts with the ndkbenchmark (6678) example?
Thanks