Hi All,
I am using nrf51822 with S130 softdevice & SDK12
i am using Eclips IDE for development.
i am defining BLE_STACK_SUPPORT_REQD in makefile by
CFLAGS += -DBLE_STACK_SUPPORT_REQD
but it is not linking in my project and because of that softdevice_enable() and softdevice_ble_evt_handler_set() is not linking properly which is defined in softdevice_handler.h and ble_stack_handler_types.h respectively and both definition is based on this BLE_STACK_SUPPORT_REQD Macro.
so anyone can tell how to define BLE_STACK_SUPPORT_REQD Macro.
and also i noticed that most of the Macro's which i am defining in makefile is not reflecting in program.so please help me out.
Regards Shanky