This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM335x GPMC MRAM access issue

Other Parts Discussed in Thread: AM3357

Hi,

We are using AM3357 in our custom board.
AM335x GPMC is used to connect FGPA and 2 MRAMs(Lower Byte & Upper Byte).
Everything is working fine except the 8 bit MRAM (MR2A08AYS35R).

The Data and Address bus are connected directly from GPMC to MRAM
but the control signals(BE0,BE1,CS,RE) are connected through FPGA.
The MRAM is used to store some data in the application.

Problem:
We are able to read/write the Lower Byte(BE0n) MRAM
but cannot read/write the Upper Byte(BE1n).

We tried to measure the voltage of Upper Byte of data bus and it was
1.5V(during active), but the Lower Byte was normal(3.3V).

Please let us know if anyone has used MRAM with AM335x & any pointers to solve this issue.

Best Regards