ChipWhisperer with new target board PSoC 62 Clock glitching

Hi,

You should use target.simpleserial_write('p', bytearray([N1, N2, N3, N4, N5]) in Python
where N1-5 are the 5 bytes of the password. Make sure you’re using the SimpleSerial class in Python,
and not the SimpleSerial2 class. The former should be selected if you run through with SS_VER=“SS_VER_1_1” in a notebook.

Alex

1 Like