You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: