How to create many software timer in STM32 using single hardware timer?
I want to create many(20) software timer using single hardware timer of STM32.Timer accuracy in Mili second.Example:Timer = TT1 start > T1 over & T2 start > T2 over &T3 start....> T(n-1) over & Tn start.Sequence of timer or sequential timerTimer...