85
CHAPTER 8
ASCII command interface
#RESULT:<Module>:<data>
The Flasher ATE reports the result of an operation on a specific module. If the operation
has been completed successfully, it will report the outcome with a single message of this
type followed by the last result of the operation.
#DONE
For the Flasher ATE, getting a result from a module does not necessarily mean, the Flasher
ATE is in idle state. Therefore, this message is being sent, once all operations are finished
and all modules are back in idle state.
A typical sequence for using the Flasher ATE is as follows:
J-Link / Flasher ATE Mainboard V1 telnet-shell.
J-Link / Flasher ATE Mainboard V1 compiled Mar 15 2018 12:28:43
#SELMODULE 1,2
#ACK
#SELECTED:1,2
#AUTO *
#ACK
#RESULT:1:#ERR255:Error while flashing
#RESULT:2:#OK (Total 2.653s, Erase 0.327s, Prog 1.960s, Verify 0.234s)
#DONE
#ERRxxx <Data>
If any command other than
#STATUS
or
#RESULT
was terminated with an error, Flasher ATE
cancels the command and replies with an error message instead of
#OK
message.
Some error codes may be followed by colon and an additional error text.
For example:
#ERR007:CANCELED.
The error code numbers are described in the following table:
Message
Description
#ERR007
Flasher received
#CANCEL
command and
has canceled the current operation.
#ERR008
Flasher is already busy with execution of
previous command.
#ERR009
Failed to allocate memory.
#ERR010
Failed to open file.
#ERR011
Failed to read file.
#ERR012
Failed to write file.
#ERR013
Failed to delete file.
#ERR098
Failed to delete file.
#ERR098
Could not allocate memory for device spe-
cific algorithm.
#ERR099
Device specific algorithm is not yet sup-
ported by this firmware version. Please
check for an update.;
#ERR101
Could not find device programming algo-
rithm.
#ERR102
Could not open the data file.
#ERR255
Undefined error occurred. This reply is fol-
lowed by an error string.
Flasher ATE User Guide (UM08035)
© 2017-2018 SEGGER Microcontroller GmbH
Содержание Flasher ATE
Страница 4: ...4 Flasher ATE User Guide UM08035 2017 2018 SEGGER Microcontroller GmbH...
Страница 6: ...6 Flasher ATE User Guide UM08035 2017 2018 SEGGER Microcontroller GmbH...
Страница 20: ...20 CHAPTER 2 Setting up the IP interface Flasher ATE User Guide UM08035 2017 2018 SEGGER Microcontroller GmbH...
Страница 22: ...22 CHAPTER 2 Operating modes Flasher ATE User Guide UM08035 2017 2018 SEGGER Microcontroller GmbH...
Страница 60: ...60 CHAPTER 8 ASCII command interface Flasher ATE User Guide UM08035 2017 2018 SEGGER Microcontroller GmbH...