Tool/software:
Hello Team,
MCAL Package: MCAL_SitaraMPU_10.01.00.03
we are using SBL NOR Flash on SK AM62 LP Board.
we have flashed Application using SBL and booting through SBL
As per Mcu driver, the below code snippet is used in perform reset function
#elif defined (SOC_AM62AX) || defined (SOC_AM62X) || defined (SOC_AM62DX) || defined (SOC_AM62PX) || defined (SOC_J722S)
LLD_REG32_WR(&RSTADDR_MCU_CTRL_MMR->RST_MAGIC_WORD_PROXY, 0x01);
LLD_REG32_WR(&RSTADDR_MCU_CTRL_MMR->RST_CTRL, MCU_PERFORM_RESET_MASK);
But our expectation, it should perform complete reset which is equal to power off and on of the board. we need the SBL boot flow to start again and run our Application on R5 Core.
Can you please let us know how to resolve this.
Regards,
Pradeep R