Tutorial: Kinetis L Series Tutorial - Touch-Sensing with Processor Expert, "undefined reference to `TU1_SetOffSetTicks'"

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

Tutorial: Kinetis L Series Tutorial - Touch-Sensing with Processor Expert, "undefined reference to `TU1_SetOffSetTicks'"

跳至解决方案
1,536 次查看
weslatuchii
Contributor I

in the Tutorial: Kinetis L Series Tutorial - Touch-Sensing with Processor Expert I get an error in the events.c TSS1_fCallBack0 stating: undefined reference to `TU1_SetOffSetTicks' any ideas on a fix. I tried using #include TU1.h.

标签 (1)
0 项奖励
回复
1 解答
1,257 次查看
TICS_Fiona
NXP Employee
NXP Employee

This demo project is developed on earlier CodeWarrior version which includes the FSL compiler. So it will have some problem when build it with gcc in CodeWarrior v10.6.4.

I would like to suggest you to use an example from the TSS library on path: C:\Freescale\Freescale_TSS_3_1\examples\FRDMKLXX_DEMO

This demo software can be downloaded from:

http://www.freescale.com/products/sensors/touch-sensors/freescale-touch-sensing-software:TSS?code=TS...

Here you will find information about how to configure your project in order to include and implement the TSS library.

http://mcuoneclipse.com/2012/09/30/tutorial-touching-the-freedom-kl25z-board/

Fiona Kuang

Technical Information & Commercial Support

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,258 次查看
TICS_Fiona
NXP Employee
NXP Employee

This demo project is developed on earlier CodeWarrior version which includes the FSL compiler. So it will have some problem when build it with gcc in CodeWarrior v10.6.4.

I would like to suggest you to use an example from the TSS library on path: C:\Freescale\Freescale_TSS_3_1\examples\FRDMKLXX_DEMO

This demo software can be downloaded from:

http://www.freescale.com/products/sensors/touch-sensors/freescale-touch-sensing-software:TSS?code=TS...

Here you will find information about how to configure your project in order to include and implement the TSS library.

http://mcuoneclipse.com/2012/09/30/tutorial-touching-the-freedom-kl25z-board/

Fiona Kuang

Technical Information & Commercial Support

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复
1,257 次查看
vfilip
NXP Employee
NXP Employee

Hi,

seems like you are missing TimerUnit_LDD component (driver) in project. You can add it from "Components Library" view.

best regards

Vojtech Filip

0 项奖励
回复
1,257 次查看
weslatuchii
Contributor I

10-12-2015 4-20-50 PM.png

0 项奖励
回复