2020-01-15 02:20 PM
Hi,
I'm wondering what the purpose of the series resistor (Rs) is for touchkey applications. I have found in documentation and presentations that it is for extra ESD immunity, but can someone be more precise?
Thanks,
CT
2020-01-15 05:54 PM
The touch input is inherently exposed to the outside world, unlike the onboard pin interfaces like QSPI,
being exposed externally like that, the pin can be hit by a high energy ESD spike.
if you have a 10k resistor in series, then the energy cannot get into the pin input.
exactly, the pin diodes push a high voltage ( > 3V3 ) to the Vdd rail and any negative voltage to the ground rail
if the spike is 1000V eventually you will kill these diodes and then after a few more hits, kill the pin input.
The theory is to block the high voltage energy so the pin diodes can absorb the spike completely without damage.
then the pin input remains protected indefinitely.
generally 1k or 10k in series is enough to protect the protection diodes.
2020-01-16 07:10 AM