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

Properly detect flash size based on device ID. #7

Closed deividAlfa closed 1 year ago

deividAlfa commented 1 year ago

Edit: Ignore the first commit. Removed the hardcoded flash size, determine flash size based on device ID.

deividAlfa commented 1 year ago

Closed for now, having issues. Will make a new, clean PR when properly working.