Altera_Forum
Honored Contributor
12 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 returned is 'c' in hex. i.e. 12. which shows "#define ENOMEM 12 /* Not enough core */" in errorno.h Any idea what that is and how I can make sure the transactions are correct. Also, any idea how I can measure the throughput of the system? I run performance counter and check. Would it be a good idea to run the counters again and again? or should one counter suffice? Thanks Zubair