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
(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: | ||
− | + | <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. | ||
− | + | <h5> Hardware </h5> | |
− | + | <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 | ||
− | + | <h6> Using the GUI </h6> | |
GUI stuff here | GUI stuff here | ||
− | + | <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 10: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