Dear Igor
I tried to use your RPA_v24 to re-calibration LPDDR4 ,
the result was the same .
But I analysed the EVK's DDR parameter , and use suspend command , the EVK's parameter as the below :
DDRC.PWRCTL=0x00000000
But i check my board parateter as below :
DDRC.PWRCTL=0x00000203
I read the RM with in 9.3.3.1.108.3 Fields to find the related description is 3D4F_0020 address
derate_enable :
Enables derating. Present only in designs configured to support LPDDR2/LPDDR3/LPDDR4. This field
must be set to '0' for non-LPDDR2/LPDDR3/LPDDR4 mode.
0b - Timing parameter derating is disabled
1b - Timing parameter derating is enabled using MR4 read value
so i modified
DDRC.PWRCTL=0x00000203 ---> DDRC.PWRCTL=0x00000088
DDRC.DERATEEN.DERATE_ENABLE=0x01
as so far , the system was not crash after 24 hours , so can you explain this ?
or has more information ?