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.

MSPM0G3507: How to use events to latch timer input capture samples?

Part Number: MSPM0G3507
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

Hi,

I have timer 12 configured for input capture from an external pin (PA31) through sysconfig.  The external pin carries a pulse train.  With help from a TI rep I found that the timer samples are storing into register CC_01[1] register.  Now I'd like to make use of the MSPM0 event feature; I wish to change the trigger source to an event.  To do this I tried the following: In sysconfig I configured a new pin (PA31) as an input and assigned the trigger polarity and publishing channel.  I modified the timer-capture element to trigger on an event, subscribe to the GPIO event, and select SubscriberPort0.  These changes aren't sufficient to reconfigure to event triggering.  The timer ISR is no longer called for capture input samples.  Can you help me work through the remaining changes needed?