2018-05-27 08:54 PM
hello!
According to my experience, STM-controller is one of the best controllers I have ever worked with. currently, I'm working on a project based on STM32F103ZET6 controller and everything works really fine and well. in this project, asSTM32F103ZET6 doesn't have any direct ETHERNET PHY facility(connectivity via MII or RMII)
I'm using an external converter module(UART TO ETHERNET) as the TCP-CLIENT to connect mySTM32F103ZET6
with my server application. Now I want to reduce my project physical size and code complexity, thus I'm planning to move on STM32F107VCT6 which support both RMII and MII connection and does Have an internal MAC support. As I'm really new in terms of configuring ETHERNET inSTM32F107VCT6 as TCP client mode. I just want to implement a basic TCP SERVER CLIENT communication where my device will work as a TCP CLIENT endpoint
, so it will be really appreciated if anyone guides me how to do so and also if possible any example projects(KEIL or IAR)/source code with the libraries available for reference would be a great help.
ELMHIRI.Syrine
‌Turvey.Clive.001
‌st.mcu
‌DAHMEN.IMEN
‌#stm32f107-with-mii #stm32f107-with-rmii #stm32f107-ethernet-configuration #stm32f107Solved! Go to Solution.
2018-05-28 05:10 AM
Hello
a.shaikh
,I recommend youto start from the
LwIP
examples under STM32CubeF1package, as:STM32Cube_FW_F1_V1.6.1\Projects\STM3210C_EVAL\Applications\LwIP\LwIP_TCP_Echo_Client
This application is used to test a basic TCP connection andyou may re-use sections available in the example or get inspired from this to develope your application.
You can refer to the document
: “Developing applications on STM32Cube with LwIP TCP/IP stack�?Hope this bring you some help.
With Regards,
Imen
2018-05-28 05:10 AM
Hello
a.shaikh
,I recommend youto start from the
LwIP
examples under STM32CubeF1package, as:STM32Cube_FW_F1_V1.6.1\Projects\STM3210C_EVAL\Applications\LwIP\LwIP_TCP_Echo_Client
This application is used to test a basic TCP connection andyou may re-use sections available in the example or get inspired from this to develope your application.
You can refer to the document
: “Developing applications on STM32Cube with LwIP TCP/IP stack�?Hope this bring you some help.
With Regards,
Imen