Xavier/Interfaces/I2C: Difference between revisions

From RidgeRun Developer Wiki
(Created page with "<noinclude> {{Xavier/Head}} </noinclude> The SoC has nine I2C controllers. Jetson Xavier brings eight of the I2C interfaces out. =Features= ==I2C Slave== {| class="wikitable"...")
 
No edit summary
Line 20: Line 20:
|-
|-
| Clock stretching  || Clock line stretching
| Clock stretching  || Clock line stretching
|}
=Jetson Xavier I2C Pin Descriptions=
{| class="wikitable"
|-
! Pin # !! Jetson Xavier Pin Name !! SoC Signal !! Usage/Description !! Usage on the Nvidia Carrier Board !! Direction !! Pin Type
|-
| K5 || 2C1_CLK || GEN1_I2C_SCL || General I2C 1 Clock || ID EEPROM || Bidir || Open-Drain – 1.8V
|}
|}
<noinclude>
<noinclude>
{{Xavier/Foot|<Replace with "previous" page>|<Replace with "next" page>}}
{{Xavier/Foot|<Replace with "previous" page>|<Replace with "next" page>}}
</noinclude>
</noinclude>

Revision as of 15:26, 17 October 2018




  Index  




The SoC has nine I2C controllers. Jetson Xavier brings eight of the I2C interfaces out.

Features

I2C Slave

Feature Notes
Normal/Byte mode I2C controller configuration on byte mode
FIFO mode I2C controller configuration on FIFO mode
7-bit addressing
10-bit addressing
Repeat start Repeat start on transfer of data
Clock stretching Clock line stretching

Jetson Xavier I2C Pin Descriptions

Pin # Jetson Xavier Pin Name SoC Signal Usage/Description Usage on the Nvidia Carrier Board Direction Pin Type
K5 2C1_CLK GEN1_I2C_SCL General I2C 1 Clock ID EEPROM Bidir Open-Drain – 1.8V


[[Xavier/<Replace with "previous" page>|Previous: <Replace with "previous" page>]] Index [[Xavier/<Replace with "next" page>|Next: <Replace with "next" page>]]