Tool/software: Code Composer Studio
In one of my activities I added the reading of the FADCR, FAUCR, FMCR registers to check if the overflow (and also underflow) condition occurs on floating point operations.
Sometimes the OVER (and UNDER) bit of the FMCR register is 1: it probably happens during a multiplication operation but I can't reach the exact point and with CCS I can't see any variable with a very high exponent or with the value = "+ inf" (= for overflow)
What strategies can I use to identify the error?