Dear all,
I am using TMS570LS1227 on CCS v6.1 (arm compiler 5.2.2).
As my know, the latest versiion of compiler(5.2.2) has supported _delay_cycles().
Could you explain what is the meaning of the number?
For example, if I use _delay_cycles(1000), what is its unit? 1000s? 1000 cpu clock?
Also, I had test the performance of _delay_cycles by RTI.
The _delay_cycles(1000) spend about 1.97 * 10^-5
The _delay_cycles(100000) spend about 1.94 * 10^-3
Thanks a lot