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

Eclipse Target Options and Debugging

I have used TI Code composer which is based on Eclipse, and they created a specific Target menu option which allows resets and other target specific items.

Is there a CDT plug in that gives similar features for the Arm Cortex/Nordic chip?

  • We unfortunately don't have any ready-made plugin that does things like this

    However, I guess it should be possible to duplicate most of the functionality by making Eclipse do calls to nrfjprog. Look at nrfjprog's --help option for details on what it can do.