Question
start code execution problem with MX_LWIP_Init
Hi
I add ethernet communication to my program with STM32CubeMx and I just compiled and run it. I have a problem:
if I disconnect Jlink the board I have a ping error. but I run the code with 3 times click on run in MDK-ARM the board will ping.
I also try my app without
MX_LWIP_Init();if I comment this line all thing is good.
you can find 3-time click video here
