Cannot use PE TSI component with S08PT60

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

Cannot use PE TSI component with S08PT60

跳至解决方案
1,197 次查看
quevedo
Contributor V

I want to write an application for the demo board TWR-208DC-PT60, which features a S08PT60VLH microcontroller. This board has one touch electrode, connected to one of the TSI-enabled pins of the controller. I have made all updates to Processor Expert, and also loaded the service packs for all S08Px series. However, when I try to use PE TSI component, the Component inspector tells me that this device has not TSI capability.

 

What could be going wrong?

 

Thanks in advance

0 项奖励
1 解答
933 次查看
ProcessorExpert
Senior Contributor III

Hello,

 

in case you want only initialization code it should be possible to use Init_TSI component, in case you want additional sw layer you should use TSS_Library component.

 

However the TSS_Library component is not delivered within the product by default and it must be additionaly downloaded from web.

 

link:

www.freescale.com/tss

 

best regards
Vojtech Filip
Processor Expert Support Team

在原帖中查看解决方案

0 项奖励
3 回复数
934 次查看
ProcessorExpert
Senior Contributor III

Hello,

 

in case you want only initialization code it should be possible to use Init_TSI component, in case you want additional sw layer you should use TSS_Library component.

 

However the TSS_Library component is not delivered within the product by default and it must be additionaly downloaded from web.

 

link:

www.freescale.com/tss

 

best regards
Vojtech Filip
Processor Expert Support Team

0 项奖励
933 次查看
quevedo
Contributor V

Thanks for the enlightment. I have checked on the TSS Suite. I just wonder if it only comprises the "software enabled" version for most microcontrollers, or if it takes into account the hardware TSI module of S08PT series.

0 项奖励
933 次查看
ProcessorExpert
Senior Contributor III

Hello,

 

on PT family is encapsulated hardware TSI module, on the former S08, where was not TSI module, TSS can work with KBI, GPIO, FTM, TPM...

 

best regards
Vojtech Filip
Processor Expert Support Team