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);
}
*/---------------------------------------------------------------------------------------------------------------------------------------------