Question
stm32f4CubeMx IAR ethernet + lwip project, eth receive problem
Posted on October 11, 2016 at 13:52
Hi,
I'm creating new project for CubeMx and using freeRtos and lwip. i was able to get eth tx workin(verified in tcpdump) dhcp request with correct mac. I was unable to get ethernet to react on receive -> there is no ethernet RX IRQ. Thing that i've done: - Changed PHY ADDR to 0 (default is 1) - added 1s delay before mac and phy init In these changes we managed to get TX working When i enable eth dma error irq flags i i get TBUIE: transmit buffer unavailable interrupt and and ethernet is not working any more in neither direction. Using stm32f407 and micrel ksz8081 phy All ideas are welcome! #smt32f4-cubemx