This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Question about modify header file

Hello I have some question about Keil uVision and Nordic Semiconductor SDK.

My development platform is Keil uVision v5 and my target board is nRF51-DK

I've studied many examples by using Pack Installer in Keil

Now I want to make my custom ble peripheral device by using nRF51-DK and Keil

I want to modify some header files for example ble_gatts.h

but It's locked that I cannot modify.

And If I tried to insert my custom header file, always be error, cannot find "custom.h"

Is there any good documentation or webpage for making custom project by using Keil?

And my second question is, when I download nrf51-ble-app-lbs from github, but it cannot be built.

how to build and execute in my board? It's impossible in nRF51-DK?

Related