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

How to start a project with Segger Embedded Studio???

Hello,

I'm wanting to start a project with the NRF52840 DK in Segger Embedded Studio. I went through almost all of the tutorials and set up the SDK.... etc but I have not found a tutorial on how to set up a project from scratch and include the sdk_config.h or the sdk peripherals in general. I do not want to start a project from the "examples" directory and I can't pull or copy the example directories for they have directory dependencies.

Please help if you can.

Thank you,

Nick

  • Hi Nick. 

    We don't have any tutorials on how to start a new project from scratch. When we already have example projects where all the preprocessor definitions, headers etc. are added to the project, it seems to be unnecessary work to do this from scratch. I would suggest that you start with one of the example projects as a template, i.e the ble_app_template. 

    If you really want to start from scratch, I suggest you take a look at how the example projects are set up and see what you need to add. 

    Best regards, 
    Joakim Jakobsen

Related