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

RTOS Design Considerations Version 2.0 - SVCall behavior question

Hi,

In RTOS Design Considerations Version 2.0 document, Section 2.2 ("SVCall and PendSV exceptions") following is mentioned.

When the processor is in Secure state, the SVC exception handling sequence fetches the exception vector from the Secure vector table and executes the SVCall handler in Secure state. When the processor is in Non-secure state, the SVC exception handling sequence fetches the exception vector from the Secure vector table and executes the SVCall handler in Non-secure state

Shouldn't this be - "When the processor is in Non-secure state, the SVC exception handling sequence fetches the exception vector from the Non-secure vector table and executes the SVCall handler in the Non-secure state."

Best,

Rajiv

Parents Reply Children
No data