This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Ethernet Code for LPC 1769

Hi all,
We are planning to use Ethernet in our project with LPC 1769 processor. We are using DP83848(national instruments) transceiver.

The problem for me is that i don't where to start with. what are the steps to follow to write code for ethernet. Why should one use TCP/IP stack? How to test the code we have is correct or wrong??

Please guide me through this....

Thanks,
Pavan

Parents
  • Simple. You do not write a TCP/IP stack. It's a large task, and if you know how to write one, you wouldn't have asked in the first place.

    So you either buy a stack, or you find a free one. Keil has a commercial stack (but requiring you to pay a second time for getting the source code). Google has other commercial and free stacks.

    How to test? The stack you use should preferably come with some sample code. If not, then select a different stack.

Reply
  • Simple. You do not write a TCP/IP stack. It's a large task, and if you know how to write one, you wouldn't have asked in the first place.

    So you either buy a stack, or you find a free one. Keil has a commercial stack (but requiring you to pay a second time for getting the source code). Google has other commercial and free stacks.

    How to test? The stack you use should preferably come with some sample code. If not, then select a different stack.

Children