Hi, I’m seeing an issue with MISO high voltage. The MISO is measured at 1.45V (1.8V is the intended design). The MISO is connected to a level translator that translates 3.3V to 1.8V. The MISO on the 3.3V side shows the correct waveform. And all other SPI lines are correct at 1.8V. What can be causing this pull down by Jetson during the active state?
The scope capture shows the 1.45V abnormal waveform (top) and the 3.3V side of the level translator (bottom).
Hi Trumany, thanks for the doc. My connection to the 40pin header is correct since I have the correct SPI communication. The concern is not about the functionality. It’s a voltage margin issue where 1.45V is closed to the logic1 minimum voltage requirement. I’m using TXB0108 as level translator between my MCU (3.3V) and Jetson (1.8V). I’m connecting to Jetson’s SPI0 SPI interface. Should I be using SPI1 interface? Also Is TXB0108 the recommended part for level translation with Jetson?
From the scope capture, it looks like there’s an internal pull-down at Jetson’s MISO (pin93). Can you confirm if that’s the case? Here’s the scope capture with the issue highlighted:
In addition to the pull-down behavior, another question is why it pulls to 1.4V? TXB0108 has a 4kohm output resistance so Jetson has a 14kohm pull down at the MISO pin. I was able to confirm the 14kohm pull-down with a measurement. Is this expected? Can you share the SW setting to fix this?