Hello Team,
We are using the MCU_PerformReset() and we are configuring the reset mode to "MCU_PERFORM_RESET_MODE_WARM" we are expecting as per the datasheet that our RAM values will not by initilaized (reset to zero) .
But we are noticing is that after the MCU_PerformReset() and before jumping to the SBL the RAM is cleared. could you please confirm that if this is the expected behavior or not ?
In our scenario we need to reset from the application and trigger the SBL again to load the Application without touching the RAM variables.
we have checked the following issue :
AWR2944: AWR2944 software reset - Sensors forum - Sensors - TI E2E support forums
and it is mentioned there that we can invoke the function:
SOC_rcmR5TriggerReset() , when we trigger this function we notice that the Software is being reset to the entry point with no changes in the RAM variables but the SBL was not triggered .
Could you please advice how can we Trigger the SBL again (the same behavior from the MCU_PerformReset() but keep the value of the RAM)?
Best Regards,
Russel