Forum Discussion
a_x_h_75
Contributor
7 years agoThe change demonstrates exactly what I'm referring to. Your software loop takes 4336-1954=2382 clock cycles (of 'clk') to get around once. This is almost entirely down to the printf statement you have.
If you are expecting each printf to show an increment of 1 then you're not implementing something that will do that.
You need to explain what it is you're trying to do or what you're expecting.
Cheers,
Alex