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.

C674x 8-bit Access to 16-bit Data Device Connected through EMIFA

Hi.

I know there are many threads mention this kind of questions. But I don't understand clearly from those. So I post this question. Please advise me.

I understand that  we can access a 16-bit asynchronous device connected through EMIFA with following connection.
And I know that C-programming 16-bit (short pointer) access works fine with the configuration.
Does this configuration also work for 8-bit (char pointer) access? I assume that nEMA_WE_DQM[1:0] is dealing with this kind of access.

(DSP)                  (16-bit Async Device)
 EMA_D[15:0]     <---> DQ[15:0]
 EMA_A[x:0]      ----> A[(x+1):1]
 EMA_BA[1]       ----> A[0]
 EMA_BA[0] (NC)
nEMA_WE_DQM[1:0] ----> BE[1:0]

Best regards,
Tsutomu Furuse