pylink
pylink copied to clipboard
Unlocking STM32L0
Hi, I would like to unlock/erase locked STM32L0. When I call a standard erase, it doesn't work. However, when I run for example J-Flash Lite and select erase chip, it reliably deletes everything. Could this function be implemented? What commands does that button call?
Thank you. Jan.
You could implement it as part of the unlock(); see here.
Behaviour would have to be implemented for unlocking the STM32; likely using the CoreSight APIs.