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