Difference between revisions of "Tracing on Infineon Traveo II (CYT2B7)"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes how to get started with trace on the Infineon Traveo II (CYT2B7) MCU. This article assumes that there is already a basic knowledge about trace...")
 
(Cortex-M0+ Core)
Line 25: Line 25:
 
'''Buffer Trace:''' [[Media:Infineon_CYT2B7_CM0_TraceBuffer.zip | Infineon_CYT2B7_CM0_TraceBuffer.zip]]
 
'''Buffer Trace:''' [[Media:Infineon_CYT2B7_CM0_TraceBuffer.zip | Infineon_CYT2B7_CM0_TraceBuffer.zip]]
   
'''Note:''' The example is shipped with a compiled .JLinkScriptfile, should you need the original source, please get in touch with SEGGER directly via our support system: https://www.segger.com/ticket/.
+
'''Note:''' Some examples are shipped with a compiled .JLinkScriptfile, should you need the original source, please get in touch with SEGGER directly via our support system: https://www.segger.com/ticket/.
   
 
You can also create your own JLink Script file. How is explained here: [[How_to_configure_JLinkScript_files_to_enable_tracing]]
 
You can also create your own JLink Script file. How is explained here: [[How_to_configure_JLinkScript_files_to_enable_tracing]]

Revision as of 14:08, 10 February 2022

This article describes how to get started with trace on the Infineon Traveo II (CYT2B7) MCU. This article assumes that there is already a basic knowledge about trace in general (what is trace, what different implementations of trace are there, etc.). If this is not the case, we recommend to read Trace chapter in the J-Link User Manual (UM08001). The Infineon Traveo II (CYT2B7) MCU implements tracing via pins, so a J-Trace can be used for tracing.

Minimum requirements

In order to use trace on the Infineon Traveo II (CYT2B7) MCU devices, the following minimum requirements have to be met:

  • J-Link software version V7.60f or later
  • Ozone V3.26b or later (if streaming trace and / or the sample project from below shall be used)
  • J-Trace PRO for Cortex-M HW version V2.0 or later

Sample projects

The following sample projects are designed to be used with J-Trace PRO and Ozone to demonstrate streaming trace. The projects have been tested with the minimum requirements mentioned above and a CYTVII-B-E-1M-176-CPU eval board. The sample project comes with a pre-configured project file for Ozone that runs out-of-the box. In order to rebuild the sample project, SEGGER Embedded Studio can be used.

The Infineon CYT2B7 is a dual core device with a Cortex-M4 and Cortex-M0+ which both have different trace capabilities.

Cortex-M4 Core

Streaming Trace: Infineon_CYT2B7_CM4_Tracepins.zip

Buffer Trace: Infineon_CYT2B7_CM4_TraceBuffer.zip

Cortex-M0+ Core

Buffer Trace: Infineon_CYT2B7_CM0_TraceBuffer.zip

Note: Some examples are shipped with a compiled .JLinkScriptfile, should you need the original source, please get in touch with SEGGER directly via our support system: https://www.segger.com/ticket/.

You can also create your own JLink Script file. How is explained here: How_to_configure_JLinkScript_files_to_enable_tracing

Tested Hardware

CYTVII-B-E-1M-176-CPU