Question
Error: L6218E: Undefined symbol " " (referred from tsl_user.o) on STM32CubeF0 Firmware Package
Hi. I am working on stm32f072c8t6 mcu using cubemx and want to develop a touch sensing application. I created a project using CubeMX for this. I would like to include the project library "STM32_TouchSensing_Library", but I encounter many errors. What could be the solution to this problem?
CubeMX_Touch_Test\CubeMX_Touch_Test.axf: Error: L6218E: Undefined symbol TSL_Init (referred from tsl_user.o).
CubeMX_Touch_Test\CubeMX_Touch_Test.axf: Error: L6218E: Undefined symbol TSL_acq_BankConfig (referred from tsl_user.o).
CubeMX_Touch_Test\CubeMX_Touch_Test.axf: Error: L6218E: Undefined symbol TSL_acq_BankGetResult (referred from tsl_user.o).
CubeMX_Touch_Test\CubeMX_Touch_Test.axf: Error: L6218E: Undefined symbol TSL_acq_BankStartAcq (referred from tsl_user.o).
CubeMX_Touch_Test\CubeMX_Touch_Test.axf: Error: L6218E: Undefined symbol TSL_acq_BankWaitEOC (referred from tsl_user.o).
CubeMX_Touch_Test\CubeMX_Touch_Test.axf: Error: L6218E: Undefined symbol TSL_dxs_FirstObj (referred from tsl_user.o).
CubeMX_Touch_Test\CubeMX_Touch_Test.axf: Error: L6218E: Undefined symbol TSL_ecs_Process (referred from tsl_user.o).
CubeMX_Touch_Test\CubeMX_Touch_Test.axf: Error: L6218E: Undefined symbol TSL_obj_GroupInit (referred from tsl_user.o).
CubeMX_Touch_Test\CubeMX_Touch_Test.axf: Error: L6218E: Undefined symbol TSL_obj_GroupProcess (referred from tsl_user.o).
CubeMX_Touch_Test\CubeMX_Touch_Test.axf: Error: L6218E: Undefined symbol TSL_tim_CheckDelay_ms (referred from tsl_user.o).
CubeMX_Touch_Test\CubeMX_Touch_Test.axf: Error: L6218E: Undefined symbol TSL_tkey_CalibrationStateProcess (referred from tsl_user.o).
CubeMX_Touch_Test\CubeMX_Touch_Test.axf: Error: L6218E: Undefined symbol TSL_tkey_DebCalibrationStateProcess (referred from tsl_user.o).
CubeMX_Touch_Test\CubeMX_Touch_Test.axf: Error: L6218E: Undefined symbol TSL_tkey_DebDetectStateProcess (referred from tsl_user.o).
CubeMX_Touch_Test\CubeMX_Touch_Test.axf: Error: L6218E: Undefined symbol TSL_tkey_DebErrorStateProcess (referred from tsl_user.o).
CubeMX_Touch_Test\CubeMX_Touch_Test.axf: Error: L6218E: Undefined symbol TSL_tkey_DebProxDetectStateProcess (referred from tsl_user.o).
CubeMX_Touch_Test\CubeMX_Touch_Test.axf: Error: L6218E: Undefined symbol TSL_tkey_DebProxStateProcess (referred from tsl_user.o).
CubeMX_Touch_Test\CubeMX_Touch_Test.axf: Error: L6218E: Undefined symbol TSL_tkey_DebProxTouchStateProcess (referred from tsl_user.o).
CubeMX_Touch_Test\CubeMX_Touch_Test.axf: Error: L6218E: Undefined symbol TSL_tkey_DebReleaseDetectStateProcess (referred from tsl_user.o).
CubeMX_Touch_Test\CubeMX_Touch_Test.axf: Error: L6218E: Undefined symbol TSL_tkey_DebReleaseProxStateProcess (referred from tsl_user.o).
CubeMX_Touch_Test\CubeMX_Touch_Test.axf: Error: L6218E: Undefined symbol TSL_tkey_DebReleaseTouchStateProcess (referred from tsl_user.o).
CubeMX_Touch_Test\CubeMX_Touch_Test.axf: Error: L6218E: Undefined symbol TSL_tkey_DetectStateProcess (referred from tsl_user.o).
CubeMX_Touch_Test\CubeMX_Touch_Test.axf: Error: L6218E: Undefined symbol TSL_tkey_Init (referred from tsl_user.o).
CubeMX_Touch_Test\CubeMX_Touch_Test.axf: Error: L6218E: Undefined symbol TSL_tkey_Process (referred from tsl_user.o).
CubeMX_Touch_Test\CubeMX_Touch_Test.axf: Error: L6218E: Undefined symbol TSL_tkey_ProxStateProcess (referred from tsl_user.o).
CubeMX_Touch_Test\CubeMX_Touch_Test.axf: Error: L6218E: Undefined symbol TSL_tkey_ReleaseStateProcess (referred from tsl_user.o).
CubeMX_Touch_Test\CubeMX_Touch_Test.axf: Error: L6218E: Undefined symbol TSL_tkey_TouchStateProcess (referred from tsl_user.o).