Skip to main content
Visitor II
December 6, 2019
Question

STM32F107 FreeRTOS+NetConn won't work

  • December 6, 2019
  • 0 replies
  • 540 views

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)

    This topic has been closed for replies.