As per S32K1xx Series Safety Manual, Rev. 4, 09/2018 document for SM_048, DBG bit in the Watchdog Control and Status Register (CS) should be set to 1 and we are also using LPIT then LPIT_MCR[DBG_EN] = 1.
I am able to set the DBG bit to 1 by configuring the Wdg Run in debug mode parameter as shown below
manish_singh_0-1653298815524.png
manish_singh_1-1653298954687.png
but when I try to set LPIT_MCR[DBG_EN] = 1, then my application is continuously resetting and LPIT_MCR[DBG_EN] bit is never getting set to 1.
manish_singh_2-1653298985659.png
Can you please let me know the correct procedure to set LPIT_MCR[DBG_EN] bit and also the implementation support to meet SM_048 requirement.