2017-03-03 06:36 PM
hello. I am luis.
Recently I use stm32f051x touch sensing feature that setup touch sensing with CubeMx(the latest ver.).
but after test touch sensing, I get touch sensing value only '1'.
Searching St community, i have a question.
I setup touch sensing code only using CubeMx provided Hal_tsc .. Do I need add another touch sensing library??
And where I get touch sensing Full example code??
Best regards.
#cubemx #stm32f051x #touch-sensing #touch2017-03-06 02:43 AM
Hi
fynn.luis
,where I get touch sensing Full example code??
An application on how to use the STMTouch driver with 2 touchkey sensors is available under the STM32CUBEF0 firmware package:
STM32Cube_FW_F0_V1.7.0\Projects\STM32091C_EVAL\Applications\TouchSensing
also refer to this link about
-Nesrine-
2017-04-05 01:24 PM
The latest cube software does not install the touch middleware. You can use the cube software to setup the pins and generate the driver init code but you will need to add the middleware manually. Nesrines link in the cube repot is the correct place to find the total source code, but you need to look in C:\Program Files (x86)\STMicroelectronics\STM32F0xx_STMTouch_Lib_V1.1.0\Libraries\STMTouch_Driver dir for the middleware.
2017-09-22 03:41 AM
Is there a simple sample for STM32F051 that only show how to use TSC? I porting it to F051 but it didn't work.
2017-12-17 11:27 AM
Did you manage to get this working?
I've been trying to do the same thing with the F042 but I cant successfully include the library manually in a cubemx generated project