Hi,
I need to use nrf51-ble-app-lbs application example to add my customized applications. I have downloaded the project but I'm not able to compile it probably cause I'm using SDK v5.2. As suggested I'v placed the project folder in path : C:\Keil\ARM\Device\Nordic\nrf51822\Board\pca10001\s110. When i compile it, it throws following error : "Rebuild target 'nrf51822_xxaa_s110 (256K)' compiling system_nrf51.c... system_nrf51.c: Error: #5: cannot open source input file "........\components\toolchain\system_nrf51.c": No such file or directory Target not created"
Can anyone give me clue how to sort this issue out, or it's just not possible with SDK v5.2.
Also on git from when i downloaded application project i noticed, it was mentioned : "To compile it, clone the repository in the [SDK]/examples/ble_peripheral folder."
But I dont know where that directory is ?
Any suggestion would be much appreciated ?