Timer implementation in stm32f205vet6
I am using stm32F205vet6 , I want to use multiple timers and work, But if I use multiple timers the code will be huge as every timer need internalization is there any alternative I can use timers with minimal code
I have also tried the hw_rtc.c file and timerServer.c file implementation ,In that scenario stm32f205vet6 has no sub seconds option I have hw_rtc.c file with subseconds so I cant able to use that method
Please help me solve this issue.