verify_hex
Verify that target device memory matches an Intel HEX file. Returns 'PASS' if identical, raises an error if mismatch.
Instructions
Verify that target device memory matches an Intel HEX file.
hexfile: absolute path to the .hex file on disk. Returns 'PASS' if memory matches, raises an error if it does not. Use after write_hex or to audit an already-programmed device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hexfile | Yes | ||
| device | No | ||
| tool | No | ||
| serialnumber | No | ||
| serialport | No | ||
| baudrate | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |