cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a possibility to implement one shot function using RTC module (STM32L011)

EKore.1
Associate II
 
This discussion is locked. Please start a new topic to ask your question.
1 ACCEPTED SOLUTION

Accepted Solutions
waclawek.jan
Super User

RTC does not have hardware to start or do any other internal state change upon external triggers.

JW

View solution in original post

6 REPLIES 6
waclawek.jan
Super User

What is "one shot function"?

JW

EKore.1
Associate II

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)

waclawek.jan
Super User

RTC does not have hardware to start or do any other internal state change upon external triggers.

JW

EKore.1
Associate II

We can't used EXTI to activate RTC down counter?

waclawek.jan
Super User

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

EKore.1
Associate II

Thanks