aucamera1
New Contributor
28 days agoHPS f2sdram read/write errors
I'm using the Agilex 5 devlopment board and trying to write to the HPS SDRAM with custom logic.
I'm already able to write to the other SDRAM (DDR4) on the board with my custom logic going through the AXI4 bus
on the hps_subsys, I exported the f2sdram (AXI4 Subordinate) and connected to my custom logic.
I can perform read and write cycles and everything flows correctly. I get appropriate response from the f2sdram.
however, on both read and write cycles, the f2sdram responds with the RRESP/BRESP of b11, decode error.
i have tried to read/write to addresses of 0x0000000000, 0x8800000000, and 0xffff000000 and still get the same response error code.
Anything common that I might have missed in my setup?