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.

if i change my ddr2 freq from 162MHZ to 135Mhz in dm6437,what other works i need to do ?

hello everyone,

in my board of dm6437, i changed my ddr2 freq from 162MHZ to 135MHZ,    and the default freq of evm board  is 162MHZ,

in this case ,if i change the gel file ,i can connect to my board  through xds560 emulation,

but the question is , do  i need  to change other files or functions to ensure my project is right ?

for example, the code below may need to be changed.

 

the function of   EVMDM6437_init()     my have some problem .

/*---------------------------------------------------------------------------------------------------------------------------------------------

void dm6437_init()

{

    // Init the board

    EVMDM6437_init();

    // Read the MAC Address from EEPROM

    EVMDM6437_EEPROM_read (0x00007F00, (Uint32) bMacAddr, 8);

}

*/---------------------------------------------------------------------------------------------------------------------------------------------