Hi NXP:
I tried to reset MCU by S32_SCB->AIRCR register, but it can't work.
now I have been using swt driver(watchdog) for implemention.is it possbile
to reset MCU by S32_SCB->AIRCR register, thanks.
attachment:
20250514-AIRCR_reset.png
current environment description:
MCU:S32K312/100pin
S32DS Product:3.5.0.202207261815
RTD S32KXX:RTD5.0.0.202410011049(installed RTD5.0.0_P8)
HSE firmware:HSE_FW_S32K312_0_2_55_0
BR
Nelson
Solved! Go to Solution.
Hi @f-nelson,
This is because S32_SCB->AIRCR is not implemented on S32K3. The following are the functional reset sources supported by S32K3
You can generate a SW reset through the POWER driver instead. Please refer to this community post: S32K344 How to manually trigger one Function Reset - NXP Community.
Best regards,
Julián
Hi @f-nelson,
This is because S32_SCB->AIRCR is not implemented on S32K3. The following are the functional reset sources supported by S32K3
You can generate a SW reset through the POWER driver instead. Please refer to this community post: S32K344 How to manually trigger one Function Reset - NXP Community.
Best regards,
Julián