This provides lp ticker implementation for F4 devices. It is implemented on top of TIM2 general timer, RTC will come as replacement of this timer as we agreed.
Note - I was not able to find a timer which is not used by PWM, therefore we might want to disable TIM2 channels in pwm until RTC implementation for lp timer comes in.
This provides lp ticker implementation for F4 devices. It is implemented on top of TIM2 general timer, RTC will come as replacement of this timer as we agreed.
Note - I was not able to find a timer which is not used by PWM, therefore we might want to disable TIM2 channels in pwm until RTC implementation for lp timer comes in.
I tested this with minar platform mbed.
@bremoran @bogdanm