embed

STM32 HAL_Delay() blocks an interrupt I need running — alternative?

asked by maker· 1 views
22

Need a non-blocking delay that doesn't eat the timer I'm using elsewhere. Looking for the cleanest pattern.

stm32halinterrupts

1 Answer

3

Great question — start by isolating the variable: swap one thing at a time and re-test. Post your wiring and the exact error and we can narrow it down.

Your answer

Sign in to post an answer.