User Activity

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 ...