CEE3215S
The system detected a floating-point divide exception (System Completion Code=0CF).

Explanation

Your program attempted a do a floating-point divide and the divisor had a zero fraction. See a Principles of Operation manual for a full list of floating-point divide exceptions.

System action

The thread is terminated.

Programmer response

You can use a condition handling routine to correct the data values and resume the application.

Symbolic Feedback Code

CEE34F