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.
Im not quite sure what are you asking here. Do you wan't to follow the sequence of BLE stack operations that it executes? You can simply use a debugger for that. Have you read any of the blogs or tutorials how to start working with nordic chips? Debugging with real time terminal , Getting Started with NRF5 development kit
Im not quite sure what are you asking here. Do you wan't to follow the sequence of BLE stack operations that it executes? You can simply use a debugger for that. Have you read any of the blogs or tutorials how to start working with nordic chips? Debugging with real time terminal , Getting Started with NRF5 development kit