Timer for generating 1us tick
I'm using STM32F108RG on 48MHz clock configuration.I need to generate a 1 micrososeconds timer tick on it, for driving an output pin interfaced with a 3rd party device. Using PWM is not an option available.I tried configuring TIM3 with following para...