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
  • Eclipse is ok really - it wasn't really designed for embedded development but if you use the right plugins (the arm one from livius which probably got even better by now) it's usable, I just never learned to love it.

    My biggest problem with it I think was that it uses (pretty much has to use) gdbserver to connect to the debugger and it's amazing it works at all, even more amazing it works as well as it does, but it's nowhere near the kind of performance and stability of having a native local DLL (or equivalent on whatever architecture you're on) to connect to the Segger directly. In the end I spent just a little too much time resetting things randomly before another run.

    Eclipse does have the advantage that the Nordic guys use it and post help guides for it, with Crossworks you are somewhat on your own.

Reply
  • Eclipse is ok really - it wasn't really designed for embedded development but if you use the right plugins (the arm one from livius which probably got even better by now) it's usable, I just never learned to love it.

    My biggest problem with it I think was that it uses (pretty much has to use) gdbserver to connect to the debugger and it's amazing it works at all, even more amazing it works as well as it does, but it's nowhere near the kind of performance and stability of having a native local DLL (or equivalent on whatever architecture you're on) to connect to the Segger directly. In the end I spent just a little too much time resetting things randomly before another run.

    Eclipse does have the advantage that the Nordic guys use it and post help guides for it, with Crossworks you are somewhat on your own.

Children
No Data
Related