Glitching STM32F3

How do we understand the clock glitching?

ChipWhisperer glitches the external clock. The STM32 has a complex clock infrastructure, but ultimately our HAL configures it such that this external clock is what drives the core.

As for all the other internal clocks, you can look to the HAL to see how they’re set up.