Pages

Thursday, August 1, 2024

What is NVIC

 NVIC or Nested vector interrupt controller is used for

1. Controlling the interrupt traffic that comes to the controller 

2. The configuration of external interrupts 

3. Enabling , Disabling and pending interrupts

4. Priority and Priority grouping can also be done by the NVIC

5. Preempting a low priority interrupt when a high priority interrupt arrives

No comments:

Post a Comment

What is anti- Debugging

  Anti- debugging is how we can stop somebody from debugging our system and getting all the information out of your subsystem.