I have a STM32F429 Discovery board and I want to add ethernet for project. I am using external ethernet PHY named KSZ8863. Is it possible to communicate with using this PHY ? if it is possible s...
Hi, does ST have it's own driver implementation of the ksz8863 switch. If yes where can i download it. I like to have an link up/down feedback. Need to have connection to the internal register of t...
Hello there :) I'm trying to use a KSZ8863 Ethernet PHY with the STM32F767. I'm using the Nucleo F767ZI Board where i unsoldered the jumpers to the onbord PHY. The KSZ8863 is then connected via t...
I am trying to interface to a 3 port switch "Micrel ksz8863" using the MDIO interface. I have setup the eth peripheral and I can measure activity on the data and clock pins on the MCU. I measure a c...
Hello. I'm going to use STM32f207VET and KSZ8863 (3Port Ethernet switch) for custom boards in this project I'm working on. The switch and stm32 are already hardware-connected to the RMII i...
Hello everyone, I'm trying to use a KSZ8863 to monitor ethernet traffic. the KSZ8863 is connected to a STM32F767 via RMII. Im using the STMcubeIDE lwIP stack. I have no problem getting a i...
I'm trying to use a KSZ8863 Ethernet PHY with the STM32F746G. We have used the RMII interface to connect with KSZ8863 and running at 50MHz frequency .RMII pins are connected to KSZ8863 based o...
Posted on March 06, 2018 at 11:13 I have interface stm32f4 with ksz8863 using both the interface MDIO and SPI.(One at a time). I am able to read/write ksz8863 register but my link status is n...
Posted on November 09, 2017 at 20:22 Hello, I am currently using HAL library to interface my STM32F207 to a KSZ8863 switch using RMII Interface. The clock 25 Mhz provided externally which is t...
Posted on December 15, 2017 at 17:21 Hello All, I'm interfacing a KSZ8863 (Micrel, 3 Port Switch with 2 PHY and 3 MAC) over MII from a STM32F207ZG. I've used the STM32CubeMX to generate the c...