cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H7 ETHERNET - please help to review RX descriptor init fix

Pavel A.
Evangelist III

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

10 REPLIES 10

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.