1.. _mikroe_eth3_click: 2 3MikroElektronika ETH 3 Click 4############################ 5 6Overview 7******** 8 9ETH 3 Click is an accessory board in mikroBus™ form factor. It features `LAN9250`_, 10a 10/100Mbps BASE-T stand alone Ethernet Controller with an on-board MAC & PHY, 1116Kbyte FIFO Buffer and SPI serial interface. 12More information at `ETH 3 Click Shield website`_. 13 14.. figure:: eth3_click.webp 15 :align: center 16 :alt: MikroElektronika ETH 3 Click 17 18 MikroElektronika ETH 3 Click (Credit: MikroElektronika) 19 20Pins Assignment of the Eth Click Shield 21======================================= 22 23+-----------------------+---------------------------------------------+ 24| Shield Connector Pin | Function | 25+=======================+=============================================+ 26| RST# | Ethernet Controller's Reset | 27+-----------------------+---------------------------------------------+ 28| CS# | SPI's Chip Select | 29+-----------------------+---------------------------------------------+ 30| SCK | SPI's ClocK | 31+-----------------------+---------------------------------------------+ 32| SDO | SPI's Slave Data Output (MISO) | 33+-----------------------+---------------------------------------------+ 34| SDI | SPI's Slave Data Input (MISO) | 35+-----------------------+---------------------------------------------+ 36| INT | Ethernet Controller's Interrupt Output | 37+-----------------------+---------------------------------------------+ 38 39 40Requirements 41************ 42 43This shield can only be used with a board which provides a configuration 44for Mikro-BUS connectors and defines node aliases for SPI and GPIO interfaces 45(see :ref:`shields` for more details). 46 47Programming 48*********** 49 50Set ``--shield mikroe_eth3_click`` when you invoke ``west build``. For example: 51 52.. zephyr-app-commands:: 53 :zephyr-app: samples/net/dhcpv4_client 54 :board: mikroe_stm32_m4_clicker 55 :shield: mikroe_eth3_click 56 :goals: build 57 58References 59********** 60 61.. target-notes:: 62 63.. _ETH 3 Click Shield website: 64 https://www.mikroe.com/eth-3-click 65 66.. _LAN9250: 67 https://www.microchip.com/en-us/product/lan9250 68