2019-12-06 02:49 AM
Hello.
I'm trying to stitch-up the STM3210C LwIP TCP/IP Echo client example (my board) and STM324xG LwIP+FreeRTOS+NetConn example.
LwIP, and netif config are the same as for Echo example (and previously I ran httpd-raw server with it).
I was able to set up FreeRTOS, and even config netif (windows cmd arp -a list my stm32 device with it's IP and MAC-addr), I've been able to ran thread with netconn, but I couldn't ping my device, and in the end it stalls in "sys_timeouts_mbox_fetch" (and it seems that netconn never recieves packages).
Can you give me any advice, on how to solve this issue?
Thank you)