Chain two timers
hi friends, I try chain of 2 timers on STM32L053. From 2 16 bit timers I would like to create one 32bit timer.My init is here.void CLOCK__TIM21_Init(uint16_t Prescaler) { //initialize tim21 as master //enable clock to tim21 LL_APB2_GRP1...