Hi Daniel,
My project base on the RTD( SW32K1_S32M24X_RTD_R21-11_3.0.0_D2503), and I have reference the example code, just change it to RTD version(let WDOG_IP_ENABLE_TEST_MODE to STD_ON) and before the test init the WDOG (because i found after power on the WDOG is disable, but I read the CS value before the init code then base it to do the test). I'm sure i did not add the startup code to reconfiguring the WDOG.
And I try read the CS's value in the "void SystemInit(void)" , it always show 0x2520 too. According the S32M24x Reference Manual, it should be 0x2580. But I cannot found any code reconfiguring the WDOG before the "void SystemInit(void)" .
