Hi TI,
I'm using your TMS320F28335 MCU.I meet a problem that how should I do to produce a precise time delay under the circumstance where the timer isn't used?
Best regards,
Frank
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.
Hi TI,
I'm using your TMS320F28335 MCU.I meet a problem that how should I do to produce a precise time delay under the circumstance where the timer isn't used?
Best regards,
Frank
Hello, Frank
How long delay do you want to achieve? How precise should it be?
There is a function "DELAY_US()" in TI examples - it can give you delay in microseconds.
You can also set your own function consisting of "nop" operations.
Why can't you use a timer for a delay though?