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

SVC Number

Hello, 

i'm trying to understand how nrf52 and softdevice work to use it in the future, i'm working on STM32 and i have my own RTOS, i try to appropriate the platform by porting my rtos on nrf52.

I didn't find any documentation on how should i retrieve the SVC number when called by soft device : when SVC is called on cortex core i know that SVC number can be obtained by reading the instruction but with the softdevice as this is redirected i don't know how i can obtain that number.

Related