Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ethernet: stm32h7: fix tx semaphore timeout bug
Incomplete memory write causes issues with ethernet transmission on stm32h747_disco_m7 board. TxCpltCallback is never called, causing waiting for tx_int_sem to timeout, and occationally hangs ethernet communication. Tested with 700 000 connections on dumb http server, as well as 5min continuous MCU reset every 7s with continuous GET requests. Fixes issue #29915 Signed-off-by: Emil Lindqvist <emil@lindq.gr>
- Loading branch information