Part Number: RM57L843
Tool/software: Code Composer Studio
Hi,
I have EMIF async interface (I configured a 16bit bus in the HALCoGe) from my Hercules to a FPGA. I want to make a DMA. The interface in HW is 16bit Data but the FPGA memory size is 32x4096. How can i realize this in Code, can I just do it like this Ext_Mem_Address = Data32bit_To_Write; even though the databus is 16bit. Did the EMIF managed this all, also the change of the BA Pins? Thank You.