Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


You are viewing a reply to lwIP on Nucleo-F767ZI  
France

Hi,
I just look at your post; if you read the Nucleo-F767ZI user manual, available at ((http://www.st.com/content/ccc/resource/technical/document/user_manual/group0/26/49/90/2e/33/0d/4a/da/DM00244518/files/DM00244518.pdf/jcr:content/translations/en.DM00244518.pdf)) you’ll see that the Ethernet PHY is connected to the STM32 using an RMII interface, not an MII interface as you say you have configured under CubeMX.

You shoud then modify your CubeMX configuration, by running again CubeMX using the same .ioc file, then regenerate the code (save your old custom code just in case) and it should work better...

Bernard (Ac6)