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

Getting data from the SoftDevice

What's the mechanism of getting data from the SoftDevice?

-We store our parameters in the stack and call SVC func which passes it to the handler mode and does some magic and in return calls Software Interrupt to notify us about some event. But how we get our data from the SoftDevice (under the hood)?

Parents
  • What SVC call are you talking about? is this softdevice call or you have created your own application specific SVC handler?

    If the SVC does not belong to the softdevice, then it wont do any magic with your data, it just calls the application specific svc handler. If it is softdevice specific svc call then it does not return any other extra data than what is documented for that svc call. Probably i have misunderstood your question in which case please explain more about your usecase.

Reply
  • What SVC call are you talking about? is this softdevice call or you have created your own application specific SVC handler?

    If the SVC does not belong to the softdevice, then it wont do any magic with your data, it just calls the application specific svc handler. If it is softdevice specific svc call then it does not return any other extra data than what is documented for that svc call. Probably i have misunderstood your question in which case please explain more about your usecase.

Children
No Data
Related