How do I use timer 7 on an STM32L433 to time an event?
I am trying to use timer7 to give me the number of counts when an event occurs. I could not get this to work, and wrote some test code to show the issue.This test code should set the initial count to zero, then fill an array with 10 timer values as ...