ARMmbed / mbed-os-tf-m-regression-tests

An Mbed OS application that runs the TF-M regression tests
2 stars 12 forks source link

Erase flash area by `srec_cat` #45

Closed jainvikas8 closed 4 years ago

jainvikas8 commented 4 years ago

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

jainvikas8 commented 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.

jainvikas8 commented 4 years ago

Forced pushed to address review comments