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?
