LWIP - HAL_ETH_Transmit stall on "Wait for data to be transmitted or timeout occurred"
Hi,
I'm using the STM32H743 device.
my main loop sends nonstop UDP messages perfectly.
I decided that I want to add a debug option that when my code has an issue and it stuck in one of the handlers (such as "HardFault_Handler") endless loops, he will send a nonstop special UDP message that indicates that a problem occurred from within the handler endless loop.
I wrote the code, but I see no udp message, when I used the IDE debug option I notice the code is stalling inside the HAL_ETH_Transmit method under the loop "/* Wait for data to be transmitted or timeout occurred */".
any idea why in the main loop the udp messages were sent with no problem and under the Handlers it stalls? do I need to initialize something before sending it?
pls, help!
thank you !!
