Inaccurate us delay function
Hi,I'm trying to implement a `delay(microseconds)` function on an STM32 F745 running at 216 MHz. I want to keep it dummy and simple without involving interrupts. My strategy is as follows:-Setup TIM2 to run at 1 MHz. Since it has a 32-bit counter it ...