This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
I wanted to ask if there is an easy way to connect the comparator with a timer so that whenever there is a rising edge on comparator's output, a capture event on a timer is triggered and saves the timestamp of the comparator's event.
For instance, the first rising edge occurs and it triggers a capture event that stores the counter's counter value to a capture channel which then I read from and store it to a local variable. The next rising edge triggers yet another capture event that stores the counter's counter value which I read to a local variable. Then I could subtract the two values and find out the time it took for the second rising edge to occur relative to the first one.
I found this example but not sure if there is a better way
Thanks Calex
Hi Calex,
Set your Timer for Period capture (the TRM will tell you how to set the registers), then use the comparator as the input to the capture (you can use the comp_dac_timer_event to see how to interface the comparator with timer).
Regards,
Luke
Hi Calux,
I will try to build some example and update here soon.
Thanks!
Best Regards
Johnson
Hi Calex,
Attach some example code and notes as your reference.
Every edge will latch timer counter value to CC register, then you can ready those value in interrupt route.
Thanks!
MSPM0G3107 Multi-channel Capture Summary.pdf TIMA0_capture_4_channel_signals.zip
Best Regards
Johnson