This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Best free IDE for NRF52-DK

Hi,

I was wondering what's the best free IDE to work with NRF52-DK? Is Eclipse the best choice?

Thanks

Parents
  • We use visual studio community ( something Microsoft did do right ;) ). We use external batch files to compile our applications. And using a simple custom toolbar, configured in visual studio, we can get all our information in visual studio. The best free IDE in my experience.

    Recently we started using VisualGDB extension(not free, but cheap) for visual studio. His is an embedded solution for Visual Studio. This works great, and has support for nrf51 and nrf52.

    There are some great extensions like svn integration etc...

    Unfortunately no debugging without VisualGDB

Reply
  • We use visual studio community ( something Microsoft did do right ;) ). We use external batch files to compile our applications. And using a simple custom toolbar, configured in visual studio, we can get all our information in visual studio. The best free IDE in my experience.

    Recently we started using VisualGDB extension(not free, but cheap) for visual studio. His is an embedded solution for Visual Studio. This works great, and has support for nrf51 and nrf52.

    There are some great extensions like svn integration etc...

    Unfortunately no debugging without VisualGDB

Children
No Data
Related