Hi @zp001,
I just tried your project, but I'm not able to reproduce the error.
Does it reset? Can you scope the reset_b pin?
Seems like it fails at a Clock_Ip function, can you add and initialize the Clock_Ip driver in the project?
Have you tried adding FUNC_RESET as a power mode in the Power_Ip driver and calling it?
Power_Ip_SetMode(&Power_Ip_aModeConfigPB[1]);

Regards,
Daniel