Hi, I transported the SAF v1.0.2 to a s32k312 project, it run to 0xdeadbeee address when running sCheck at start-up. It run to the illegal address after writing register DCMRWP3 in the function sCheck_CmuFc_TestRestore(), as showed in the attached picture.
1. The variable pDesc->intId is 211 at this time, but it should be no interrupt at index 211 on s32k312, why the SAF still check this interrupt id;
2. Why the writing to DCMRWP3 would generate a fault? This register should be writable according to the datasheet;