Difference between revisions of "LPC845"

From SEGGER Wiki
Jump to: navigation, search
(MTB Trace)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
  +
[[Category:Device families]]
 
__TOC__
 
__TOC__
   
Line 5: Line 6:
 
J-Link software V6.46 or later is required to use MTB on this device series.
 
J-Link software V6.46 or later is required to use MTB on this device series.
   
A sample project that demonstrates MTB backtrace via Ozone on this device can be found here:
+
A sample project that demonstrates MTB backtrace via Ozone on this device can be found here: [https://wiki.segger.com/Tracing_on_NXP_LPC845#MTB_trace Trace Example]

Latest revision as of 13:11, 15 May 2024

Contents

MTB Trace

For the LPC84x series, MTB support was implemented by NXP in a non-standard way so that various things like CoreSight auto-detection of MTB and its buffer are not possible. The J-Link software worksaround this and still gives the user a out-of-the-box experience when using MTB trace on this device. J-Link software V6.46 or later is required to use MTB on this device series.

A sample project that demonstrates MTB backtrace via Ozone on this device can be found here: Trace Example