Difference between revisions of "Firmware Error Codes"
Ezra pound (talk | contribs) (Created page with "THIS PAGE IS UNDER CONSTRUCTION {| border="1" |- ! width="100"|Error Message Displayed ! width="300"|Description ! width="300"|Explanation / Fix |- | E-HC/bC | Incorrect Header...") |
Ezra pound (talk | contribs) |
||
Line 4: | Line 4: | ||
|- | |- | ||
! width="100"|Error Message Displayed | ! width="100"|Error Message Displayed | ||
− | ! width=" | + | ! width="200"|Description |
− | ! width=" | + | ! width="350"|Explanation / Fix |
|- | |- | ||
| E-HC/bC | | E-HC/bC | ||
Line 18: | Line 18: | ||
| Invalid HDF Version | | Invalid HDF Version | ||
| Incorrect Version, See Note 1 | | Incorrect Version, See Note 1 | ||
+ | |- | ||
+ | | E-Id | ||
+ | | Invalid System ID | ||
+ | | Incorrect Version, See Note 1 | ||
+ | |- | ||
+ | | E-AC | ||
+ | | Incorrect Application CRC-32 | ||
+ | | Version Incompatability | ||
+ | |- | ||
+ | | E-ut | ||
+ | | UART RX/TX Time Out | ||
+ | | Communications problem (Via Com port) See Note 2 | ||
+ | |- | ||
+ | | E-Ad | ||
+ | | Invalid Address | ||
+ | | HDF File has been incorrectly produced | ||
+ | |- | ||
+ | | E-Ao | ||
+ | | Invalid Offset Address For Upload | ||
+ | | HDF File has been incorrectly produced | ||
+ | |- | ||
+ | | E-Ft | ||
+ | | Flash Program Time Out | ||
+ | | Flash Memory Fault, Retry or Replace | ||
+ | |- | ||
+ | | E-It/Et | ||
+ | | EEPROM Program Time Out | ||
+ | | EEPROM Memory Fault, Retry or Replace | ||
|} | |} |
Revision as of 15:34, 13 November 2011
THIS PAGE IS UNDER CONSTRUCTION
Error Message Displayed | Description | Explanation / Fix |
---|---|---|
E-HC/bC | Incorrect Header Block (CRC-16) | Software Damaged, Retry or Replace |
E-dC | Incorrect Data Block (CRC-16) | Software Damaged, Retry or Replace |
E-Hn/bF | Invalid HDF Version | Incorrect Version, See Note 1 |
E-Id | Invalid System ID | Incorrect Version, See Note 1 |
E-AC | Incorrect Application CRC-32 | Version Incompatability |
E-ut | UART RX/TX Time Out | Communications problem (Via Com port) See Note 2 |
E-Ad | Invalid Address | HDF File has been incorrectly produced |
E-Ao | Invalid Offset Address For Upload | HDF File has been incorrectly produced |
E-Ft | Flash Program Time Out | Flash Memory Fault, Retry or Replace |
E-It/Et | EEPROM Program Time Out | EEPROM Memory Fault, Retry or Replace |