Delay function using __WFI()
Posted on April 26, 2015 at 17:04Hello, I have seen and implemented timer based delay function either based on TIM or systick, and they rely on a variable being inc/dec by the ISR till it satisfies a certain condition inside the Delay loop which all...