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,539件の閲覧回数
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,260件の閲覧回数
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,261件の閲覧回数
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,260件の閲覧回数
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,260件の閲覧回数
weslatuchii
Contributor I

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

0 件の賞賛
返信