Hello,
I want to use EMIF to extend the bus in OMAP-L138 custom board.Now I can get CS5 extend bus in the board.According to OMAP-L138 manual,CS5 memery map is 0x66000000.If no device connected to EMIF,can I read/write the address to change the level of EMA_D and EMA_A pins?
For example,*(vlatile unsigned int*)0x6600 0000 = 0x0 means all EMA_D pins are in low level?While *(vlatile unsigned int*)0x6600 0000 = 0xFFFF means all EMA_D pins are in high level?Is that right?
Thanks.
-----------------
Yu