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.

SysCtlSleep() not compatible with SYSCTL_PERIPH_EMAC0

Other Parts Discussed in Thread: TM4C1294KCPDT

My backgound loop calls SysCtlSleep() when there is nothing to do.

My system init has called: SysCtlPeripheralSleepEnable(SYSCTL_PERIPH_EMAC0) to keep ethernet peripheral running while sleeping.  

But my ethernet stack will operate until the SysCtlSleep() is removed from the background loop.

It seems my Tiva TM4C1294KCPDT does not pay any attention to the SysCtlPeripheralSleepEnable?