Template:EvalBoardTraceSignals

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 "Optional" parameter can be used to add an arbitrary section.

Parameters

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

Parameter Meaning Example value
TestedHw Display tested HW section (yes,no)
  TestedHwPic  Picture of tested HW (only if TestedHw=yes)  Board.png
PinTrace Display pin trace measurements (yes,no)
  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
Optional Optional, can be used to add e.g. limitations section ...

Example

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

{{:Template:EvalBoardTraceSignals
| TestedHw=yes
| BoardName=SuperDuperBoard
| TestedHwPic=Board.png
| PinTrace=yes
| PinTraceClk=DEVICE_Multiple_TCLK.png
| PinTraceRise=DEVICE_RiseTime_TCLK.png
| PinTraceSetup=DEVICE_SetupTime_TD0.png
| 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.
}}