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.

MSPM0G3507: When I turn it on again, it stops at DL_SYSCTL_getClockStatus(void)

Part Number: MSPM0G3507

When I turn it on again, it stops at DL_SYSCTL_getClockStatus(void)

The following is the location where I met

/* Check that SYSPLL is disabled before configuration */
while ((DL_SYSCTL_getClockStatus() & (DL_SYSCTL_CLK_STATUS_SYSPLL_OFF)) !=
(DL_SYSCTL_CLK_STATUS_SYSPLL_OFF)) {
;
}