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?