# sal-nanostack-driver-stm32-eth **Repository Path**: mirrors_ARMmbed/sal-nanostack-driver-stm32-eth ## Basic Information - **Project Name**: sal-nanostack-driver-stm32-eth - **Description**: Prototype Ethernet Driver for STM32 Nucleo Boards - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Prototype Ethernet Driver for STM32 Nucleo Boards # Currently supported boards: * [NUCLEO-F429ZI](http://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/stm32-mcu-eval-tools/stm32-mcu-nucleo/nucleo-f429zi.html) **Note**, in order to use Ethernet on the `NUCLEO_F429ZI` development board together with `SPI1` over the board's Arduino connectors (e.g. for the [X-NUCLEO-IDS01A4](https://github.com/ARMmbed/stm-spirit1-rf-driver) expansion board) you need to perform the following HW modifications on the development board: * **Open** solder bridge `SB121` * **Close** solder bridge `SB122` These HW modifications in turn very likely require that you compile the expansion board drivers with a dedicated configuration setup (e.g. in case of the [X-NUCLEO-IDS01A4](https://github.com/ARMmbed/stm-spirit1-rf-driver) expansion board you need to compile its driver with macro `SPIRIT1_SPI_MOSI=PB_5` defined). This driver can be used together with the 6LoWPAN stack (*a.k.a.* Nanostack).