Where is "Human Interface" in PE?

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

Where is "Human Interface" in PE?

2,263 次查看
rabbit
Contributor III


I try to add "Touch Sense Input" for my MK60D512D512VLQ10 (LQFP144pins)  input my project by PE, but I can't find the component from the "component Library" in PE.

When I highlight my project, in the "Logical Device drivers" there is no "Human Interface", my MCU is K60D512D512VLQ10 (LQFP144pins), I'm sure that There are TSI for this MCU,

All the PE examples in "C:\Freescale\CW MCU v10.4\MCU\CodeWarrior_Examples\Processor_Expert\Kinetis\TWR-K60N512\" have the "Human Interface" in the "component Library", the MCU is MK60D512D512ZVMD10 (BGA144pins).

How can I add the TSI into my project?

Regards

Sam

0 项奖励
回复
5 回复数

2,086 次查看
vfilip
NXP Employee
NXP Employee

Hello,

you should use TSS_Libray component. I think it is part of the installation from CW V10.3. In case you use some older verison it must be imported from web.

Best regards

Vojtech Filip

Processor Expert Support Team

2,086 次查看
rabbit
Contributor III

WithOut_HumanInterface.bmpWith_HumanInterface.bmpCW10.2 and CW10.4 get installed in my PC.

I check with my CW10.2 project, there is "Human Interface" in the "component Library", the MCU is MK60DX256ZVLL10 (LQFP100).

In the CW10.2 PE example project PWM, there is "Human Interface" in the "component Library", the MCU is MK60DX256ZVMD10 (BGA144).

I my CW10.4, I create two project:

K60TowerTest,  with "Human Interface", the MCU is MK60D512D512ZVMD10.

SecuriHubTest, without "Human Interface", the MCU is K60D512D512VLQ10.

Maybe something wrong with PE for K60D512D512VLQ10???

Regards

Sam

0 项奖励
回复

2,086 次查看
vfilip
NXP Employee
NXP Employee

Hello,

could you please update the pictures in your post? They have aprox. 2MB. I would recommend to transfrom them into *.png.

Anyway, please find attached screen-shot of path into TSS_Library in Component Library View.

To add it into project just double click on it in Component Library. It will be added into focused project after performing this action.

Best regards

Vojtech Filip

Processor Expert Support Team

0 项奖励
回复

2,086 次查看
rabbit
Contributor III

Hello,

Is the TSS_Library as I attached? It seems working.

But why no "Human Interface" in the "Logical Device Drivers" folder if I choose MK60DN512VLQ10?

Regards

Sam

0 项奖励
回复

2,086 次查看
santiago_gonzal
NXP Employee
NXP Employee

Hello Rabbit,

The reason is probably that you are comparing two MCUs with different silicon version. Have a look at the lack of "Z" in the MK60DN512VLQ10 partnumber.

This means that the TSI module is slightly different, and maybe the Rev 2.x of silicon is still not supported by the "Human interface" component

Anyway, if you want to use the Human interface component, you can generate the code, and then adapt it using the AN 4445, which specifies the differences between the TSI peripherals of both silicon revisions.

http://www.freescale.com/files/32bit/doc/app_note/AN4445.pdf

0 项奖励
回复