|
From: | Noam Weissman |
Subject: | Re: [lwip-users] LWIP never tries to send a packet? |
Date: | Thu, 18 Jan 2018 18:30:25 +0000 |
Hi Chris,
If you are able to read/write PHY registers that means that the SMI interface is up and running.
Before digging into LwIP make sure your MII/RMII and DMA are configured correctly with the driver. I am working with LwIP for last 7 years and I almost had no problems with LwIP.
If you are using your own hardware and not some EVB make sure that all your CPU pin-outs
are properly defined. Make sure that you are working in correct PHY mode (RMII or MII),
check that you defined all the hardware clocks and DMA...
I run LwIP on ST9, STM32F2/4 and now 7 and so far I am happy :-)
Hope that helped a bit.
BR, Noam. From: lwip-users <lwip-users-bounces+address@hidden> on behalf of Will Wykeham <address@hidden>
Sent: Thursday, January 18, 2018 7:48 PM To: Mailing list for lwIP users Subject: Re: [lwip-users] LWIP never tries to send a packet? I had a similar looking issue last week bringing up lwip for the first time. In my case it was because I hadn't set both the interface and the link as being 'up'.
Will
On 18 Jan 2018 5:46 pm, "Chris Seto" <address@hidden> wrote:
|
[Prev in Thread] | Current Thread | [Next in Thread] |