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??
I read that. It's useful. But I want to analyze code, but also execution result.
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.
That's right you think. I want to see every operation of BLE stack. But thank to you, now I know it's impoissible. Anywhere thank you for your answer. You are a great help to me.
Maybe it is possible, it is just that i don't know the other way to do what you want, except debugging by yourself. You can also try to check a list of programs that nordic provides, maybe one of them will suit your needs, but they are basically just for packet sniffing/connecting/advertising/emulating characteristics etc. You can read about it here. Development and software