2020-03-30 09:45 AM
Dear Ethernet experts,
ST prepares a fix for RX descriptors initialization issue reported here previously.
Please can you take a look?
https://github.com/STMicroelectronics/STM32CubeH7/issues/7
@Piranha @alister
Thanks in advance
-- pa
2021-11-03 12:07 PM
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 enough to hide the bug and (RxDesc + (ETH_RX_DESC_CNT - 1)) is correct.
Apologies for the extra noise.