Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20644 Discussions

FPGA to microcontroller interface short circuit protection

lutzek
New Contributor I
688 Views

Hello,

In my design I have microcontroller and MAX10. I have SPI and USART between these two. What is a good practice to protect these two circuits in case of mistake in pin configuration during writing software? 

I cannot add high resistance due to parasitics (At least on SPI). I am thinking about buffer, but I do not have much room on the board. I think I can add resistors on USART since it will be low frequency.

In general, is a protection a common solution on the development boards or just designer should be careful?

Best regards

0 Kudos
3 Replies
ak6dn
Valued Contributor III
664 Views

If you have control of what parts are attached on each I/O line adding any kind of 'protection' is really not necessary.

 

That being said, I have several commercial FPGA development boards that have FPGA I/O pins that attach to user connectors.

Some of these boards have just a series resistor in the range of 22 to 47 ohms.

Others also have diode clamps to VCC and GND on each I/O line.

If you can't control what is connected this extra circuitry helps a bit (but it is not foolproof).

lutzek
New Contributor I
659 Views

Thank you for your answer. In general what I mean is like connection between FPGA and Microcontroller. I suppose, that if both are push-pull, both configured (by accident) as outputs, first is high, second is low - that might be not fun for both of these ICs.

0 Kudos
EricMunYew_C_Intel
Moderator
648 Views

Before you interfacing between your FPGA and microcontroller, you have to make sure that the input of one is connected to the output of another. And you can't connect two inputs or two outputs together.



0 Kudos
Reply