I'm encountering an issue while performing the On-Demand SMR verification of the application.
Board: S32G399RDB3 with an AUTOSAR application and NXP Boot on the M7 core.
I am carrying out secure boot for both the bootloader and the application image. I was able to successfully secure boot the NXP boot by configuring the SMR and CR. I am setting up the SMR with the following parameters mentioned in the Snip.
After loading the application to SRAM, I proceed with the SMR installation to prevent conflicts between the HSE and M7 core. I am only configuring the SMR and installing the application as outlined in the On-Demand Secure Boot documentation mentioned in the Snip.

After loading the application to SRAM, I proceed with the SMR installation to prevent conflicts between the HSE and M7 core. I am only configuring the SMR and installing the application as outlined in the On-Demand Secure Boot documentation.
The flow is as follows:
- SMR INSTALL for the bootloader
- SMR INSTALL for the application
- CR INSTALL for the bootloader
- Update the boot sequence in the IVT
- Save the HSE SYS-IMG to flash
- Perform MCU reset
However, after performing the MCU reset, the system resets again, and the control is not returned to the bootloader. Do you see any deviation in this process?