-
Notifications
You must be signed in to change notification settings - Fork 2
Error Codes
MojtabaKiani edited this page Dec 19, 2020
·
1 revision
| Code | Description |
|---|---|
| 0x00 | No Error (Cmd=57h/77h, the response in case that the command is successfully processed.) |
| 0x01 | Error in system (No link with CPU) |
| 0x02 | Invalid Device Prefix |
| 0x03 | Invalid Device Address |
| 0x04 | UDP_ERR_READ_DATASIZE (Error in requested data size) |
| 0x05 | UDP_ERR_BLOCK_SIZE (Over 16 requested blocks) |
| 0x06 | The case that buffer memory send an error in data and size |
| 0x07 | Over receiving buffer capacity |
| 0x08 | Over sending time |
| 0x09 | UDP_ERR_INVALID_HEADER (Error in header) |
| 0x0A | Error in Check-Sum (Check-Sum of received data) |
| 0x0B | Error in the information on Frame Length (Total received frame size) |
| 0x0C | UDP_ERR_WRITE_DATASIZE (Error in the size to write) |
| 0x0D | Unknown Bit Value (Error in Bit Write Data) |
| 0x0E | Unknown Command |
| 0x0F | Disabling state from writing |
| 0x10 | Error in CPU process |