TCP Echo Client example for Nucleo-STM32F429ZI
I have Nucleo-STM32F429ZI board. STM32F4Cube only has one LwIP example for this board. But, I found more LwIP examples for the STM324x9I_Eval board. Now, I am trying to convert one of the Eval examples for the Nucleo board, specifically TCP Echo Client example.
Eval uses MII and DP83848, whereas Nucleo uses RMII and LAN8742A. I saw these are configured in the 'low_level_init()' (ethernetif.c).
Are these the only two configurations that I need to change? Or is there anything else I am missing?
Note: I was able to run the Nucleo example successfully. But that example uses RTOS. Right now, I am trying to use the RAW API, hence trying to convert the Eval example.
Disclaimer: I am new to Ethernet. So this might sound like a stupid question.
