Julien
Occasional Contributor
7 years agoCycloneV SoC : NIOS2 mSGDMA transfers failing above 2047 bytes ?
Hi,
I have a design for CycloneV SoC (DE0 Nano SoC board) that includes a NIOS2/e, transferring data to the HPS' DDR3 memory over the f2h_sdram interface, via an adress span expander, using an mSGDMA component.
The mSGDMA is configured with 4kB max transfer size.
Everything is working fine when I set the mSGDMA transfer size anywhere between 0 and 2047 bytes, but when I try with any size above (and including) 2048 bytes, even though the altera msgdma functions still return "success", the transfer does not happen (I check memory on the HPS side, and see that memory was not modified).
I am puzzled as to what could be causing this effect ?