Have exactly same issue when need precise timing in us for SPI communications in RTOS (STM32H743 + HAL). have this timDelay_us function in timer 1 but still cant get it working. void timDelay_us(uint16_t us){
uint16_t entryPoint = __HAL_TIM_GET_CO...