Echelon Neuron User Manual
Page 13
Neuron Tools Errors Guide
5
DBG#
Description
28
Communication with device timed out before a response was received
A call made using function execution did not return or did not return valid
data.
Verify that the device is operational and communicating with the network.
Rebuild and load the device and try again.
29
Bad format found when reading [debug] NXE [DBG#29]
The .NXE file might be corrupt; possibly it was hand-edited.
Clean, rebuild, load and restart the debugger.
31
Operation requested on symbol that is out of context, e.g. a local variable in a
routine that is not in the current calling sequence [DBG#31]
This error can happen if the operation attempted on a symbol is not
permitted because the symbol is out of context.
The symbol will be evaluated correctly when available. Using a local
variable for example, the current value will be displayed when the
debugger is suspended within the scope where the local variable is in
context.
32
Cannot read/write timers while running [DBG#32]
The value of a timer variable cannot be evaluated while the debugger is
running.
You can see the correct value of a timer variable when the debugger is in
suspended state.
33
Cannot write this variable[DBG#33]
An attempt was made to update a variable that is read-only or resides in
read-only memory.
34
No remote procedure calls while running [DBG#34]
The debugger uses remote procedure calls or function execution to
accomplish certain tasks while it is not running. Invoking function
execution while running is not allowed.
35
36
Not enough memory in debug kernel to pass RPC parameters [DBG#35]
Not enough Neuron stack space left for RPC [DBG#36]
A remote procedure call failed because of a lack of memory on the device.
Rebuild and load the device and try again. You may need to reduce your
application size in order to debug this device.