This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Use of SV Call & NMI Exceptions in ARM

What is the use or application of SV Call and NMI Exception in ARM Cortex M0 .

Is it someway related to RTOS?, if so , how?

Parents
  • Hi,

    Thanks for your question.

    The NMI exception is a straightforward Non-Maskable Interrupt as found on most microcontrollers.

    The SVCall exception is triggered when software executes an SVC instruction. This allows user programs to gain access to the operating system to carry out privileged operations.

    I hope this helps.

    Chris

Reply
  • Hi,

    Thanks for your question.

    The NMI exception is a straightforward Non-Maskable Interrupt as found on most microcontrollers.

    The SVCall exception is triggered when software executes an SVC instruction. This allows user programs to gain access to the operating system to carry out privileged operations.

    I hope this helps.

    Chris

Children