TCP/IP stack use on CS8900??
Hi, I'm trying to interface the CS8900 lan chip in an embedded device using MPC565 as CPU. I already made a driver for the communication between the MPC and lan chip, and can send a message (which is temporary stored in a send-array) to a PC. Dependent from de values set in the array, the PC recognize the packet as the corresponding protocol (and id's), you manually set in the array. Now I want to use the ECOS TCP/IP stack for using TCP and UDP messages. At this time, I put the necessary data from the ethernet-packet in an send / receive array (RxBuffer and TxBuffer), and would like to build the TCP/IP stack from and to this buffers. I'm not very known with ECOS (yet) and like to know how I can use the ECOS stack for my application, or do I need to write a new driver for ECOS?