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.

Stuck in Demo Software

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