8

I am using a microcontroller (PIC32) with a USB interface. The USB interface will be often exposed to human body ESD discharges. Should I protect against these, and if so, how?

Thomas O
  • 31,546
  • 57
  • 182
  • 320

2 Answers2

4

USB pins need protection from ESD. Here is one solution using TVS devices.

Leon Heller
  • 38,774
  • 2
  • 60
  • 96
  • The old link is dead, the new link is [here](https://www.semtech.com/uploads/documents/protecting_usb_ports_from_esd_damage.pdf). (same website) – Unknown123 Apr 02 '19 at 16:21
1

I have found this to be a good article that explains ESD protection: System-Level ESD/EMI Protection Guide

potato_in_my_ear
  • 317
  • 2
  • 3
  • 11
Kellenjb
  • 17,509
  • 5
  • 51
  • 87
  • The above link had moved to this one: [ESD Protection TI](http://www.ti.com/lit/sg/sszt035/sszt035.pdf) – john Jun 02 '17 at 00:39