I have to design an interface between OMAP L138 and an FPGA through the emif. I need to read data from the FPGA and send it to the OMAP for processing and write the processed data back onto the FPGA.
Can someone please tell me how to access the registers in the omap that have to be configured in order to get the emif to work?
Can I directly access the registers of the OMAP by giving the address to the emif and writing to it using the data bus?