TSI KE15 INDEPENDENT CH CONFIG

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

TSI KE15 INDEPENDENT CH CONFIG

530件の閲覧回数
Macgayver
Contributor I

Hi !

I'm using tsi_v5 and MKE15 uC.

 

Is possible configure hardware parameters for each TSI channel independently ?:

    userConfig->commonConfig.mainClock = kTSI_MainClockSlection_0;

    userConfig->commonConfig.mode = kTSI_SensingModeSlection_Self;

    userConfig->commonConfig.dvolt = kTSI_DvoltOption_2

...   

userConfig->chargeCurrent = kTSI_CurrentMultipleChargeValue_1;

//

or it configs for all TSI Channels the same parameters?

 

my understand is that Init TSI function initializes all TSI channels with same features, can someone confirm ?

 // Initialize the TSI
TSI_InitSelfCapMode(TSI, &userConfig);  

 

tks

0 件の賞賛
返信
1 返信

522件の閲覧回数
gusarambula
NXP TechSupport
NXP TechSupport

Hello Macgayver,

Your assumption is correct, the TSI driver initialization function configures all TSI channels with the same parameters. There are no individual configuration registers to allow each channel to have independent parameters.

I you haven’t read it I would recommend Application Note 3863 (AN3863, link below) which covers recommendations when using touch sensing electrodes.

https://www.nxp.com/docs/en/application-note/AN3863.pdf

I hope that this information helps!

Regards,
Gustavo

0 件の賞賛
返信