Hi, On Thu, Nov 18, 2021 at 9:07 AM Yasushi SHOJI <yasushi.sh...@gmail.com> wrote: > "verify_image" command shows you that the NV flash is the one that failed. > > ,---- > | Error: verify failed in bank at 0x90000000 starting at 0x00000000 > `----
For this verification, `armv7m_checksum_memory()` is used. From the TRM[1], PSoC 5LP has 4 bytes of Non-Volatile Latch. Does `armv7m_checksum_memory()` have some restriction on the size of checksum? Does it make sense to take a checksum for 4 bytes? [1]: https://www.cypress.com/documentation/technical-reference-manuals/psoc-5lp-architecture-trm Best, -- yashi