Hi,
I am working on TMS570 LS3137 LZWT. I have a SDRAM(CS0#), NOR Flash(CS2#), FPGA(CS4#) and an NVSRAM(CS3#) connected on my EMIF bus. When I am trying to read/write/erase on the SDRAM/NOR Flash or try to access FPGA, it is working OK.
When I try to access the NVSRAM, One of the Address Line (Address Line 4) doesn't toggle. I have confirmed this by probing the line and sending read/write command to the NVSRAM from my code. When I send the same command to SDRAM, the line toggles. The same has been observed on an oscilloscope. Due to this address line not toggling, I am unable to read/write properly to the NVSRAM.
I have narrowed down to Address Line 4 because my written data repeats after every 16 bytes. My NVSRAM is CY14B108N-BA45XI.
What can be the issue?
Thanks in Advance.