This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM355 MAC Address

Greetings,

The Technical Reference of the EVM-DM355 states "The ethernet address is stored in the ethernet controller’s SPI ROM during manufacturing."

I am guessing that I can use a pre-programmed SPI  EEPROM with a unique MAC address?

 

Thank you,

 

Amer

  • Amer Abufadel said:

    The Technical Reference of the EVM-DM355 states "The ethernet address is stored in the ethernet controller’s SPI ROM during manufacturing."

    I am guessing that I can use a pre-programmed SPI  EEPROM with a unique MAC address?

    Yes, this should be supported.  The format for the EEPROM of the Davicom DM9000A ethernet controller is documented in Section 7 of the Davicom DM9000A datasheet.
    The first 6 bytes of the EEPROM image is the MAC address.

  • Can I use an ethernet controller with a built in MAC instead of the EEPROM solution?  This would reduce space requirements.

     

     

    Thank you,

     

    Amer

  • Amer Abufadel said:
    Can I use an ethernet controller with a built in MAC instead of the EEPROM solution?

    I don't see any reason that you could not, however using a different Ethernet controller would mean that you probably have to modify the existing Ethernet driver for your new device, the advantage of using the same device as the EVM is software compatibility.