CTXz / stm32f1-picopwner

Dump read-out protected STM32F1's with a Pi Pico - A Pi Pico implementation of @JohannesObermaier's, Marc Schink's and Kosma Moczek's Glitch and FPB attack to bypass RDP (read-out protection) level 1 on STM32F1 chips
181 stars 25 forks source link

Wait after detecting debugger to ensure stable connections #9

Closed deividAlfa closed 1 year ago

deividAlfa commented 1 year ago

As the detection delay might end anytime while connecting the wires, sometimes it would start too early, while still moving the wires, and fail. Add a small delay to ensure everything is settled down.