@tobitobi
您还能告诉我们有关此数字信号的更多信息吗?
它是一个非常低速的信号(例如人类按下开关),还是中速信号(例如SPI总线),还是高速信号(例如HDMI)?
是推挽(例如SPI),漏极开路(例如I2C,开关取决于布局)还是差分(HDMI)?
Pmod端口适用于中低速信号(它们不是真正用于处理高速信号)。
每个引脚提供3.3V和GND引脚,I / O为3.3V(不耐5V - 从Arduino或AVR施加5V会损坏FPGA)。
对于大多数通用I / O,LVCMOS33 I / O标准可能是一个不错的选择(因为您可能不太关心精确的电压阈值)。
以上来自于谷歌翻译
以下为原文
@tobitobi
What more can you tell us about this digital signal? Is it a very low-speed signal (eg. a human pressing a switch), or a medium-speed one (eg. an SPI bus), or a high-speed one (eg. HDMI)? Is it push-pull (eg. SPI), open-drain (eg. I2C, switches depending on layout), or differential (HDMI)?
The Pmod ports are fine for low to medium speed signals (they're not really built to handle high-speed). Each one provides 3.3V and GND pins, and the I/O is 3.3V (it is
not 5V tolerant - applying 5V from an Arduino or an AVR will damage the FPGA). For most general-purpose I/O, the LVCMOS33 I/O standard is likely to be a good bet (since you probably don't care too much about exact voltage thresholds).
@tobitobi
您还能告诉我们有关此数字信号的更多信息吗?
它是一个非常低速的信号(例如人类按下开关),还是中速信号(例如SPI总线),还是高速信号(例如HDMI)?
是推挽(例如SPI),漏极开路(例如I2C,开关取决于布局)还是差分(HDMI)?
Pmod端口适用于中低速信号(它们不是真正用于处理高速信号)。
每个引脚提供3.3V和GND引脚,I / O为3.3V(不耐5V - 从Arduino或AVR施加5V会损坏FPGA)。
对于大多数通用I / O,LVCMOS33 I / O标准可能是一个不错的选择(因为您可能不太关心精确的电压阈值)。
以上来自于谷歌翻译
以下为原文
@tobitobi
What more can you tell us about this digital signal? Is it a very low-speed signal (eg. a human pressing a switch), or a medium-speed one (eg. an SPI bus), or a high-speed one (eg. HDMI)? Is it push-pull (eg. SPI), open-drain (eg. I2C, switches depending on layout), or differential (HDMI)?
The Pmod ports are fine for low to medium speed signals (they're not really built to handle high-speed). Each one provides 3.3V and GND pins, and the I/O is 3.3V (it is
not 5V tolerant - applying 5V from an Arduino or an AVR will damage the FPGA). For most general-purpose I/O, the LVCMOS33 I/O standard is likely to be a good bet (since you probably don't care too much about exact voltage thresholds).
举报