<?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>No I2C traffic on P0.08 and P0.09 on nRF91 DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/50837/no-i2c-traffic-on-p0-08-and-p0-09-on-nrf91-dk</link><description>I have ordered some PCBs which have I2C lines on P0.08 and P0.09 and have been trying to test using the Dev Kit and for some reason, I can&amp;#39;t get any traffic out of these pins. 
 I&amp;#39;ve tried using P0.18/P0.19 and P0.11/P0.12 with no code changes and it</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 23 Aug 2019 15:08:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/50837/no-i2c-traffic-on-p0-08-and-p0-09-on-nrf91-dk" /><item><title>RE: No I2C traffic on P0.08 and P0.09 on nRF91 DK</title><link>https://devzone.nordicsemi.com/thread/205937?ContentTypeID=1</link><pubDate>Fri, 23 Aug 2019 15:08:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:46cf974d-0b74-4ef4-b646-796d03ca4217</guid><dc:creator>RonanB96</dc:creator><description>&lt;p&gt;Sorry about the delay, I don&amp;#39;t have anything running on the nrf52, I got my hands on a full schematic and see that the nrf52 could be holding those two pins high through U9. I haven&amp;#39;t got the chance to test switching those two pins to inputs on the nrf52 on the dev board but this ticket can be closed&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No I2C traffic on P0.08 and P0.09 on nRF91 DK</title><link>https://devzone.nordicsemi.com/thread/204070?ContentTypeID=1</link><pubDate>Wed, 14 Aug 2019 12:33:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:04e1880e-4786-4a01-aa0e-528944a8d911</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;What are you running on the nrf52840?&amp;nbsp;&lt;span&gt;The different options that you can change in the board controller can be seen in the Kconfig file to the&amp;nbsp;&lt;/span&gt;&lt;a href="https://github.com/NordicPlayground/fw-nrfconnect-zephyr/blob/master/boards/arm/nrf52840_pca10090/Kconfig" rel="noopener noreferrer" target="_blank"&gt;nrf52840_pca10090.&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You might need to&amp;nbsp;&lt;span&gt;add&amp;nbsp;&lt;/span&gt;&lt;a href="https://github.com/NordicPlayground/fw-nrfconnect-zephyr/blob/master/boards/arm/nrf52840_pca10090/Kconfig#L21"&gt;the following&lt;/a&gt;&amp;nbsp;and rebuild the board controller&amp;nbsp;to route the pins.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;CONFIG_BOARD_PCA10090_SWITCH0_ARDUINO=y
CONFIG_BOARD_PCA10090_SWITCH1_ARDUINO=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No I2C traffic on P0.08 and P0.09 on nRF91 DK</title><link>https://devzone.nordicsemi.com/thread/203983?ContentTypeID=1</link><pubDate>Wed, 14 Aug 2019 08:34:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4fe7cbf-dfdb-46b8-b10b-b914485f1ad8</guid><dc:creator>RonanB96</dc:creator><description>&lt;p&gt;I have received my PCBs and the I2C does work on these pins but on the dev board, from looking at the schematic, there should be no issue if I have switch 1 and 2 switched to NC I would&amp;#39;ve thought?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No I2C traffic on P0.08 and P0.09 on nRF91 DK</title><link>https://devzone.nordicsemi.com/thread/203329?ContentTypeID=1</link><pubDate>Fri, 09 Aug 2019 13:19:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1dfc543c-edb8-4159-adf5-d381c6dcbf23</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi Ronan,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;As you can see here:&amp;nbsp;&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf91_dk%2FUG%2Fnrf91_DK%2Fhw_buttons_leds.html&amp;amp;anchor=hw_buttons_leds"&gt;https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf91_dk%2FUG%2Fnrf91_DK%2Fhw_buttons_leds.html&amp;amp;anchor=hw_buttons_leds&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;P0.08 and P0.09 are connected to Switch1/Switch2.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please use other pins for I2C.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;-Amanda H.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>