I found using __svc(number) signature for ble control. But I can't find SVC_Handler.. Where can I find SVC_Handler??
I found using __svc(number) signature for ble control. But I can't find SVC_Handler.. Where can I find SVC_Handler??
Simple and short: You can't. It is not possible to see SVC_Handler because it is a part of a softdevice.
What do you mean by execution result exactly? Elaborate more please. If you want to see every operation that bluetooth stack does, i do not think that is possible because it is inside the softdevice. You can only receive the callbacks in your code from ble stack operations and thats pretty much it i think. Maybe there is some sort of software which would allow you do this, but sorry, i do not know such software. Maybe someone else could help you with this.
What do you mean by execution result exactly? Elaborate more please. If you want to see every operation that bluetooth stack does, i do not think that is possible because it is inside the softdevice. You can only receive the callbacks in your code from ble stack operations and thats pretty much it i think. Maybe there is some sort of software which would allow you do this, but sorry, i do not know such software. Maybe someone else could help you with this.