lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Ethernet package through SPI interface


From: Sergio R. Caprile
Subject: Re: [lwip-users] Ethernet package through SPI interface
Date: Wed, 27 Jan 2016 09:39:33 -0300
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

You do need a netif anyway
You will write a driver for your SPI chip.
If your chip outputs Ethernet frames, it is in no way different from
other connection options (parallel, on chip)
If your chip outputs IP datatagrams, you'll have to enter the stack on a
higher level function, and I can't help you here.
If your chip outputs data for a TCP/IP 'socket', you don't need lwIP.



reply via email to

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