<?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>TWIM issue on NRF54L15-DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/122542/twim-issue-on-nrf54l15-dk</link><description>SDK: nRF Connect SDK v3.0.2 
 DK: nRF54L15-DK 
 prj.conf: 
 
 Log: 
 
 
 .text.nrf_gpio_pin_set 
 0x0000000000009918 0x18 modules/hal_nordic/modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a (nrfx_twi_twim.c.obj)</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 27 Jun 2025 07:51:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/122542/twim-issue-on-nrf54l15-dk" /><item><title>RE: TWIM issue on NRF54L15-DK</title><link>https://devzone.nordicsemi.com/thread/540666?ContentTypeID=1</link><pubDate>Fri, 27 Jun 2025 07:51:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:975f1a11-f59b-49f4-8a90-cddd1ff43f65</guid><dc:creator>Leo Mo</dc:creator><description>&lt;p&gt;Sorry,&amp;nbsp;&lt;span&gt;I made a mistake, the following configuration works fine.&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;pre class="ui-code" data-mode="text"&gt;	i2c21_default: i2c21_default {
		group1 {
			psels = &amp;lt;NRF_PSEL(TWIM_SCL, 1, 6)&amp;gt;,
				    &amp;lt;NRF_PSEL(TWIM_SDA, 1, 7)&amp;gt;;
					bias-pull-up;
		};
	};
    i2c21_sleep: i2c21_sleep {
		group1 {
			psels = &amp;lt;NRF_PSEL(TWIM_SCL, 1, 6)&amp;gt;,
				    &amp;lt;NRF_PSEL(TWIM_SDA, 1, 7)&amp;gt;;
					low-power-enable;
		};
	};&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>