Skip to main content
Mohsin
Associate II
July 1, 2024
Solved

Delay using Timer in STM32L073RZT6

  • July 1, 2024
  • 2 replies
  • 813 views

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

This topic has been closed for replies.
Best answer by mƎALLEm

Hello,

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

2 replies

mƎALLEm
mƎALLEmBest answer
ST Technical Moderator
July 1, 2024

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 "Best answer" on the reply which solved your issue or answered your question.
Andrew Neil
Super User
July 1, 2024

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

 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.