Difference between revisions of "STM32 Touch Sensors"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
== Hardware Example == | == Hardware Example == | ||
− | As part of another project I was using an [[STM32L432]] [[MCU]] | + | As part of another project I was using an [[STM32L432Kx|STM32L432]] [[MCU]] and while doing that design I decided to add 3 touch sensors. |
+ | |||
+ | [[File:Schematic with touch sensors.png|600px]] | ||
== Resources == | == Resources == |
Revision as of 03:40, 28 May 2021
Only some STM32 processors have touch sensor circuitry built in, most noticeable the STM32Lxx series.
Hardware Example
As part of another project I was using an STM32L432 MCU and while doing that design I decided to add 3 touch sensors.
Resources
- Getting started with touch sensing control on STM32 microcontrollers
- Developing applications on STM32Cube with STMTouch touch sensing library
- Tuning a touch sensing application on MCUs
- Design with surface sensors for touch sensing applications on MCUs
- Improve conducted noise robustness for touch sensing applications on MCUs
- Sampling capacitor selection guide for touch sensing applications on MCUs
- ESD considerations for touch sensing applications on MCUs