I'm evaluating SES 3.10a for a commercial project, currently prototyping with the NRF51 DK. I tried following the instructions here to setup SES for NRF development and I can't get any NRF5-SDK examples to compile. I want to compile for the NRF51 DK PCA10028 eventually, but I'm trying to follow the example to the letter now and selecting the ble_app_hrs_s132_pca10040.uvprojx project. I tried with both NRF SDK 11.0 and 12.0.
Steps followed:
- I installed the CMSIS and nRF Device packages, but used the package manager instead of manually installing the NRF package as the NRF package seems to be included now.
- I choose File->Import IAR/Keil Project, and navigate to the same folder/file as the tutorial
- Here's where things deviate from the tutorial: I'm not shown a "Project Template Chooser" window, just an "Import Build Configuration" window, where I choose Internal (I don't have Keil).
- I get a message saying "Project is Imported"
My Project Items tree doesn't have any folder for "CMSIS Files". When I build, I get an error message "nrf_gpio.h: No such file or directory"
How do I import a NRF5-SDK example properly?
Steps followed:
- I installed the CMSIS and nRF Device packages, but used the package manager instead of manually installing the NRF package as the NRF package seems to be included now.
- I choose File->Import IAR/Keil Project, and navigate to the same folder/file as the tutorial
- Here's where things deviate from the tutorial: I'm not shown a "Project Template Chooser" window, just an "Import Build Configuration" window, where I choose Internal (I don't have Keil).
- I get a message saying "Project is Imported"
My Project Items tree doesn't have any folder for "CMSIS Files". When I build, I get an error message "nrf_gpio.h: No such file or directory"
How do I import a NRF5-SDK example properly?