Skip to main content
Explorer
July 1, 2024
Solved

Delay using Timer in STM32L073RZT6

  • July 1, 2024
  • 2 replies
  • 783 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ƎALLEmAnswer
    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

    Super User
    July 1, 2024

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