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
A workaround could be to comment the line with pc_eraseAll for now. pyOCD will call the function at pc_erase_sector multiple times instead. I had to do this for my self generated builtin for EFR32BG24, because the algorithm from CMSIS-Pack was implemented wrong. Internally, EraseChip() was calling EraseSector() multiple times but starting at address 0x0, where it should be starting at address 0x08000000. Another way they could accomplish this was to actually execute the mass erase routine, but I think they were lazy or incompetent.
Is this just a typo or really wrong?:
https://github.com/pyocd/pyOCD/blob/develop/pyocd/target/family/target_rp2.py#L65
The text was updated successfully, but these errors were encountered: