Question
Timing Between Events - Guaranteeing Catching the CNT Register
Posted on October 28, 2013 at 14:02
Using an STM32F407
I am using a timer to capture the time between two TRGI events. It is set to reset every trigger in event. In my current code, the ISR for the TRGI event reads the CNT value to determine this value.This seems like it will be a race condition. Is there a better way to guarantee that I will get this value every time? #trigger #stm32f4 #timer