Question
Use systick as a timer and read timer value
i am new in stm32 . i am using stm32lo31 series nucleo board . i want to read push button press timing so i am using polling method to detect read button press event. then i want time between press event to release. how can i configure systick to read time between that .i tried so many online questions and answers but i can't find proper answer in detail in HAL library.
