2019-04-26 03:09 AM
Hi,
I was searching for example code for Touch Sensing for STM32L476RG but was unable to find it in the example package STMCubeL4. All I found was a library for touch sensing, but the link attached says that there is an example code for touch sensing -
TSC_ BasicAcquisition_ Interrupt. Where can I find the example program and if there are any other example programs related to touch sensing, where can I find them?
2019-04-30 02:26 AM
Hi @Community member ,
There are TouchSensing examples in STM32CubeL4 package. They are located under the following folders:
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2019-05-05 11:05 PM
Thanks @Amel NASRI . But can the same program be ported for STM32L476RG nucleo board?
2019-05-07 01:29 AM
Hello,
From firmware point of view, it should be possible to port STM32Cube_FW_L4_V1.14.0\Projects\STM32L476G-EVAL\Applications\TouchSensing to your board.
You need to pay attention to BSP components (board specific), then to check required hardware for touch sensing.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2019-05-20 02:51 AM
Is there any TSC example code for STM32L476RG or document which I can follow to tailor the code given for STM32L476G-EVAL for my board(STM32L476RG-NUCLEO) ?