5 years, 7 months ago.

wait_(nn) and interrupts Question

I use the wait_(nn) function quite a lot.

My question is: if I disable interrupts, will it interfere with this function? Does this function use a timer interrupt?

Example

code . . .

disable_irq();

wait_ms(100);

code

enable_irq();

code

Be the first to answer this question.