This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
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

How to know if Soft Device have made any interrupt

Hi all

In my application where I'm using the Soft device 6.0, I have a simple function which is very time critical. However, this function is not called very often, but sometimes it fails to execute correctly due to interrupt from SD. However, if it fails I can just call the function again, but I can't figure out how to verify that I had an SD interrupt while the function was executed.

Is it possible to get knowledge whether the program had a SD interrupt in a certain timeframe? I can't really find anything

Related