As of August 2020 the site you are on (wiki.newae.com) is deprecated, and content is now at rtfm.newae.com.

Difference between revisions of "CW303 XMEGA Target/Trace Capture"

From ChipWhisperer Wiki
Jump to: navigation, search
(Created page with "==== Trace Capture Setup ==== Before following the steps in this section you must have completed Building FirmwareTo prepare the target for trace capture the following se...")
 
 
Line 1: Line 1:
==== Trace Capture Setup ====
+
<h4> Trace Capture Setup </h4>
 
Before following the steps in this section you must have completed [[Building Firmware]]To prepare the target for trace capture the following setup needs to be completed.
 
Before following the steps in this section you must have completed [[Building Firmware]]To prepare the target for trace capture the following setup needs to be completed.
===== Hardware =====
+
<h5> Hardware </h5>
  
===== Software =======
+
<h5> Software </h5>
 
The software setup can either use the ChipWhisperer Capture tool or user ChipWhisperer as a python package
 
The software setup can either use the ChipWhisperer Capture tool or user ChipWhisperer as a python package
====== Using the GUI =======
+
<h6> Using the GUI </h6>
 
GUI stuff here
 
GUI stuff here
====== Python scripting ======
+
<h6> Python scripting </h6>
 
Here is example code to create
 
Here is example code to create
 
<syntaxhighlight lang=python>
 
<syntaxhighlight lang=python>
 
something here
 
something here
 
</syntaxhighlight>
 
</syntaxhighlight>

Latest revision as of 11:09, 3 May 2018

Trace Capture Setup

Before following the steps in this section you must have completed Building FirmwareTo prepare the target for trace capture the following setup needs to be completed.

Hardware
Software

The software setup can either use the ChipWhisperer Capture tool or user ChipWhisperer as a python package

Using the GUI

GUI stuff here

Python scripting

Here is example code to create

something here