<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: I2C write timeout for second time write in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/I2C-write-timeout-for-second-time-write/m-p/1933652#M24944</link>
    <description>&lt;P&gt;Hi Chavira,&lt;/P&gt;&lt;P&gt;Can you provide I2c master flow diagram because slave is developed by us. So i can verify i2c master and slave flow is same.&lt;/P&gt;&lt;P&gt;The below i2c master driver used&lt;/P&gt;&lt;P&gt;drivers/i2c/busses/i2c-imx-lpi2c.c&lt;/P&gt;</description>
    <pubDate>Fri, 16 Aug 2024 12:30:16 GMT</pubDate>
    <dc:creator>shrithi</dc:creator>
    <dc:date>2024-08-16T12:30:16Z</dc:date>
    <item>
      <title>I2C write timeout for second time write</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/I2C-write-timeout-for-second-time-write/m-p/1929062#M24801</link>
      <description>&lt;P&gt;Hii&amp;nbsp; Support team,&lt;/P&gt;&lt;P&gt;We are using i. MX8QM processor. We are experiencing an issue with i2c write.&lt;BR /&gt;The first I2C write will pass, but there is a problem with the second I2C write.&lt;/P&gt;&lt;P&gt;Below error we are getting for second i2c write.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;mipi_test 4-003d: write_reg: error -110: reg=b3b3, val=21&lt;BR /&gt;Error setting pattern and resolution: Connection timed out&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Any configuration required in imx i2c master side?&lt;/P&gt;&lt;P&gt;I tried to write with i2cset command and it showing below message&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error: Could not set address to 0x3d: Device or resource busy&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Can you please provide the suggestion to solve this error?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2024 10:40:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/I2C-write-timeout-for-second-time-write/m-p/1929062#M24801</guid>
      <dc:creator>shrithi</dc:creator>
      <dc:date>2024-08-09T10:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: I2C write timeout for second time write</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/I2C-write-timeout-for-second-time-write/m-p/1930467#M24851</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228402"&gt;@shrithi&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The device was added to the device tree?&lt;/P&gt;
&lt;P&gt;Are you using i2c-tools to communicate with the device?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can you send a log file using the command i2cdetect?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2024 17:58:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/I2C-write-timeout-for-second-time-write/m-p/1930467#M24851</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2024-08-12T17:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: I2C write timeout for second time write</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/I2C-write-timeout-for-second-time-write/m-p/1933647#M24940</link>
      <description>&lt;P&gt;Hi Chavira&lt;/P&gt;&lt;P&gt;Yes, I have added slave device configuration in device-tree.&lt;/P&gt;&lt;P&gt;The slave address is ox3d.&lt;/P&gt;&lt;P&gt;i2cdetect -r -y 3&lt;BR /&gt;0 1 2 3 4 5 6 7 8 9 a b c d e f&lt;BR /&gt;00: -- -- -- -- -- -- -- --&lt;BR /&gt;10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --&lt;BR /&gt;20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --&lt;BR /&gt;30: -- -- -- -- -- -- -- -- -- -- -- -- -- UU -- --&lt;BR /&gt;40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --&lt;BR /&gt;50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --&lt;BR /&gt;60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --&lt;BR /&gt;70: -- -- -- -- -- -- -- --&lt;/P&gt;&lt;P&gt;I have tried with i2cset and i2cget commands but i got below error&lt;BR /&gt;i2cset -y 3 0x3d 0x0 0x1&lt;BR /&gt;Error: Could not set address to 0x3d: Device or resource busy&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shrithi&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 12:04:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/I2C-write-timeout-for-second-time-write/m-p/1933647#M24940</guid>
      <dc:creator>shrithi</dc:creator>
      <dc:date>2024-08-16T12:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: I2C write timeout for second time write</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/I2C-write-timeout-for-second-time-write/m-p/1933649#M24941</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228402"&gt;@shrithi&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;When a device shows UU instead of their direction under i2cdetect command, that means that device is being used by the kernel and that is the reason that you are getting the error.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I you want to use i2c tools to communicathe with the device you have to unload the module of the kernel that is using the device.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Try with the command &lt;STRONG&gt;insmod &amp;lt;name of module&amp;gt;&lt;/STRONG&gt; and then you can use i2ctools.&lt;/P&gt;
&lt;P&gt;Best regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 12:19:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/I2C-write-timeout-for-second-time-write/m-p/1933649#M24941</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2024-08-16T12:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: I2C write timeout for second time write</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/I2C-write-timeout-for-second-time-write/m-p/1933651#M24943</link>
      <description>&lt;P&gt;Hi Chavira,&lt;/P&gt;&lt;P&gt;The i2c slave is mipi camera.&lt;BR /&gt;I have tried to i2c write through application which will call mipi ioctl and perform i2c write operation from driver.&lt;BR /&gt;You can refer the below&lt;BR /&gt;./mipi_config video_resolution_pattern selection 2 2 1&lt;BR /&gt;[ 55.546036] mipi_s_custom_ctrl&lt;BR /&gt;[ 55.549211] cid = 3 val = 34 reg = 0xb3b3&lt;BR /&gt;Resolution and video data pattern successfully&lt;/P&gt;&lt;P&gt;./mipi_config video_resolution_pattern selection 2 1 1&lt;BR /&gt;[ 103.514784] mipi_s_custom_ctrl&lt;BR /&gt;[ 103.517860] cid = 3 val = 33 reg = 0xb3b3&lt;BR /&gt;[ 104.526383] mipi_cam 3-003d: mipi_write_reg: error -110: reg=b3b3, val=21&lt;BR /&gt;Error setting pattern and resolution: Connection timed out&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Shrithi&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 12:28:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/I2C-write-timeout-for-second-time-write/m-p/1933651#M24943</guid>
      <dc:creator>shrithi</dc:creator>
      <dc:date>2024-08-16T12:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: I2C write timeout for second time write</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/I2C-write-timeout-for-second-time-write/m-p/1933652#M24944</link>
      <description>&lt;P&gt;Hi Chavira,&lt;/P&gt;&lt;P&gt;Can you provide I2c master flow diagram because slave is developed by us. So i can verify i2c master and slave flow is same.&lt;/P&gt;&lt;P&gt;The below i2c master driver used&lt;/P&gt;&lt;P&gt;drivers/i2c/busses/i2c-imx-lpi2c.c&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 12:30:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/I2C-write-timeout-for-second-time-write/m-p/1933652#M24944</guid>
      <dc:creator>shrithi</dc:creator>
      <dc:date>2024-08-16T12:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: I2C write timeout for second time write</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/I2C-write-timeout-for-second-time-write/m-p/1933663#M24945</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228402"&gt;@shrithi&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dou you have the driver loaded by the kernel under device tree and at the same time do you want to write in i2c bus on the c application in user space?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 12:44:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/I2C-write-timeout-for-second-time-write/m-p/1933663#M24945</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2024-08-16T12:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: I2C write timeout for second time write</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/I2C-write-timeout-for-second-time-write/m-p/1933668#M24947</link>
      <description>&lt;DIV&gt;&lt;FONT face="times new roman,times"&gt;Hi Chavira,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="times new roman,times"&gt;Yes, the mipi camera is configured through I2C. Configuring through i2c is necessary whenever camera-related configurations are needed. The Ov5640 camera is an example.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="times new roman,times"&gt;The below is device-tree configuration&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;/* FPGA MIPI configuration */&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;&amp;amp;mipi_csi_0 { /* MIPI_CSI0: FPGA L MIPI TX */&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;#address-cells = &amp;lt;1&amp;gt;;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;#size-cells = &amp;lt;0&amp;gt;;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;status = "okay";&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;port@0 {&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;reg = &amp;lt;0&amp;gt;;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;mipi_csi0_ep: endpoint {&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;remote-endpoint = &amp;lt;&amp;amp;fpga_L_mipi_ep&amp;gt;;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;data-lanes = &amp;lt;1 2 3 4&amp;gt;;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;bus-type = &amp;lt;4&amp;gt;;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;};&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;};&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;};&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;&amp;amp;i2c_mipi_csi0 { /* MIPI_CSI0: FPGA L TX */&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;#address-cells = &amp;lt;1&amp;gt;;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;#size-cells = &amp;lt;0&amp;gt;;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;pinctrl-names = "default";&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;pinctrl-0 = &amp;lt;&amp;amp;pinctrl_i2c_mipi_csi0&amp;gt;;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;clock-frequency = &amp;lt;400000&amp;gt;;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;status = "okay";&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;fpga_L_mipi: fpga_L_mipi@3d {&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;compatible = "iw,iw_mipi";&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;reg = &amp;lt;0x3D&amp;gt;;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;pinctrl-names = "default";&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;pinctrl-0 = &amp;lt;&amp;amp;pinctrl_mipi_csi0&amp;gt;;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;mipi_csi;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;status = "okay";&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;port {&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;fpga_L_mipi_ep: endpoint {&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;remote-endpoint = &amp;lt;&amp;amp;mipi_csi0_ep&amp;gt;;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;data-lanes = &amp;lt;1 2 3 4&amp;gt;;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;clocks-lanes = &amp;lt;0&amp;gt;;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;};&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;};&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;};&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;};&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;Shrithi&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 12:58:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/I2C-write-timeout-for-second-time-write/m-p/1933668#M24947</guid>
      <dc:creator>shrithi</dc:creator>
      <dc:date>2024-08-16T12:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: I2C write timeout for second time write</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/I2C-write-timeout-for-second-time-write/m-p/1933771#M24953</link>
      <description>&lt;P&gt;HI &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228402"&gt;@shrithi&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For this case&amp;nbsp; I recommend to adjust your custom drivers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To acces to the i2c bus you have 2 options, disable the kernel module to use the i2c tools or access to the bus using ioctl in a c program or adapt your driver to send and read the bus all in kernel, you can't do both.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 16:20:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/I2C-write-timeout-for-second-time-write/m-p/1933771#M24953</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2024-08-16T16:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: I2C write timeout for second time write</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/I2C-write-timeout-for-second-time-write/m-p/1934701#M25012</link>
      <description>&lt;P&gt;&lt;FONT face="times new roman,times"&gt;Hi Chavira,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="times new roman,times"&gt;I used the kernel to read and write i2c. I am facing an issue where the first I2C write will pass and the second I2C write will fail.&amp;nbsp; Can you provide an I2C master flow diagram?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="times new roman,times"&gt;Thanks,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="times new roman,times"&gt;Shrithi&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 03:53:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/I2C-write-timeout-for-second-time-write/m-p/1934701#M25012</guid>
      <dc:creator>shrithi</dc:creator>
      <dc:date>2024-08-19T03:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: I2C write timeout for second time write</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/I2C-write-timeout-for-second-time-write/m-p/1935418#M25037</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228402"&gt;@shrithi&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;You can find a detailed flow described in Reference Manual on the chapter "5.8.2.2 Master Mode".&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Chavira_0-1724078124800.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/293951iEC16DD697CF37BCC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Chavira_0-1724078124800.png" alt="Chavira_0-1724078124800.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find a detailed description of the driver in our Linux Reference Manual on chapter "4.6 Inter-IC (I2C)".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/reference-manual/IMX_REFERENCE_MANUAL.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/reference-manual/IMX_REFERENCE_MANUAL.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 14:40:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/I2C-write-timeout-for-second-time-write/m-p/1935418#M25037</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2024-08-19T14:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: I2C write timeout for second time write</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/I2C-write-timeout-for-second-time-write/m-p/1935816#M25044</link>
      <description>&lt;P&gt;Hi Chavira,&lt;/P&gt;&lt;P&gt;Can you give i2c write and read timing diagram?&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Shrithi&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 04:42:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/I2C-write-timeout-for-second-time-write/m-p/1935816#M25044</guid>
      <dc:creator>shrithi</dc:creator>
      <dc:date>2024-08-20T04:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: I2C write timeout for second time write</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/I2C-write-timeout-for-second-time-write/m-p/1936466#M25054</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228402"&gt;@shrithi&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find the table in datasheet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Chavira_0-1724162147079.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/294263i8F170E272656FA66/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Chavira_0-1724162147079.png" alt="Chavira_0-1724162147079.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Chavira_1-1724162172764.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/294264i534AD8D1E35AFE22/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Chavira_1-1724162172764.png" alt="Chavira_1-1724162172764.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Chavira_2-1724162207306.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/294265i6E33E4CFC70AE722/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Chavira_2-1724162207306.png" alt="Chavira_2-1724162207306.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 13:56:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/I2C-write-timeout-for-second-time-write/m-p/1936466#M25054</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2024-08-20T13:56:59Z</dc:date>
    </item>
  </channel>
</rss>

