Resolved! Again Microsecond timer on STM32C011F6U6
Hi,I tried to reach 1us delay. To do that I use a timer on 1MHz and try to reach more or less precision delay. void delayMicro(uint16_t delayMc) { __HAL_TIM_SET_COUNTER(&htim16,0); // set the counter value a 0 while (__HAL_TIM_GET_COUNTER(&h...