S32K FTM channels configuration using SDK

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32K FTM channels configuration using SDK

679 Views
thulzh
Contributor III

Hi,

    It seems that the SDK RTM 4.0.2 does not support that some channels of FTMx to be configured as input capture function and some channels of the same FTMx to be configured as output compare at the same time.

    While as the reference manual says, each channel of one FTM module can be configured as input or output seperately.

    How can I do since my project needs the configuration above?

0 Kudos
1 Reply

667 Views
Senlent
NXP TechSupport
NXP TechSupport

Hi@thulzh

  I referred to a previous answer:
       FTM can be used with different settings configuration in the same FTM different channel. The problem here is that the SDK driver ic and oc were made independently, so they cannot coexist with the same FTM module. Ideally speaking, the driver should be able to set a component ic in one channel, and set a component oc with another channel, and be able to identify that it is not the same channel.

 

BR!

     Jim,

0 Kudos