Closed jainvikas8 closed 4 years ago
pyocd erase -c -t musca_b1
would seem to be a better appraoch as its more generic and erase the chip instead of configuring which sections to erase for the targets, but there seems to be a bug - https://github.com/mbedmicro/pyOCD/issues/916 for ARM_MUSCA_B1
. If this PR is merged, then will create a issue to address this refactoring to support other targets in the near future.
Forced pushed to address review comments
Its been observed when executing test suites for target
ARM_MUSCA_B1
requires an Internal trusted storage (ITS) erase to avoid unpredicated behavior.Fixes #43