<?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 Slave and TWI Master mode drivers Example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/21544/twis-slave-and-twi-master-mode-drivers-example</link><description>I am working through the TWIS Slave and TWI Master mode drivers Example using SDK 12 with the nRF52832 PCA10040 board and having issues. I am using Minicom through the terminal on a Mac to talk to the board. After setting up Minicom and loading the image</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 25 Apr 2017 07:40:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/21544/twis-slave-and-twi-master-mode-drivers-example" /><item><title>RE: TWIS Slave and TWI Master mode drivers Example</title><link>https://devzone.nordicsemi.com/thread/84591?ContentTypeID=1</link><pubDate>Tue, 25 Apr 2017 07:40:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b678460-e0c9-4326-9cb2-a6cbd1b9dbdd</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;The pin numbers used in the code corresponds to the GPIO pin number (P0.00 = 0, P0.01 = 1, etc.).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TWIS Slave and TWI Master mode drivers Example</title><link>https://devzone.nordicsemi.com/thread/84590?ContentTypeID=1</link><pubDate>Mon, 24 Apr 2017 16:55:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a4e4f52-d1ef-478a-9653-9742c1d747af</guid><dc:creator>Anatomy_Park</dc:creator><description>&lt;p&gt;I did, but appears I did it incorrectly. Thank you for making me verify that. Apparently P0.2 is not Pin 3 and so on because I thought P0.0 was Pin 1. Oh well. It&amp;#39;s working now. Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TWIS Slave and TWI Master mode drivers Example</title><link>https://devzone.nordicsemi.com/thread/84589?ContentTypeID=1</link><pubDate>Mon, 24 Apr 2017 09:35:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1581ac43-1e19-4432-b13d-506664363219</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Did you short the correct pins, as described in the example documentation?&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;TWI_SCL_M - EEPROM_SIM_SCL_S
TWI_SDA_M - EEPROM_SIM_SDA_S
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The defaults for the example in SDK 12.2.0 for PCA10040 is:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define TWI_SCL_M                3   //!&amp;lt; Master SCL pin
#define TWI_SDA_M                4   //!&amp;lt; Master SDA pin
#define EEPROM_SIM_SCL_S         31   //!&amp;lt; Slave SCL pin
#define EEPROM_SIM_SDA_S         30   //!&amp;lt; Slave SDA pin
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>