Hello,
I am trying to generate an interrupt in case divide-by-zero.
This is working on divide float instruction but not on a divide integer instruction ("divw").
On a divide integer instruction, the result of a divide-by-zero is the maximum value (0xFFFFFFFF).
I do not find any configuration on the processor to force an interrupt. Do some one did it ?
Thanks
Olivier