This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Question about Keil Network Component V7.10.0

Hi,

The revision history showed that this update has included this feature "updated Ethernet interface for reading the MAC address from the driver, if a unique MAC address is available in the driver".

Does anyone know what this means? Is there any sample code that can explain this new feature?

Thank you.

Parents Reply Children
  • Hi,

    This is confusing me now because the previously Keil Network component can use the below routine to change the default MAC address which is defined in Net_Config_ETH_0.h.

    netIF_SetOption(NET_IF_CLASS_ETH | 0, netIF_OptionMAC_Address, Mac_Addr, 6);

    So what is the difference between the new Keil network components?

    Thank you.

  • There is no difference and your code is correct, continue to use it.

    The discussion is about an extra feature that is rarely used, for example, with LAN91C111.
    This ethernet controller supports "Optional Configuration via Serial EEPROM Interface"
    Read the LAN91C111 datasheet, section 7.6 Serial EEPROM Interface