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

Parents Reply
  • 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). 

Children
Related