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, open the create a <code>Makefile.platform</code> and be sure to uncomment the appropriate target add <code>PLATFORM</code> and <code>CRYPTO_TARGET</code> variables to reflect your hardware:
<pre>#Multi-Target Board, AVR Device (ATMega328P)
#PLATFORM = CW301_AVR
#CW-Lite XMEGA STM32F3 Target Device (XMEGA128D4)PLATFORM = CW303CW308_STM32F3CRYPTO_TARGET = TINYAES128C</pre>
You can build the software by running the make command as follows:
Approved_users, administrator
366
edits

Navigation menu