2024-07-01 02:16 AM - last edited on 2024-09-24 05:24 AM by Amel NASRI
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
2024-07-01 07:42 AM
Hello,
Please refer to the AN4013 "Introduction to timers for STM32 MCU", especially the section 2.2 Time base generator
2024-07-01 07:51 AM
You could look at the HAL libraries and see what they do - including what registers they configure.