Ah thanks for the suggestion to check the watchdog timers.Our tcp accept has an issue during initialization. It is reaching a debug assert -> debug print (blocks) -> watchdog timer initiates reset.So we had (RxDesc + (ETH_RX_DESC_CNT)) delaying long ...
>If you could clarify some details, it'd be easier for someone on Community to know or guess the cause.I am not looking for too much help, I will track it down further later. Given the odd behavior, it likely is specific to our implementation.I just ...
After updating to the HAL version with this fix, if a connection is made during initialization (tcp syn packet), I get a crash. The timing is a bit too tricky to make it occur with a debugger, but I have narrowed the change in code down to the change...