This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Apologies, I know this has got to be documented somewhere, but I can't find it. I'm trying to figure out how to trap NaN generation on the c6747. I've found the discussion of the FADCR, FAUCR, and FMCR registers, but don't see a way to generate a trap based on these registers. Where is that documented?
Thank you,
--Bill
There's no interrupt, just a "sticky" status bit. That is, once the bit gets set it stays set until software manually clears it. They operate similar to how an overflow or saturation flag often operate, i.e. there is no interrupt but you can check the flags at any time.