Hi Everyone
I have written a code using the peripheral template given in Nordic\nRF5_SDK_15.0.0_a53641a\examples\peripheral path which works very well so far.
My aim is to combine and run this program with the BLE_APP_UART example given in the SDK. But when i try to compile the code it throws errors which is due to different files in the BLE example but they have the same name.
For example : nrfx_nvic.h file is different in BLE template code than it is in Peripheral example.
How to combine both the codes to achieve BLE connectivity and transmit the data?
Thanks
Rajat!