This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/RM57L843: 16 Bit async EMIF interface to 32x4096 memory

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.