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

Creating SES project

Hi!

  1. SDK 14.1 has a SES project templates already included.

  2. Also one can create a SES project by selecting File -> New Project ... -> C/C++ executable for Nordic ...

When comparing .emProject files when created with both of the (1 & 2) options I see that there are some (minor?) differences. Some attributes missing (Placement, Target) and different preprocessor definitions (although target declarations NRF52832_xxAA is similar). Probably the template projects are converted from Makefile or some other project file?

When making my own project, should I prefer the copy and edit way (option 1) or create a new project and then copy the settings from a template. I see no difference as of now, but I prefer to be on the safe side.

Cheers!

Related