Template:EvalBoardTraceHeader

From SEGGER Knowledge Base
Jump to navigation Jump to search


This template can be used to add a tracing section to an eval board page.

Functionality

Template will display a trace page configure by given parameters.
Please note that the (yes,no) parameters will show/hide complete sections for tested HW, pin and buffer trace. The pages derived from this template will inherit the category "Trace Support" and thus can be found at https://wiki.segger.com/Category:Trace_Support

Parameters

Parameters may be passed in any order, when specified directly.

Parameter Meaning Example value
Vendor MCU Vendor Renesas
Device MCU R7FA4M3
BoardName Board identifier EK-RA4M3
JlinkVersion DLL version tested V7.96f
OzoneVersion Ozone version tested V3.32a
StudioVersion Embedded Studion version tested V8.12a
PinTrace Display pin trace content (yes,no)
BufTrace Display buffer trace content (yes,no)

Example

For template usage see Template:EvalBoardTraceDefault or try out pasting the example at Special:ExpandTemplates

{{:Template:EvalBoardTraceHeader
| Vendor=Super Inc.
| Device=SuperDuper
| BoardName=SuperDuperBoard
| JlinkVersion=V7.96f
| OzoneVersion=V3.32a
| StudioVersion=V8.12a
| PinTrace=yes
| BufTrace=yes
}}