Forum Discussion
Altera_Forum
Honored Contributor
15 years agoIf you are trying to check your ADC I'd definitely read a block to an array, then copy that out somehow.
The sprintf() is probably several 100 clocks - if not several 1000, especially if you haven't ensured that everything is compiled with -O2 or -O3. The IORW() itself is probably 2 (depends on the number of wait states in your ADC slave) .