CCP 611 C-DIAS PROSESSOR MODULE
Page 28 27.03.2020
The CPU was stopped by a break-
point in the program.
The CPU was stopped by the PG
software (F6 HALT in status test).
The CPU has triggered a false
interrupt and stopped the user
program or has encountered an
unknown instruction while running
the program.
Cause:
- - A non-existent operating system
command was used.
- Stack error (uneven number of
PUSH and POP instructions).
- - The user program was interrupt-
ed through a software error.
Solution:
- Correct program error
The CPU is in single step mode and
is waiting for further instructions.
A module or project has been sent to
the CPU and it is ready to run the
program.
The program is stopped and the
CPU is currently receiving a new
module or project.
The CPU has received a module that
does not belong to the project.
The operating system memory
/Heap) is too small. No memory
could be reserved while calling an
internal or interface function is called
from the application.
When starting the CPU, a missing
module or a module that does not
belong to the project was detected.
A division error has occurred.
Possible Causes:
- Division by 0.
- The result of a division does not fit
in the result register.
Solution:
Correct program error