Re: [lwip-users] LWIP never tries to send a packet?

2018-01-18 Thread Chris Seto
Another follow up: Wow, this is amazing. Within a few minutes of getting this change made, I got the board to successfully get an IP over DHCP. This is awesome! Thanks for the help, all. On Thu, Jan 18, 2018 at 1:27 PM, Chris Seto wrote: > Ahah!! > > I knew it was something simple. Yup. That did

Re: [lwip-users] LWIP never tries to send a packet?

2018-01-18 Thread Chris Seto
Ahah!! I knew it was something simple. Yup. That did it. Thanks all!! On Thu, Jan 18, 2018 at 1:01 PM, goldsi...@gmx.de wrote: > On 18.01.2018 17:46, Chris Seto wrote: > > Hi, > > I'm using LwIP 2.0 running on an STM32F4 with a TI TLK110 ethernet PHY. > I've written the driver for the PHY and

Re: [lwip-users] LWIP never tries to send a packet?

2018-01-18 Thread goldsi...@gmx.de
On 18.01.2018 17:46, Chris Seto wrote: Hi, I'm using LwIP 2.0 running on an STM32F4 with a TI TLK110 ethernet PHY. I've written the driver for the PHY and corrected the definitions within the STM32 HAL such that the PHY is initialized correctly. When low_level_init() returns, the link is guar

Re: [lwip-users] LWIP never tries to send a packet?

2018-01-18 Thread goldsi...@gmx.de
On 18.01.2018 18:31, Noam Weissman wrote: Hi Chris, I am not working with ST HAL, rather with the older SPL (standard peripheral library). I do not know why you needed to change the PHY driver as all the standard PHY’s that are IEEE compatible will work the same. Noam, that's simply no

Re: [lwip-users] LWIP never tries to send a packet?

2018-01-18 Thread Noam Weissman
:-) Hope that helped a bit. BR, Noam. From: lwip-users on behalf of Will Wykeham 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

Re: [lwip-users] LWIP never tries to send a packet?

2018-01-18 Thread Will Wykeham
;> Via SMI you control the PHY and or make queries. Meaning you can check if >> you have a link, >> >> what is the speed etc… >> >> >> >> Regarding MII/RMII you need to make sure that you defined the driver to >> work in the same mode >> >>

Re: [lwip-users] LWIP never tries to send a packet?

2018-01-18 Thread Chris Seto
> it will not work ! > > > > I suggest going over ST examples first and then try to see why you code is > not working for you. > > > > > > BT, > > Noam. > > > > > > *From:* lwip-users [mailto:lwip-users-bounces+noam=silrd@nongnu.org] *On >

Re: [lwip-users] LWIP never tries to send a packet?

2018-01-18 Thread Noam Weissman
, January 18, 2018 6:47 PM To: lwip-users@nongnu.org Subject: [lwip-users] LWIP never tries to send a packet? Hi, I'm using LwIP 2.0 running on an STM32F4 with a TI TLK110 ethernet PHY. I've written the driver for the PHY and corrected the definitions within the STM32 HAL such that

[lwip-users] LWIP never tries to send a packet?

2018-01-18 Thread Chris Seto
Hi, I'm using LwIP 2.0 running on an STM32F4 with a TI TLK110 ethernet PHY. I've written the driver for the PHY and corrected the definitions within the STM32 HAL such that the PHY is initialized correctly. When low_level_init() returns, the link is guaranteed physically up. I'm having an issue w