Hi,
We are using nrf51422 in our project and SDK we are using is 12.3 and soft device is S130. In our project we need Bluetooth device should be connected to upto 3 devices so, we are tring the example program ble_app_multirole so when i compiled this program i got this error "..\..\..\..\..\..\..\components\libraries\ecc\ecc.c(56): error: #5: cannot open source input file "uECC.h": No such file or directory".
I also read the link to attach the micro ecc library file https://infocenter.nordicsemi.com/index.jsp?topic=%2Fstruct_sdk%2Fstruct%2Fsdk_nrf5_latest.html&cp=5_0file:///C:/Users/Admin/AppData/Local/Temp/Rar$EXa5692.47559/nrf5/getting_started_precompiled.html
so what i have done is i copied the uecc.h file and attached into the specific folder
InstallFolder\external\micro-ecc\nrf52_keil\armgcc
After attaching header also still i am getting this error
plz tell me how to resolve this problem.