Forum Discussion
Altera_Forum
Honored Contributor
12 years agoI had a look at our old code and in fact we did the endian conversion in software. Indeed the SGDMA can't be directly configured to process 32-bit words and only works with bytes. You will either have to work with big endian values in software, or add you own custom stream component that will shift the bytes around to get 32-bit values as they are seen by the CPU.