Difference between revisions of "Template:EvalBoardTrace"

From SEGGER Wiki
Jump to: navigation, search
 
Line 51: Line 51:
   
 
== Example ==
 
== Example ==
For an live example see http://techwiki.segger.local/WikiTemplateEvalBoard
+
For an live example see t.b.d.
   
 
<syntaxhighlight>
 
<syntaxhighlight>

Latest revision as of 14:55, 2 July 2024


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 "Optional" parameter can be used to add an arbitrary section.
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 Core type EK-RA4M3
JlinkVersion DLL version tested V7.96f
OzoneVersion Ozone version tested V3.32a
StudioVersion Embedded Studion version tested V8.12a
TestedHw Display tested HW section (yes,no)
  TestedHwPic  Picture of tested HW (only if TestedHw=yes)  Board.png
PinTrace Display pin trace content (yes,no)
  PinTraceEx   Example project zip file (only if PinTrace=yes)   DEVICE_TracePins.zip
  PinTraceClk   Screenshot trace clock (only if PinTrace=yes)   DEVICE_Multiple_TCLK.png
  PinTraceRise   Screenshot of clock rise time (only if PinTrace=yes)   DEVICE_Risetime_TCLK.png
  PinTraceSetup   Screenshot of clock setup time (only if PinTrace=yes)   DEVICE_Setuptime_TD0.png
BufTrace Display buffer trace content (yes,no)
  BufTraceEx   Example project zip flie (only if BufTrace=yes)   DEVICE_TraceBuffer.zip
Optional Optional, can be used to add e.g. limitations section ...

Example

For an live example see t.b.d.

{{:Template:EvalBoardTrace
| Vendor=Super Inc.
| Device=SuperDuper
| BoardName=SuperDuperBoard
| JlinkVersion=V7.96f
| OzoneVersion=V3.32a
| StudioVersion=V8.12a
| TestedHw=yes
| TestedHwPic=Board.png
| PinTrace=yes
| PinTraceEx=DEVICE_TracePins.zip
| PinTraceClk=DEVICE_Multiple_TCLK.png
| PinTraceRise=DEVICE_Risetime_TCLK.png
| PinTraceSetup=DEVICE_Setuptime_TD0.png
| BufTrace=yes
| BufTraceEx=DEVICE_TraceBuffer.zip
| Optional=
==== Specifics/Limitations ====
The SuperDuper needs some modifications for all 4 trace data pins to work. Sacrifice a living chicken to your local shaman. For more information about this see the board specific user manual.
}}