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

Changes

Jump to: navigation, search
Setting up Glitch Example
=== Firmware Setup ===
The glitch examples requires you to program the target device. The software to program is located at <code>chipwhisperer\hardware\victims\firmware\glitch-simple</code> of your ChipWhisperer release or GIT clone. As before, create a <code>Makefile.platform</code> and add <code>PLATFORM</code> and <code>CRYPTO_TARGET</code> variables to reflect your hardware. For example:
<pre>#Multi-CWLite STM32 Target Board, AVR Device (ATMega328P)
PLATFORM = CW308_STM32F3
CRYPTO_TARGET = TINYAES128C</pre>
 
or
 
<pre>#CW Lite AVR Target
PLATFORM = CW303</pre>
You can build the software by running the make command as follows:
Approved_users, administrator
366
edits

Navigation menu