<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>NRF54L10: I2C bus error</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/122167/nrf54l10-i2c-bus-error</link><description>Hello, 
 I am using the NRF54L15 DK for development. I have configured the i2c with P1.12 as SCL and P1.14 as SDA. 
 below is my code in .overlay file 
 
 
 Below is the code to initialize and use I2C. 
 
 
 This code gets compiled successfully, for nrf54l10</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 12 Jun 2025 09:05:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/122167/nrf54l10-i2c-bus-error" /><item><title>RE: NRF54L10: I2C bus error</title><link>https://devzone.nordicsemi.com/thread/538977?ContentTypeID=1</link><pubDate>Thu, 12 Jun 2025 09:05:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f0724ff-134e-42f9-8ee2-ecfbc070dd0c</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Payal,&lt;/p&gt;
&lt;p&gt;In your overlay, you seem to have interchanged pin numbers for SDA and SCL for the &amp;quot;default&amp;quot; and &amp;quot;sleep&amp;quot; modes:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1749719125331v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF54L10: I2C bus error</title><link>https://devzone.nordicsemi.com/thread/538827?ContentTypeID=1</link><pubDate>Wed, 11 Jun 2025 13:06:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d78233cb-1e59-4b5f-b45f-c9cdaf9dc29d</guid><dc:creator>frogrammer</dc:creator><description>&lt;p&gt;If i compare that to my nRF5340DK, in your .overlay file can you add extra these lines after &amp;nbsp;status = &amp;quot;okay&amp;quot;;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt; compatible = &amp;quot;nordic,nrf-twim&amp;quot;;&lt;br /&gt; clock-frequency = &amp;lt; I2C_BITRATE_STANDARD &amp;gt;;&lt;/p&gt;
&lt;p&gt;and in your prj.conf file have these :&amp;nbsp;&lt;/p&gt;
&lt;p&gt;CONFIG_I2C=y&lt;/p&gt;
&lt;p&gt;CONFIG_NRFX_TWIM=y&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>