Hi Everyone
I am using nrf52832 development kit , sdk 14.0.0 with iar and i am trying to merge the ble_app_buttonless_dfu and ble_app_uart code.
I have done the changes in ble_app_uart code:-
I am using the same service and characteristic(Rx and Tx) define in ble_app_uart code but i updated the UUID of service and characteristic(Rx and Tx), to make it custom and unknown service and characteristic, now when i rebuild my code and run on my nrf52832 development kit. it run smoothly and working properly.
I run the ble_app_buttonless_dfu code seperately without any changes in it. it is also working properly.
now when i merge the code of ble_app_uart in ble_app_buttonless_dfu then it rebuild properly with no errors but now nrf52832 development kit is not advertising.
The main issue is coming when i am adding the sevice of ble_app_uart with Buttonless_dfu code then it stops advertising. main.c