Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added Usage of NXP MCUXpresso IDE ConfigTools with generated projects.

...

  1. Open the *.mex file in the “Project Explorer”,.

  2. Choose “ConfigTools → Pins” in the upper toolbar.

  3. Right click on the “Error” error message in the lower right “Problems”-Window and choose “Add SDK component…” to include the missing Paths to the project.

  4. Choose “ConfigTools → Peripherals” in the upper toolbar.

  5. Right click on the error messages in the lower right “Problems”-Window and choose “Add SDK component…” to include the missing Paths to the project.

    Image Added
  6. Change back to perspective “develop (default)”.

  7. Remove or Exclude the directories “plat/lpc55s69/vendor/component”, “/drivers”, “/LPC55S69” and “/utilities” via Right Click at the appropriate directory and choosing “Properties → C/C++ Build → Settings” as shown in the image below.

    Image Added
Tip

The Build process will now exclude the delivered source and header files and will use the by the ConfigTools created ones instead.

Debugging

UART

The UART-interface of the LPCXpresso55S69 is accessable through the connected USB cable on the Debug Link P6 USB port. You can access the UART by launching a serial monitor like putty. Choose the following settings:

...