DM816x/C6A816x/AM389x EVM FAQ

Frequently asked questions.


Where to find more information about the DM816x/C6A816x/AM389x EVM


Version History

Board Revision Description EEPROM ID Header EEPROM ID Board Name EEPROM ID Version Major EEPROM ID Version Minor EEPROM ID Configuration Option
E


N/A


N/A


N/A


N/A


N/A


F
Changed from TMX320DM8168ACYG to TMS320DM8168ACYG2 Silicon (U31)


N/A


N/A


N/A


N/A


N/A


G
SPI Flash (U20) changed from W25X32VSFIG to W25Q32BVSFIG


0xAA5533EE


816X_EVM


7


0


1600


H
PG2.0 Silicon (U31)


0xAA5533EE


816X_EVM


8


0


1600


I
Revision I board with 1600MHz DDR3 (Future Revision)


0xAA5533EE


816X_EVM


9


0


1600


I
Revision I board with custom 1836MHz DDR3


0xAA5533EE


816X_EVM


9


1


1836



Starting with Revision G of the EVM, version information is stored in a user accessible I2C EEPROM on the main board at EEPROM address 0 (I2C address 0x50). The information is organized with the following structure.
      struct EEPROM_ID_T
      {
          unsigned long  header;
          char           board_name[16];
          unsigned short version_major;
          unsigned short version_minor;
          unsigned long  config_option;
          char           reserved[28];
      } eeprom_id;
      
The EEPROM is factory programmed using the EEPROM writer.





©Copyright 2002-2012 Spectrum Digital, Inc. All Rights Reserved.