Skip to main content
MJ_1992
Associate II
March 6, 2021
Solved

Is there any tested example for STM32F746G-DISCO for TCP server/client without RTOS..?

  • March 6, 2021
  • 1 reply
  • 1127 views

I want demo code for STM32F746 Discovery kit as per follow.

1) using lwip for TCP Server / Client.

2) Not using RTOS.

Demo code available for STM32F756-EVAL at Projects\STM32756G_EVAL\Applications\LwIP\LwIP_TCP_Echo_Client.

This demo code is perfect but i don't have this board, I have STM32F746 Discovery board.

Both have different PHY IC. And one with MII and another is on RMII.

So is there any example / demo code for STM32F746G-DISCOVERY for TCP server/client without RTOS..?

This topic has been closed for replies.
Best answer by Piranha

You are the developer - merge those examples!

And be warned that those examples will not really work anyway...

https://community.st.com/s/question/0D50X0000BOtfhnSQB/how-to-make-ethernet-and-lwip-working-on-stm32

1 reply

Piranha
PiranhaAnswer
Principal III
March 6, 2021

You are the developer - merge those examples!

And be warned that those examples will not really work anyway...

https://community.st.com/s/question/0D50X0000BOtfhnSQB/how-to-make-ethernet-and-lwip-working-on-stm32