Tool/software: Code Composer Studio
Hi there,
I'm running an application with a 100MHz system clock.
What is the best way to implement a "wait nano seconds" function?
Thank you
Regards
Stefano
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hi there,
I'm running an application with a 100MHz system clock.
What is the best way to implement a "wait nano seconds" function?
Thank you
Regards
Stefano
I did implement an asm NOP function, but I'm not sure about the actual executon time.
Is there a way to see with the emulator how many clock cycle an instruction uses?
I configured the sysclk to 100MHz, that give a 10ns clock period.
My question could also be:
if I want to manually generate a clock by setting HIGH and LOW a GPIO, how can I do it if the desidered frequency is lower then 1us?