2018-11-05 11:48 AM
I've been trying to run some examples with FreeRTOS and lwip stack but I can't make it work.
I'm using CubeMx to generate the config just like this tutorial:
https://www.carminenoviello.com/2016/01/22/getting-started-stm32-nucleo-f746zg/
And working on TrueStudio to build & debug code;
2018-11-06 12:27 AM
Hello,
Have a look to the STM32F76xxx errata sheet in the section "Ethernet peripheral limitations" to check if you have the same conditions as described in the errata sheet.
You may find Ethernet examples under STM32CubeF7, re-use sections available in the examples or get inspired from them:
STM32Cube_FW_F7_V1.12.0\Projects\STM32F767ZI-Nucleo\Applications\LwIP\LwIP_HTTP_Server_Netconn_RTOS
Kind Regards,
Imen.