Hello Everyone,
I am trying to incorporate NFC-BLE pairing feature in my ble_app_uart example. I have imported all the necessary files to the project and have installed the uECC library properly (followed the steps mentioned in SDK documentation).
I have compiled uECC library and added uECC binary to the project too. But when i try to compile the whole project, it still throws me this error in 'ecc.c' file: Fatal error: uECC.h: No such file or directory
Interestingly, Compilation of nfc_ble_pairing_reference example works just fine. Not sure what i am missing here, please help me in this regard.
Thank you.