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.

TMS320C6747 writing a data on EMIFA

Other Parts Discussed in Thread: OMAP-L137

HI there

I have a question about writing a data on emifa

 

my c code is like below

 

 Uint32 *pdata;
 pdata = (Uint32*)CSL_EMIFA_CS2_ADDR;  // 0x60000000
 *pdata = 0x0FFF;

 

but...

 

the valud of adress doesn't changed

 

do you have any idea?