• 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...
  • 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...
  • Problem in linking emwin library
    I am trying to implement emwin graphics library for my project but I am encountering the following error every time I try to build the target files. .\Objects\lcd.axf: Error: L6218E: Undefined symbol...
  • Newbie: how to link libraries?
    Dear all, This is my first project in Keil uVision and I have also little experience with embedded design. I would like to simulate some DSP code written in C++ on STM32F4 Discovery board. The code...
  • Can't link with emWin library
    Hello, I'm trying to use the emWin library, but I keep getting linker error. Is there anything that i'm missing? I have tried including every library that come with the package emWin 5.12 Libraries...