Skip to main content
Visitor II
April 10, 2024
Question

TCS peripheral

  • April 10, 2024
  • 1 reply
  • 894 views

Hello,
I have custom board with STM32F301R8T6 and connected 4 channel slider sensor. I want to copy an example present in STM32CubeIde called TouchSensing_Linear. There in the configuration files such as tls_user.c, tls_user.h are includes for tls.h and tsl_acq_tsc.h, i suppose are library files for STM32_TouchSensing_Library. When i copy the code into my existing project, there is unresolved inclusion
My question is, how do i include the whole STM32_TouchSensing_Library in my project so all inclusions are resolved. Also, if I have to copy it from the example, where do I put it? In the Inc folder (which is on the same level as Src)? The library I found in the examle project has only tls.c files without the headers, or I found out so far, will it be a problem?
Thanks for answers,
Lost engineering student

    This topic has been closed for replies.

    1 reply

    Visitor II
    April 10, 2024

    solved