HOW TO generate systemtick Timer interrupt for exactly 1 sec

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

hi,

              i want to generate the systick timer interrupt for 1 sec delay.Which is used for RTC_update()   ,

please help me to resolve the issue.

Thanks in advance

0 Likes
1 Solution
9 Replies
Anonymous
Not applicable

Setup a WDT timer to interrupt at 1 second; Set the interrupt to call the RTC_Update().

Here's a WDT interrupt example: http://www.cypress.com/file/193966/download

Anonymous
Not applicable

Hi,

Thanks for ur reply

But i want system tick timer interrupt.

0 Likes
Anonymous
Not applicable
0 Likes

Where is sources of WDT interrupt example document ?

0 Likes

this is same link to PDF. I ask project sources...

0 Likes

How to start/stop WDT ?

0 Likes