Hi
If you don't want the FTM timer to overflow frequently, you can change the FlexTimer pre-scaler factor selection for the clock source so that its period is greater than 10us.
FTM_GetDefaultConfig select the default prescale = kFTM_Prescale_Divide_1;

I think you can refer to the frdmkv11z_ftm_dual_edge_capture example in MCUXpresso SDK. It will show you how to handle FTM timer overflow when dual edge capture is used to measure pulse width.

Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------