<?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>I2C communication issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23677/i2c-communication-issue</link><description>hello
i am using nrf52840, with BME280, i have external pullup 10k resistor.
how i can disable the internal pullup resistor.
i am using this sample code. 
 github.com/.../main.c</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 21 Jul 2017 14:03:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23677/i2c-communication-issue" /><item><title>RE: I2C communication issue</title><link>https://devzone.nordicsemi.com/thread/93078?ContentTypeID=1</link><pubDate>Fri, 21 Jul 2017 14:03:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e98366c-55d6-45e1-91c1-aa1a4e8750ce</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In SDK 13.0.0, the GPIO pins are configured on line 112-131 in the file &lt;em&gt;nrf_drv_twi.c&lt;/em&gt;. You can disable internal pullup by changing the defines &lt;code&gt;SCL_PIN_INIT_CONF&lt;/code&gt; and &lt;code&gt;SCL_PIN_INIT_CONF_CLR&lt;/code&gt; from &lt;code&gt;GPIO_PIN_CNF_PULL_Pullup&lt;/code&gt; to &lt;code&gt;GPIO_PIN_CNF_PULL_Disabled&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>