2016-04-20 12:41 PM
I have the latest STM32CubeF4 downloaded but I can't find a compatible LwIP sample project. Can anyone point me in the right direction.
Thanks.2016-04-20 01:54 PM
Hi,
I recommend you to have a look to the lwIP examples under STM32cubeF4 package: STM32Cube_FW_F4_V1.11.0\Projects\STM324xG_EVAL\Applications\LwIPFor more details about lwIP, you can refer to “Developing applications on STM32Cube with LwIP TCP/IP stack“You can also look at this , paragraph ''B.3.6 LwIP'' for the STM32CubeMX LwIP side.Regards2016-04-21 02:36 AM
There is a Cube-free example on the Element14 website (the distributor of the STM32F4DIS-BB boards).
It's based on an older SPL, but complete, including SPL, FatFS and (AFAIK) LwIP code, and it worked for me.2016-04-21 03:12 AM
Thanks, I have given those a quick review. I was hoping to get something that runs out of the box for my initial prototyping. But if none is available I will dig into those resources more.
2016-04-21 03:14 AM
Avatar, thanks for the link. That should get me going and I can port to the newest SPL later.
2016-04-21 04:34 PM
forumstm32,
I am attempting to port the Cube example and from my reading it appears I only need to change the media interface type to RMII and update the GPIO associated with the interface. I generated a new project using the STM32CubeMX tool and I can see receive traffic coming from the PHY to the MCU but the MCU never receives any of the data.Just wondering if there is another aspect to this I am missing?Thanks.