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

Newbees first question

Hi,

want to try out the nRF52x Family, so will buy the DK board, which IDE is recommended? I am familar with VS Studio or Atmel Studio 7, so is there something like that around?

Thanks for helping.

With best regards

Gerhard

  • Gerhard, I suggest you start with a well supported environment like SES or Keil. You will spend more time writing code and less time debugging your compiler. Functionally you can work on nRF in Xcode, but you will end up being one of the many people wondering why their app doesn’t work correctly and looking for support.

    Then once you know the device you can switch to whichever IDE you prefer.

  • You can't use Visual Studio nor Atmel Studio for this, you'll  need another tool. I always recommend Segger Embedded Studio as it's very well supported, designed for embedded programming and the debugging experience is way better than anything using gdbserver (ie command line or eclipse or .. lots of other things). And with the free license for Nordic chips, even for commercial work, it's hard to find a reason not to use it. They'll be a learning curve but having all the Nordic examples already set up to go saves a ton of time and you can get on learning the SDK and not messing about with the tools. 

    (and note I do quite a bit of Atmel stuff too and have moved onto Atmel START for that, much cleaner code and many less defines. I've actually been compiling that in SES as well as it works pretty well and has atmel support). 

  • Ok.

    Looks like, I have to make room for a new tool in my Toolbox ...

    I can't move my (big) Atmel Project from Atmel Studio 3 meters before crossing the finish line, but maybe later. Less defines is a good reason to do so, cause that is really a nightmare ...

    So lets start Segging in August 2018.

    Thanks a lot

    Gerhard

Related