Keil's TCPIP stack software libraries

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Keil's TCPIP stack software libraries

140 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by dodge55 on Mon Feb 23 09:29:24 MST 2015
Has anyone used Keil's TCPIP stack software?  We have had lots of trouble integrating it properly with our LPC1853.  Keil indicates that it can run without a RTOS (and it says that on their website writeup), but we are having difficulty getting it to work properly in this mode.  Our system is an event driven system, and they don't allow you to put their required 'polling ethernet' routine in an interrupt.  Which means we have to flood our code with calls to their function, or ports and sockets close and cause lots of reset packets.  Very inefficient.  Besides that, they don't allow access to source code, so we have instances where ports and sockets don't get closed correctly, so it's hard to figure out what the problem is.  Could be our code or their code, and they are trying to help, but won't give out any source code.  I have been very disappointed with their software.

So, I'm looking for other alternatives.  I've heard that most TCPIP stack providers allow certain access to source code, but don't know for sure.  Anyone out there have any good suggestions for TCPIP stack code and functions?  With some access to source code, so we can tweak if we need to?  I don't want to have to develop any code, and reinvent the wheel, if there are good alternatives out there.

Thanks.

Sutton
0 Kudos
0 Replies