STM32 delay ms function
Hal_delay function is used for creating ms delay. We can also create software based delays with just for loops. To create accurate and non blocking delays we need to use timer with interrupt.
Hal_delay function is used for creating ms delay. We can also create software based delays with just for loops. To create accurate and non blocking delays we need to use timer with interrupt.