2021-03-05 06:15 PM
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..?
Solved! Go to Solution.
2021-03-06 07:55 AM
You are the developer - merge those examples!
And be warned that those examples will not really work anyway...
2021-03-06 07:55 AM
You are the developer - merge those examples!
And be warned that those examples will not really work anyway...