Posted on May 30, 2018 at 13:09Hi!I need time-delayed interrupt using TIM1 in my STM8S105K4 project in IAR free IDETIM2 & TIM3 already in use.void SetupTimer1(){ #define TIM1_PRESCALER 16000L// once 1 msec TIM1_PSCRH = (unsigned char)(TIM1_PRESCAL...