This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

IOC flag at FPSCR register

I using Cortex-R4.

And I reading "Cortex™-R4 and Cortex-R4F Technical Reference Manual(Revision:r1p3)".

In my system,  IOC flag in FPSCR register is set with unexpected processing.

What is the condition of set IOC flag in FPSCR register?

Parents
  • Hi,

    IOC means 'Invalid Operation Cumulative exception'.

    It is set if the FPU operation has some rounding errors.

    In almost all cases, this bit will be set because there is a rare case which there is not rounding error.

    You'd not better care the bit value.

    Best regards,

    Yasuhiko Koumoto.

Reply
  • Hi,

    IOC means 'Invalid Operation Cumulative exception'.

    It is set if the FPU operation has some rounding errors.

    In almost all cases, this bit will be set because there is a rare case which there is not rounding error.

    You'd not better care the bit value.

    Best regards,

    Yasuhiko Koumoto.

Children