Hello,
I am programming TI-RTOS based msp432e401y on a custom board. I've implemented TCP server with static IP and watchdog timer. When ethernet link is down watchdog timers restarts the device but after random number of restarts the code crashes and stops at SysCtlPeripheralReady() function while trying to set power dependency for EMAC0 or EPHY0. The function call histord is as follows:
What might be the cause of this? Thank you in advance.
Best