Hi Earl,
Apparently, i have done the same configuration options that you have but i don't get it to work. I am using KDS3.0.
Here is the bean i have selected.
![]()

Of the following, i'm only edit de configuration and initialization options as shown.


Then in "Components_Init" function, the PEX creates these functions:
/*! flexTimer1 Auto initialization start */
FTM_DRV_Init(FSL_FLEXTIMER1,&flexTimer1_InitConfig0);
FTM_DRV_SetClock(FSL_FLEXTIMER1, kClock_source_FTM_SystemClk, kFtmDividedBy1);
FTM_DRV_PwmStart(FSL_FLEXTIMER1,&flexTimer1_ChnConfig0,0U);
FTM_DRV_SetTimeOverflowIntCmd(FSL_FLEXTIMER1,false);
FTM_DRV_SetFaultIntCmd(FSL_FLEXTIMER1,false);
/*! flexTimer1 Auto initialization end */
What else shall i do, in order to make the FTM works?
Any help will be apreciated
Thanks and best regards.