Other Parts Discussed in Thread: HALCOGEN
Hello TI
I am interfacing RM57L843 with Spartan-6 FPGA via EMIF. I am using async EMIF chip select CS4. I am testing this communication on chip scope and problem is that we got right shifted address on FPGA side.
i.e. I want to access 0x0030 on FPGA, from controller I send this address but at FPGA side we got 0x0018. Similarly for 0x0050 we got 0x0028. So I want to understand why this is happening and how to resolve it?
Regards