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

I am unable to compile any SDK12 example with SES even following the tutorials.

I am unable to compile any SDK12 example with SES even following the tutorials. Versions in tutorials are different from those actually available resulting that menus shown in tutorials do not exist in the SES version I have (latest one). Also creating a project in SES from scratch with the controller nRF51822 doesn't compile because the selected controller does not support certain features included in the assembly files. 

All I need is to be able to create a project, compile my code with SES, add the S110 softdevice and flash my target board. I have one nRF51 DK board as well.

I must develop a project based on nRF51822 and time is running short. Can anyone help?

Parents Reply
  • Sorry, I had forgotten there were not '51DK examples in the newer SDK. I assume the tutorials you are referring to are those for importing a Keil (or IAR) project like this blog? Unfortunately I don't recall steps it took the one time I did it about 1.5 years ago but do remember it did take some work.

    When you tried to make SES porject from scratch, did you use the Nordic template or the more generic Segger? There you can select the nRF51822 chip and it looks like it will create a project with a blank main and appropriate support files.

    Finally, is your project going to be too big for the free Keil version?

Children
Related