This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Interrupt Handling

Hello Experts,

   I am new to Nordic devices. I am trying to understand the interrupt. I have some questions - 

1. How to enable interrupt?

2. Do we need to write 1 in ISER (Interrupt Set Enable Register)? to enable interrupt.

3. Do we need to initialize the service routine of that interrupt?

4. How to define/see interrupt priority?

5. How to define interrupt handler?

6. To disable interrupt do we need to set 1 in ICER (Interrupt Clear Enable Register) register?

7. Can you provide me the Interrupt vector table?

8. What is soft device based and normal interrupts?

9. It would be great if you provide me the simplest code to get a better understanding of interrupts.

Related