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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
750 Views
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.

Labels (1)
0 Kudos
1 Solution
471 Views
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!

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

View solution in original post

0 Kudos
3 Replies
472 Views
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 Kudos
471 Views
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 Kudos
471 Views
weslatuchii
Contributor I

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

0 Kudos