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 Question about Writing data via EMIFA

Hi there

i have a question about Writing data via EMIFA

My C Code is like below

void test(void)

{

 Uint32 *pdata = (Uint32*)CSL_EMIFA_CS2_ADDR;
 *pdata = 0x00000FFF;

}

 

but...

as you can see, the value of adress 0x6000000 doen't changed

do you have any idea?