Re: [lwip-users] Problem: new socket (lwip 1.3 + freeRTOS 5.3)

2010-01-29 Thread acemax
I wanted to use the BSD Socket API. Portability reason. But Kieran Mansley wrote: > > On Wed, 2010-01-27 at 03:47 -0800, acemax wrote: >> [Avatar] >> 2010-01-26 21:07:59 UTC >> Hello, >> >> I'm trying to implement the code below, but it stops

[lwip-users] Problem: new socket (lwip 1.3 + freeRTOS 5.3)

2010-01-27 Thread acemax
[Avatar] 2010-01-26 21:07:59 UTC Hello, I'm trying to implement the code below, but it stops in the line sock = socket(AF_INET, SOCK_DGRAM, 0); the message is "sys_arch_timeouts: ptask != NULL" the procedure sequence is: -lwip_socket (type=0, protocol=100) -alloc_socket (newcon=0x80173c) -sys_