Skip to main content
Visitor II
August 17, 2022
Question

STM32 Ethernet DMA tranmit problem

  • August 17, 2022
  • 2 replies
  • 900 views

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

    This topic has been closed for replies.

    2 replies

    wxian.3Author
    Visitor II
    August 20, 2022

    I used HAL 1.7.4 version