2017-05-06 09:39 AM
Hello fellow Stm32 explorers
I've searched for ethernet / TCP/IP examples for the stm32F746G discovery board but have found none.This seems weird since this board includes a PHY and a RJ-45 connector.There is a good chance that I've just walk right passed were they are located.I am working with the cube (this is my third stm32 discovery board) so i would prefer examples that are compatible with it (meanning examples that use HAL).I am mainly looking for examples that use Lw IP and that don't include Free RTOS but if the only examples include it ,I will work with it.I use IAR (32K max so limited for ethernet applications) and SW4STM32 (AC6's version of eclipse for stm32) so i would prefer IAR /GCC compatible examples.
I've seen some people adapt examples for other discovery boards , if there aren't any examples for this board are there any examples that could be slightly modified to work on my board ?At this point im trying to learn TCP/IP on STM32's if there are other boards that you think would be a better choice feel free to tell me. (I already have acces to STM32F407 Discovery)Thanks for the help#ethernet #stm32f746-discovery-ethernet #stm32f746-disco #stm32f746 #stm32-tcp #stm32f746-discoverySolved! Go to Solution.
2017-05-07 11:34 PM
Hello,
have you looked at the Projects\STM32746G-Discovery\Applications\LwIP subdirectory in the Cube package for STM32F7?
2017-05-07 11:34 PM
Hello,
have you looked at the Projects\STM32746G-Discovery\Applications\LwIP subdirectory in the Cube package for STM32F7?
2017-05-12 12:10 PM
I have checked in the files generated by the cube (and yes the projet has ethernet and LwIP enabled) and I have not found any examples
2017-05-14 09:40 PM
Hello,
I am not talking about the generated code, but the
firmware package.This package contains libraries and examples.
Look inside the package at the directory I mentioned earlier,
2017-05-19 03:07 PM
Hi
I have cheked and there are examples but none for ethernet.Also checked in the LwIP folder and no project examples.2017-05-19 06:42 PM
so just what did you find in Projects\STM32746G-Discovery\Applications\LwIP ?
2017-05-26 11:34 AM
My mistake.
Found it! Just wasn't looking in the right subfolder .I am also looking for examples for LwIP on F4 Discovery if anyone knows a good source.(There arent any in the cube package)Thanks2020-03-06 05:02 AM
I don't find the selected application in STM32746G-Discovery but it is not important because this need RTOS