Does anyone got STM32F767ZI ethernet working?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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;
- Labels:
-
Ethernet
-
STM32F7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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.
Thanks
Imen
