Within the systemInit() function in system.c, it seems to be stuck at the line
while(SYSTEM_1->MINISTAT != 0x0000657EU); // 3 MIBSPI will not be unless out of reset.
The code before this line is -
/** - Enable Peripherals */ // Prathap
SYSTEM_1->MINITGCR = 0xAU;
SYSTEM_1->MSINENA = 0xFFFFFFFEU;
Any suggestions please