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