lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] How do make tcp server and tcp client on stm32 using SO


From: MrFord
Subject: Re: [lwip-users] How do make tcp server and tcp client on stm32 using SOCKET?
Date: Sat, 21 Sep 2019 02:58:23 -0700 (MST)

I wrote like this:
sys_thread_new ("tcp_server", tcp_thread, NULL, DEFAULT_THREAD_STACKSIZE,
osPriorityNormal);
sys_thread_new ("tcp_client", send_thread, NULL, DEFAULT_THREAD_STACKSIZE,
osPriorityNormal);
As a result, FreeRTOS wrote to me:
defaultTask X 3 13 1
IDLE R 0 109 2
tcpip_thread B 6 965 3
EthIf B 6 300 4
tcp_server B 3 501 5
How do I start the client and server?



--
Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]