Hello
I have been trying to use this repository: https://github.com/NordicPlayground/nrf51-ADC-examples and upon building, i get several errors due to certain header files being absent.
The project from the repository i have tried is the ble_app_hrs_adc_battery_measurement.
Some of the missing header files are- boards.c, bsp_nfc.c, nrf_ble_gatt.c, etc.
I tried using the nRF5 SDK11.0 as well as SDK12.0 but neither had the required files.
The software I am using to build these projects is Keil uvision V5.24.2.0
Is there an online repository to perhaps download these header files selectively?
If not, please suggest solutions for this.
Thank you