How to achieve 1ms resolution (subsecond) from the RTC on stm32L476 MCU.
I have a LSE with a freq of 32.768KHz. The cube generated code uses values for AsynchPrediv = 127;SynchPrediv = 255;These values give around ~4ms resolution. Is it possible to get to ~1ms resolution?Thanks