I'm writing an exception handler and I'd like to make use of the FSR ( fault status registers) I'm using Cortex-A9 , L1\L2 and MMU on , OS is nucleus.
I'm generating different exceptions but it seems that DFSR\ISFR do not change their value after the exception occurred. is there a need to enable this functionality or FSR should be captured by default ?
Ran