When set TROT, the LPIT timer will reload when a rising edge is detected on the selected trigger input.


But the trigger source from FlexTimer are FTMx_INIT_TRIG and FTMx_EXT_TRIG
FTMx_INIT_TRIG: counter initialization trigger
FTMx_EXT_TRIG: channel match trigger
These two trigger source from FlexTimer don’t seem to be suitable for your application.
Writing to MISCTRL1[SW_TRG] generates software trigger to peripherals through TRGMUX.
![MISCTRL1[SW_TRG].png MISCTRL1[SW_TRG].png](https://community.nxp.com/t5/image/serverpage/image-id/163852iF4EDDADE02AA5BC1/image-size/large?v=v2&px=999)
But seems using another FTM may more easier: configure another FTM works as simple timer.
Or using LPTMR, software reset the counter in ISR.
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.
-------------------------------------------------------------------------------