We have configured EBI to access external memory devices in our application as below
a) External SRAM - CS0 - 0x20000000 - 0x20FFFFFF
b) RTRAM memory- CS1 - 0x21000000 - 0x21FFFFFF
The following signals from MPC5777C are connected to
a) External SRAM -
1. Address Lines 9-30
2. Data Lines 0-15
3. RD_WR
4. Chip Select 0 (CS0)
5. Output Enable (OE)
b) RTRAM memory -
1. Address Lines 10-30
2. Data Lines 0-15
3. RD_WR
4. Chip Select 1 (CS1)
But OE — Output Enable (OE) pin from EBI is not connected to RTRAM memory device and after accessing External SRAM memory we are not able to access RTRAM memory. So since OE — Output Enable (OE) pin from EBI is not connected to RTRAM memory device, can this lead to any EBI bus contention issue. Also can we set Output Enable (OE) pin to default state after accessing External SRAM memory.