LPCXpresso54608 Eval

From SEGGER Wiki
Revision as of 14:42, 15 October 2020 by Fabian (talk | contribs) (Created page with "The NXP LPCXpresso54608 Eval is an evaluation board for the LPC54608J512 (Cortex-M4) device. __TOC__ [[File:NXP_LPCXpresso54608Eval | thumb | right | NXP LPCXpresso54608 Eval]...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The NXP LPCXpresso54608 Eval is an evaluation board for the LPC54608J512 (Cortex-M4) device.

File:NXP LPCXpresso54608Eval
NXP LPCXpresso54608 Eval

SWO

SWO for all LPC546xx devices is supported out-of-the-box. Please refer to LPC546xx

SWO Pin used

On the PCXpresso54608 Eval, PIO0_10 has been wired by NXP as SWO output pin.

Sample projects

Requirements

  • J-Link V10 (or higher) / J-Trace Pro
  • Embedded Studio for ARM V5.10b or higher (for the ES sample)
  • IAR EWARM V8.40A (for the IAR project)

Project files

The following sample projects that demonstrate SWO on the LPCXpresso54608 Eval are available:

Envedded Studio

This example project does not require any extra settings by the user. The SWO stream can be viewed from within Embedded Studio, or with e.g. J-Link SWO Viewer which is included in the J-Link Software and Documentation Pack and is available for free. This project has been created with Embedded Studio for ARM V5.10b.

IAR EWARM

Note: IAR sets the SWO base clock to be CPUClock/2, therefore the project setting "CPU clock" must be set to CPUClock/2. Any other value will not output the SWO printf stream.