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

Which is the best development platoform for Nordic nRF52 ?

Currently I am using VS Code for development. Mostly everything is fine and VS code is awesome.

However there are some problems I am facing.

1. It is time consuming to set up.
2. It is difficult to integrate different projects. I have to manually edit Makefile and sdk_config.h

Requirements -
1. Cross Platoform
2. Able to compile C++ files

What do you use and recommend ?

[Edit] - Added requirements

Related