Hi,
I’m quite a beginner, so I might be overlooking something obvious.
Recently, I’ve been trying to perform a clock glitch using ChipWhisperer Husky with cw308_stm32f303, and I’ve been following the ChipWhisperer tutorial in Jupyter Notebookcourses.
I got stuck on Lab 1_1B, so I would like some advice.
I made the following changes:
・scope.clock.adc_src = “clkgen_x1” to scope.clock.clkgen_src = “system”
・glitch parameters set, scope.glitch.clk_src = “pll”, scope.glitch.width = 2000, scope.glitch.offset = 1000
( I add “volatile” ~aes.c too)
However, although the message “Glitched at 339” was displayed, I intuitively feel that the waveform doesn’t look like it has a glitch.
Additionally, the key_guess returned an empty bytearray.
Could you tell me if this tutorial is executable on Husky and whether there are any mistakes in my modifications or understanding?