How to generate a delay function with a 1 micro second resolution, without affecting the existing HAL_Delay 1 millisecond resolution function.
I'm using a STM32F429ZI Nucleo-144, and need a counter/delay function with 1 microsecond resolution, but want to keep the HAL_Delay function at 1 millisecond resolution for other uses.I'm looking at potentially reconfiguring the SysTick interrupt to ...