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
182 stars 25 forks source link

Compilation error attack.uf2 file #26

Closed manter84 closed 6 months ago

manter84 commented 6 months ago

Hello. When compiling the attack.uf2 file I get the following error and file attack.uf2 does not compile in build directory. 1

What could be the problem?

manter84 commented 6 months ago

solved by updating the package piko sdk

git submodule update --init --recursive/

Thanks to all!!!