• USB-Ethernet adapter and bulk speed from f/w to s/w
    Hello, All! The question is kind of out of Keil's scope but would appreciate if someone will giv an idea to try. So, I am using ST10 running on phyTEC core, and the core operates CS8900A Ethernet...
  • USB-Ethernet adapter and bulk speed from f/w to s/w
    Hello, All! The question is kind of out of Keil's scope but would appreciate if someone will giv an idea to try. So, I am using ST10 running on phyTEC core, and the core operates CS8900A Ethernet...
  • Ethernet no link detection
    Dear all I have build my own custome board using STM32F407IGT6 device and used ST802RT1A as the PHY, when I start debugging and I break at main,my PC recognize the Ethernet link, but when I start the...
  • Ethernet Libraries not linking
    I am running an ST Cortex M4 processor with ethernet. When I compile, functions such as init_tcpNet() and main_tcpNet() fail in the linking step "Undefined symbol." From what I have read about Keil,...
  • LPC1768 Ethernet link status
    id1 = read_PHY (PHY_REG_IDR1); id2 = read_PHY (PHY_REG_IDR2); if (((id1 << 16) | (id2 & 0xFFF0)) == DP83848C_ID) { write_PHY (PHY_REG_BMCR, PHY_AUTO_NEG);// Use autonegotiation about the link speed...