F411 timer1 __HAL_TIM_GET_COUNTER always return 0.
I have an F411 PCB board, for which I want to use timer 1 to generate micro-second delay.This is the init code:static void MX_TIM1_Init(void) { /* USER CODE BEGIN TIM1_Init 0 */ /* USER CODE END TIM1_Init 0 */ TIM_ClockConfigTypeDef sCloc...