delay function with timer interrupt
Posted on April 25, 2018 at 16:03 Hey Guys, I don't know what I am doing wrong here and really would appreciate some help: I created a function called void DELAY_1_5us(uint16_t period) { delay = true; __HAL_TIM_SET_AUTORELOAD(&htim7, per...