Hello,
I am using SDK 15.2 and I am not able to find softdevice_handler.h file. Could someone please help me with this.
Thanks.
Hello,
I am using SDK 15.2 and I am not able to find softdevice_handler.h file. Could someone please help me with this.
Thanks.
Hi
In later SDK's the handling of SoftDevice events is handled a bit differently. Instead of a single softdevice_handler source/header file there is now separate files for BLE, ANT and SoC events.
The files that replace softdevice_handler.c/h can be found in this folder:
\nRF5_SDK_15.2.0_9412b96\components\softdevice\common
If you look at the standard examples you can see that they include several of these files in a source file group called 'nRF_SoftDevice', depending on whether you open a BLE or ANT project.
Best regards
Torbjørn
Hi
In later SDK's the handling of SoftDevice events is handled a bit differently. Instead of a single softdevice_handler source/header file there is now separate files for BLE, ANT and SoC events.
The files that replace softdevice_handler.c/h can be found in this folder:
\nRF5_SDK_15.2.0_9412b96\components\softdevice\common
If you look at the standard examples you can see that they include several of these files in a source file group called 'nRF_SoftDevice', depending on whether you open a BLE or ANT project.
Best regards
Torbjørn