As described in the manual, Tx_OUT0 can be used as SCTimer input.
But what is the Tx_OUT0? Is CTimer's match output or others?
Solved! Go to Solution.
Hi, YanJun,
Thank you for the feedback. If the CTimer is used to counts external clock, and you want to test the external signal clock frequency, you can use the CTimer as a divider, the CTimer outputting clock signal can function as a capture signal for the SCT, with the capture function, the SCT can test the external signal frequency.
BR
XiangJun Rong
Hi, YanJun,
As the following Fig shows, the Tx_OUT0 can be an input signal for the SCT module, the signal can function as capture signal, which can generate event with programmable rising/falling edges, if you enable an interrupt, the event can trigger an interrupt. With the capture function, user can test the width of the signal..
Hope it can help you
BR
XiangJun Rong
Thank you for your reply.
I found the answer from MCUxpresso Config Tools. The Tx_OUT0 is the CTimer's match channel 0 output.
Hi, YanJun,
Thank you for the feedback. If the CTimer is used to counts external clock, and you want to test the external signal clock frequency, you can use the CTimer as a divider, the CTimer outputting clock signal can function as a capture signal for the SCT, with the capture function, the SCT can test the external signal frequency.
BR
XiangJun Rong