cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 Ethernet DMA tranmit problem

wxian.3
Associate

Dear:

I use stm32f407+ lwip as tcp server, then the client request freq with 30Hz ,

the server will not reply after a time , then the client will retransmittion after 200 ms(see 1.png,3.png)​,

but the data is added to Ethernet DMA, TxBuff(see 2.png), so I think the Ethernet DMA has some problem when I send,

Please help me ,it bother me a few days,many thanks!0693W00000QNqufQAD.png0693W00000QNqu1QAD.png0693W00000QNqthQAD.png

2 REPLIES 2
wxian.3
Associate

I used HAL 1.7.4 version