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 Team,
I want to delay execution by "__delay_cycle" function. But I don't know the mechanism of it. And how long it will be last?
With best regards,
Gaosheng
Hi Qingyun Guo,
According to the MSP430 compiler user guide:
So __delay_cycles(1000) will wait for 1000 MCLKs. You may also want to read through this discussion to get a better idea of some common uses and concerns. Hope that helps.
**Attention** This is a public forum