Altera_Forum
Honored Contributor
15 years agousing printf to print alt_u32 data
Hello,
I am trying print the result from a FFT calculation using DMA. However, I am not sure how to use printf to accomplish that. I suspect tha it would look something like this: alt_u32 test = 1; printf("%alt_u32", test); But I am not sure how printf would handle the 32 bit data. I also read somewhere that it may be better to just print the data byte by byte. I just want to verify that the FFT component is actually calculating the data corectly Any suggestions?