Forum Discussion
Altera_Forum
Honored Contributor
13 years agoSGDMA status return code 'C'
Hi, I'm trying to perform a simple SGDMA transaction. Memory to Memory. The data is transferred. I use IORD on both memories and read the data to check. But the status code retu...
Altera_Forum
Honored Contributor
13 years agoThat's not one of the error codes enumerated in errno.h, but it's the value from the sgdma status register: bits 2 and 3 are set and this tells you the dma transfer has correctly completed. See page 23-13 of the sgdma controller datasheet for thorough status register information.