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.
So, How Can I analyze sequences from ble operations to exception?
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
I want to analze BLE protocol with actual code execution..
So use a debugger. Have you read the links i have provided?