cancel
Showing results for 
Search instead for 
Did you mean: 

Delay using Timer in STM32L073RZT6

Mohsin
Associate II

How do we configure the STM32L073RZT6 to produce a 1-second delay using Timer3 without using HAL libraries? Please help me understand the calculations involved, along with which registers need to be configured

2 REPLIES 2
SofLit
ST Employee

Hello,

Please refer to the AN4013 "Introduction to timers for STM32 MCU", especially the section 2.2 Time base generator

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.
Andrew Neil
Evangelist III

You could look at the HAL libraries and see what they do - including what registers they configure.