NXP MCUXpresso Free Edition

From SEGGER Wiki
Revision as of 09:26, 9 October 2020 by Matthias (talk | contribs) (Created page with "= Using an MCUXpresso IDE project with J-Link = MCUXpresso IDE by NXP comes with integrated J-Link support. No further configuration necessary. For detailed instructions on h...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Using an MCUXpresso IDE project with J-Link

MCUXpresso IDE by NXP comes with integrated J-Link support. No further configuration necessary. For detailed instructions on how to install and use MCUXpresso IDE, please refer to the MCUXpresso IDE webpage and the User Guide by NXP.

Warning: Do not create a debug configuration manually via the Run → Debug Configurations… menu. Instead, the debug wizard should be used by executing the following steps:

  • Make sure that J-Link is connected via USB or IP
  • Click Debug ‘$(Project_Name)’ in the Quickstart Panel

NXP MCUXpresso Free Edition Tutorial 1.png

  • MCUXpresso IDE will show all Debug probes discovered.
  • Select a probe and click OK

NXP MCUXpresso Free Edition Tutorial 2.png

  • MCUXpresso IDE will now generate both a Debug configuration as well as a Run configuration and start a debug session

NXP MCUXpresso Free Edition Tutorial 3.png