Hi.
I am trying to connect FPGA to TMDSEVM6457L emif .
I am using the emifa project of C6457 CSL Emifa_ReadWrite_example
The programm is "stuck" on the line
/* Setting up configuration parameter using HwSetup */
status = CSL_emifaHwSetup(hEmifa, &hwSetup); // Stuck
if (status != CSL_SOK) {
printf("EMIFA: Error in HW Setup.\n");
printf("Read write operation fails\n");
return;
}
else {
printf("EMIFA: Module Hardware setup is successful.\n");
}
Please Advise.
Bye.