<?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>TWIS SDA and SDL can not be pulled low by TWI master</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/56748/twis-sda-and-sdl-can-not-be-pulled-low-by-twi-master</link><description>Hello 
 I am trying to configure your TWIS (not using the SDK) and have run into the problem that the TWI master cannot pull the SDA and SCL line low. So, the communication does not work. 
 Setup using: 
 * nRF52832 
 * NRF_TWIS1 
 * Stack V6.1.0 
 
</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 21 Jan 2020 08:42:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/56748/twis-sda-and-sdl-can-not-be-pulled-low-by-twi-master" /><item><title>RE: TWIS SDA and SDL can not be pulled low by TWI master</title><link>https://devzone.nordicsemi.com/thread/230009?ContentTypeID=1</link><pubDate>Tue, 21 Jan 2020 08:42:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3be11c6e-32cf-4e84-9fe6-a03317e41d21</guid><dc:creator>spuhlele</dc:creator><description>&lt;p&gt;Thank you very much for your quick answer, it solved my problem.&lt;/p&gt;
&lt;p&gt;The configuration I had wrong was having set:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;NRF_GPIO_PIN_S0S1&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;instead of:&lt;/p&gt;
[quote userid="6207" url="~/f/nordic-q-a/56748/twis-sda-and-sdl-can-not-be-pulled-low-by-twi-master/229901"]NRF_GPIO_PIN_S0D1[/quote]
&lt;p&gt;Now it works as desired.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TWIS SDA and SDL can not be pulled low by TWI master</title><link>https://devzone.nordicsemi.com/thread/229901?ContentTypeID=1</link><pubDate>Mon, 20 Jan 2020 14:37:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:58e8b9c2-cd12-45e1-83b5-b3ff09321cc4</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;I do not see anything else in the configuration apart from the GPIO configuration before enabling the TWIS.&lt;/p&gt;
&lt;p&gt;Try to set both the pins to below configuration before enabling the TWIS&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;NRF_GPIO_PIN_DIR_INPUT,&amp;nbsp;&lt;/span&gt;&lt;span&gt; NRF_GPIO_PIN_INPUT_CONNECT,&amp;nbsp;&lt;/span&gt;&lt;span&gt; NRF_GPIO_PIN_PULLUP, &lt;/span&gt;&lt;span&gt;\&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; NRF_GPIO_PIN_S0D1,&amp;nbsp;&lt;/span&gt;&lt;span&gt; NRF_GPIO_PIN_NOSENSE)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>