Resolved! WHILE LOOP PROBLEM FOR MICRO SECONDS WITH TIMER ??
Posted on June 16, 2018 at 22:25Hi friends,The while loop does not work in the following function. Why could it be?For STM32F407VG;void US_BEKLE(uint16_t us){ uint16_t baslangic = (uint16_t)__HAL_TIM_GET_COUNTER(&htim1);while(((uint16_t)__HAL_TIM_GE...