hi, i am getting start nrf 51822 BEL with ble_app_uart as a first step, i just compile the one of the BLE example 'ble_app_urat" which is located in 'C:\Keil_v5\ARM\Device\Nordic\nrf51822\Board\pca10001\s110\ble_app_uart' actually i download that example at the web.
Then i got a problem that the project cannot find the header files related to the ble i think..(#include "nordic_common.h", #include "ble_hci.h",#include "ble_advdata.h" such things...) but i can find these header files in "C:\Keil_v5\ARM\Device\Nordic\nrf51822\Include"
how can i let the project find the header files and complie the project successfully?? i fall into utter confusion... please help me nn