Using Debug and all TSI channels ?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Using Debug and all TSI channels ?

跳至解决方案
868 次查看
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

标签 (1)
0 项奖励
回复
1 解答
751 次查看
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 项奖励
回复
3 回复数
751 次查看
yd_sersa
Contributor I

Hello,

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

Regards,

Y.D

0 项奖励
回复
751 次查看
Monica
Senior Contributor III

Y.D,

How is the project going?

Keep us posted! :smileywink:

0 项奖励
回复
752 次查看
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 项奖励
回复