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?
