cancel
Showing results for 
Search instead for 
Did you mean: 

A Timer triggering RTC Timestamp periodically ? (is it possible ?)

peplegal
Associate

I'd like to use a general purpose timer to continuously trigger a rtc timestamp (using H533)

Is it possible ?

How to map TRGO signal to Timestamp trigger ?

(No HAL please, LL or direct register setup).

Thanks in advance.

1 ACCEPTED SOLUTION

Accepted Solutions
mƎALLEm
ST Employee

Hello,

It's not possible to directly use a general purpose timer to continuously trigger an RTC timestamp event through internal routing. The RTC timestamp can only be triggered by an event on the timestamp pin, a tamper event, or a switch to VBAT mode. If you require timer-based triggering, you may need to externally connect a timer output to the RTC timestamp pin.

From DS14539:

screenshot.png.

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

View solution in original post

1 REPLY 1
mƎALLEm
ST Employee

Hello,

It's not possible to directly use a general purpose timer to continuously trigger an RTC timestamp event through internal routing. The RTC timestamp can only be triggered by an event on the timestamp pin, a tamper event, or a switch to VBAT mode. If you require timer-based triggering, you may need to externally connect a timer output to the RTC timestamp pin.

From DS14539:

screenshot.png.

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.