2012-11-02 02:09 PM
Hello, exist any example or free project for Touch sensing controller ?
2016-12-12 03:35 AM
Hello,
I recommend to look inside the STM32Cube_F0 package
The STM32F072-Discovery has a slider
STM32072B_EVAL and
STM32091C_EVAL boards have 2 keys.
Inside the package, you will find examples for those configurations the following directories:
Projects\STM32F072B-Discovery\Applications\TouchSensing (slider)
Projects\STM32072B_EVAL\Applications\TouchSensing (2keys)
Projects\STM32091C_EVAL\Applications\TouchSensing
(2keys)
Best regards,
Max