lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] initialisation of lwIP


From: Jack.W
Subject: Re: [lwip-users] initialisation of lwIP
Date: Fri, 24 Dec 2004 10:26:49 +0800

I think that if you use the lwip_api, the MEMP_NUM_API_MSG is not the zero ..
----- Original Message ----- 
From: "franz keuner" <address@hidden>
To: <address@hidden>
Sent: Wednesday, December 22, 2004 7:18 PM
Subject: [lwip-users] initialisation of lwIP 


> Hello,
> unfortunately I don't think that the reason is the MEM_ALIGNMENT value. I
> use a 16-bit controller (CS167 infineon).
> 
> I define the following values in my lwipopts.h:
> 
> #define MEM_ALIGNMENT           2U
> #define MEM_SIZE                2000U
> #define MEMP_NUM_PBUF           8U
> #define MEMP_NUM_UDP_PCB        4U
> #define MEMP_NUM_TCP_PCB        8U
> #define MEMP_NUM_TCP_PCB_LISTEN 8U
> #define MEMP_NUM_TCP_SEG        16U
> #define MEMP_NUM_NETBUF         8U
> #define MEMP_NUM_NETCONN        8U
> #define MEMP_NUM_API_MSG        0U
> #define MEMP_NUM_TCPIP_MSG      8U
> #define MEMP_NUM_SYS_TIMEOUT    2U
> 
> /* ---------- Pbuf options ---------- */
> #define PBUF_POOL_SIZE          24U
> #define PBUF_POOL_BUFSIZE       500U //LW: was 128, but we want single pbufs
> #define PBUF_LINK_HLEN          16U
> 
> Can it be that I defined in another file a value that can have the result I
> described?
> Or did I configure some settings in the Tasking EDE in a wrong way? (I used
> the values which were described in the user manual. Would there be a
> "greater" problem if this settings were wrong?)
> 
> I tried a lot of different values for the defined values but none of them
> was successful.
> 
> 
> Thanks again and regards,
> Franz
> 
> 
> 
> 
> 
> 
> -- 
> Psssst! Mit GMX Handyrechnung senken: http://www.gmx.net/de/go/mail
> 100 FreeSMS/Monat (GMX TopMail), 50 (GMX ProMail), 10 (GMX FreeMail)
> 
> 
> _______________________________________________
> lwip-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/lwip-users

reply via email to

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