Hi,
I am trying to merge dfu with Beacon application. I have added all the required file in dfu example, but I am getting linker error for bsp.o file.
I am using sdk 14.2.0 and nrf52 dk.
Hi,
I am trying to merge dfu with Beacon application. I have added all the required file in dfu example, but I am getting linker error for bsp.o file.
I am using sdk 14.2.0 and nrf52 dk.
Hi,
Please add the following code in the sdk_config.h to enable the app_button module.
// <h> app_button - buttons handling module //========================================================== // <q> BUTTON_ENABLED - Enables Button module #ifndef BUTTON_ENABLED #define BUTTON_ENABLED 1 #endif
Please kindly let me know this help or not. Thanks.
-Amanda H.
Hi Amanda,
Thanks for your support. It's working for me.