Hello,
We have a custom board on which the C6713 connects to an FPGA via the EMIF interface, and I want to implement the write/read of EMIF on the C6713.
I found an example code for C6445 as "Emifa_ReadWrite_example.c", and I roughly went through it. But when I tried to build the code, it gave some "undefined" error, like "CSL_EmifaHandle is undefined".
I think those types must be defined in the library file but I can't find them in the "include" files: <csl_emifa.h>, <cslr_dev.h>, and <stdio.h>. I am not sure if I need any other configuration before I can build this file?
And another question is can this code be modified to fit C6713? Or is there any example code for 6713 to implement the EMIF write/read?
Any hint would be appreciated!
Thanks!