ON Semiconductor


ON Semiconductor (Nasdaq: ON) is a leading provider of power efficient semiconductor solutions to customers in the power supply, automotive, communications, computer, consumer, medical, wireless, mobile phone, industrial and military/ aerospace markets.

You are viewing an older revision! See the latest version

Eclipse Debugging on NCS36510

Eclipse Debugging on the ON Semiconductor NCS36510

This note will document the steps required to configure Eclipse Oxygen for editing, compiling, and debugging an mbed 5 project.

  1. Ensure that the mbed CLI package, including all of its dependencies, is installed. A complete installation package is provided here Make sure that the system PATH variable includes a reference to the mbed executable (i.e. PATH = C:\Python27\Scripts)
  1. Install latest version of Eclipse CDT. Download links can be found here. Note that a Java JRE or JDK is required to run Eclipse.
  1. Open Eclipse and select / create a workspace. From inside Eclipse, select Help -> Install New Software. In the "Work with" dialogue, enter "GNU ARM Eclipse Plug-ins - http://gnuarmeclipse.sourceforge.net/updates". At least the PyOCD package must be selected, then click "Next" and finish the installation process. Upon completion, Eclipse will restart, and the package will be available.
  1. Open up a command line window and use the mbed CLI tools to either create or import a new mbed project. An example of this is shown below:

mbed import mbed-os-example-blinky

All wikipages