Using Debug and all TSI channels ?

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

Using Debug and all TSI channels ?

Jump to solution
631 Views
yd_sersa
Contributor I

Hello,

For a new project, I need to use 16 capacitive's keys and I want to use a KL25Z. But I've seen that SWD pins and TSI channel are mux. Is there a way to debug this microcontroller with all TSI channels active ?

Regards,

Y.D

Labels (1)
0 Kudos
1 Solution
514 Views
adriansc
Contributor IV

Hi,

Unfortunately SWD Interface is fixed to pins PTA0 and PTA3. There is no way to debug and use TSI pins (PTA0 and PTA3) at the same time.

This is because:

  • PTA0 can be TSI0_CH1 and also SWD_CLK. This depends of MUX field configuration. SWD_CLK is used to perform debug.
  • PTA3 can be TSI0_CH4 and also SWD_DIO. The last one is used to perform debug.

Hope this helps.

View solution in original post

0 Kudos
3 Replies
514 Views
yd_sersa
Contributor I

Hello,

I've no other choice, in debug I'll use only 14 capacitive keys.

Regards,

Y.D

0 Kudos
514 Views
Monica
Senior Contributor III

Y.D,

How is the project going?

Keep us posted! :smileywink:

0 Kudos
515 Views
adriansc
Contributor IV

Hi,

Unfortunately SWD Interface is fixed to pins PTA0 and PTA3. There is no way to debug and use TSI pins (PTA0 and PTA3) at the same time.

This is because:

  • PTA0 can be TSI0_CH1 and also SWD_CLK. This depends of MUX field configuration. SWD_CLK is used to perform debug.
  • PTA3 can be TSI0_CH4 and also SWD_DIO. The last one is used to perform debug.

Hope this helps.

0 Kudos