Description
Flash programming with pyOCD currently does not verify that the programmed image matches the contents written to device flash.
A post-program verification step should be added. This step could either:
- Invoke the CMSIS-Pack flash algorithm Verify function.
- If the
Verify function is not available, performa a CRC32 (or equivalent checksum) comparison as a fallback.
If verification fails, the programming operation should report an error.
Is this request a Security Requirement?
Priority
High
Related Issues (Optional)
No response
Additional Notes (Optional)
No response