lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] lwIP with LPC1768 and Eclipse


From: Oane Kingma
Subject: Re: [lwip-users] lwIP with LPC1768 and Eclipse
Date: Wed, 11 Jul 2012 16:43:14 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1

Without prior knowledge of programming any microcontrollers, I'd say it's pretty ambitious to try and get a TCP/IP stack like lwIP up and running from scratch. With that said, it's not impossible if you can get a hold of a development kit where most of the work has been done for you and has tons of examples to learn from.

Best regards,
Oane

On 11/07/2012 14:25, frs709 wrote:
Thanks for all your reply. However, the suggestion you provided are quite complicated to me since I have never worked with microcontroller before. The funny thing is that transplanting lwIP to lpc1768 in my project is not the most important part. So I am trying to find a very quick way to make the TCP/IP stack working while I do not have do dig into the low level C programming(never worked with this before). Is there any suggestion about where should I start or where can I get some source code.
 
PS: Even though I said I need to use Eclipse as IDE, I did try to compile the EMAC example provided by Keil, the driving code (EMAC.c) is aimed for CS8900 EMAC, (but the code in this file only mentioned DP83848c). It did not work in our board. So what is the difference between DP83848c and CS8900 "codewisely"?  
Best regards!

Rico
Date: 2012-07-11 14:15
Subject: Re: [lwip-users] lwIP with LPC1768 and Eclipse
 
> On 11/07/2012 13:15, frs709 wrote:
>> Hi guys
>> I am a new guy to the world of micro controller, I am working in a
>> project which needs a TCP/IP stack in lpc1768 without OS by using
>> Eclipse and Yagarto tool chain. lwIP is a good choice for me, but I
>> have no idea where to start. I have done some pre-study and it turns
>> out lpc1768 need a bottom layer (OSI model) driver code as well (In
>> this case I use DP83848c as Ethernet PHY controller). This made me
>> even more confused. Is there anyone who can help me with this? Thanks
>> a lot!
>> Best Regards
 
See
 
 
It uses an OS, but you should be able to strip the drivers etc. and use
them with the standard super loop lwIP.
 
Regards,
Richard.
 
Designed for microcontrollers.  More than 7000 downloads per month.
 
15 interconnected trace views. An indispensable productivity tool.
 
 
 
_______________________________________________
lwip-users mailing list

reply via email to

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