using STM32L0538, is it possible to make SysTick_Handler count in microseconds not in milliseconds and if it is, where to start?
I'm writing some code with PWM and I'm using very high number of periods in short time causing my LED's to dim very choppy. I think it's not working properly because timer is to fast and counting in milliseconds and I need it to count in microseconds...