<?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>Add support for i2c3 in SDK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/56706/add-support-for-i2c3-in-sdk</link><description>for the i2c_3 to work the following is needed to modify the SDK. 
 nrf/subsys/spm/Kconfig 
 ``` 
 config SPM_NRF_TWIM3_NS 
 bool &amp;quot;TWIM3 is Non-Secure&amp;quot; 
 default y 
 ``` 
 and 
 
 spm.c 
 ``` 
 #ifdef NRF_TWIM3 
 PERIPH(&amp;quot;NRF_TWIM3&amp;quot;, NRF_TWIM3, CONFIG_SPM_NRF_TWIM3_NS</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 20 Jan 2020 07:27:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/56706/add-support-for-i2c3-in-sdk" /><item><title>RE: Add support for i2c3 in SDK</title><link>https://devzone.nordicsemi.com/thread/229750?ContentTypeID=1</link><pubDate>Mon, 20 Jan 2020 07:27:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:155e6eeb-d34a-4c43-9b7e-56f796aa8322</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;SPI*, TWI*, and UARTE* are all shared peripherals, meaning that SPIM0 and TWIM0 cannot be enabled at the same time. You&amp;#39;ll then have to use for instance SPIM0 and TWIM1.&lt;/p&gt;
&lt;p&gt;Since SPIM3 is added to the spm module, you should be able to use TWIM3 as well:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/NordicPlayground/fw-nrfconnect-nrf/blob/master/subsys/spm/Kconfig#L155"&gt;https://github.com/NordicPlayground/fw-nrfconnect-nrf/blob/master/subsys/spm/Kconfig#L155&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Shared peripherals can be identified here, where their base address is the same:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf9160/memory.html#topic"&gt;https://infocenter.nordicsemi.com/topic/ps_nrf9160/memory.html#topic&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>