This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to add interrupts using NDK API

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