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

Developing PCA10001 using KEIL IDE

Hi,

How to create new project for nordic controller using Keil

We are using pca10001 evaluation kit.

Actually in keil i open new project and select nrf51xxx board under nordic semiconductor.

but it is not adding any header files like nrf_gpio.h

Can you say how to create new project in keli 4.4

Regards Balaji

  • FormerMember
    0 FormerMember

    Hi,

    The easiest way to create a new project is to use the ble_app_template example that comes with the development kit. It can be found in the \Board\nrf6310\ble folder. In order to make it work for the evaluation kit you will have to remove the defines and references to the buttons/LEDs that does not exist on the evaluation kit.

    Regards, Kristin

Related