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.

C6457L EVM EMIFA issue with CSL

Other Parts Discussed in Thread: TMS320C6457

Hi,

I am trying to run a CSl example for emifa available with mcsdk of C6457. When I execute the code it hangs at below line in Emifa_ReadWrite_example.c file.

status = CSL_emifaHwSetup(hEmifa, &hwSetup);

if (status != CSL_SOK) {

printf("EMIFA: Error in HW Setup.\n");

printf("Read write operation fails\n");

return;

}

 

Currently there is no any connection with emifa on TMDSEVMC6457L.

Could you please guide me to resolve this issue?