Hello,I'm debugging the following piece of code that is executed as part of the fault handler:currentExceptionData.data.CFSR = SCB->CFSR;currentExceptionData.data.HFSR = SCB->HFSR;currentExceptionData.data.DFSR = SCB->DFSR; //TODO: Not copied correct...