Tool/software:
This is related to emif interface. When i tried to write some data to the location of emif address. For example 0x64000000, after writing some value to this location. I tried to check it on memory browser, but o data was written there, but when I write some data to other memory location for instance 0x64000034 the data gets written to 0x6400000. how is this possible and the data if i write as 0x12345678 only LSB values that is 78 gets written to location 0x64000000.