<?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>how can i do i2c initialization on any gpio pin in nRF52810?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43558/how-can-i-do-i2c-initialization-on-any-gpio-pin-in-nrf52810</link><description>Hello all, 
 I am right now working on one project. where i use BT832 in which nrf52810 BLE ic use. i use segger studio in windows 7. For reference i use nRF 5.2.0 SDK. right now i am doing i2c communication of temperature sensor(lm6bd) with ble board</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 13 Feb 2019 15:07:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43558/how-can-i-do-i2c-initialization-on-any-gpio-pin-in-nrf52810" /><item><title>RE: how can i do i2c initialization on any gpio pin in nRF52810?</title><link>https://devzone.nordicsemi.com/thread/170940?ContentTypeID=1</link><pubDate>Wed, 13 Feb 2019 15:07:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:950c04c2-b12d-43ac-bbdf-bee13ae2bb10</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;If you are using UART logging through the interface MCU (&lt;a href="https://www.nordicsemi.com/DocLib/Content/User_Guides/nrf52832_dk/latest/UG/nrf52_DK/vir_com_port"&gt;link&lt;/a&gt;), the GPIO pins 6 and 7 will be used for respectively the TXD and the CTS line. If this is the case for you, you either have to disable UART logging or use some other pins.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how can i do i2c initialization on any gpio pin in nRF52810?</title><link>https://devzone.nordicsemi.com/thread/170400?ContentTypeID=1</link><pubDate>Mon, 11 Feb 2019 14:20:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd0d19fa-a4ef-4064-bcb1-417dfce5c888</guid><dc:creator>twihtronics</dc:creator><description>&lt;p&gt;you can simply just change the pins like shown below&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1549894629669v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Just change .scl and .sda the&amp;nbsp;twi_config variable declaration.&lt;/p&gt;
&lt;p&gt;I have used EXT_SDA and EXT_SCL which are defined above.&lt;/p&gt;
&lt;p&gt;No other changes should be required.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>