Electronic – ESD SPI/ISP bus protection

digital-logicesdispprotectionspi

I am designing a board based on the Atmega328P microcontroller. For this controller there is an ISP connector for programming.
This connector has the following pins: MOSI / MISO / RST / SCK.

There is a task to protect this tire from electrostatic discharges.

To protect IO / I2C / UART, I use NUP4114.

Scheme:

enter image description here

enter image description here

It is designed to protect several IOs simultaneously.

Question: Is using the NUP4144 in the circuit above suitable for ISP / SPI line?

Best Answer

The NUP4114 has very low capacitance, in the 0.3pf range. It also shows that the NUP4114 working on differential lines at 500Mhz. Since SPI, I2C and Uarts don't operate at this speed, it's safe to say that the NUP4114 would not affect signals under 100MHz and would be fine for what you described.

The GPIO capacitance of most microprocessors is much higher, usually 10x higher, so I wouldn't worry about adding this part to digital lines of low speed (under 50MHz).