This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SK-AM62-LP: Regarding Mcu_PerformReset functionality Issue

Part Number: SK-AM62-LP


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