2020-08-22 11:42 PM
2020-08-23 02:50 AM
RTC does not have hardware to start or do any other internal state change upon external triggers.
JW
2020-08-23 12:48 AM
What is "one shot function"?
JW
2020-08-23 02:36 AM
I want to create similar function to LPTIM One shot mode
that external pulse trigger (very short) cause one output pulse (width of 1 second)
2020-08-23 02:50 AM
RTC does not have hardware to start or do any other internal state change upon external triggers.
JW
2020-08-23 03:02 AM
We can't used EXTI to activate RTC down counter?
2020-08-23 04:06 AM
Yes you can, if you don't care about the latency/jitter this involves. In the interrupt, you can of course set RTC to whatever you want.
I don't know what do you mean by "RTC down counter" - the wakeup facility.
JW
2020-08-23 04:13 AM
Thanks