<?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>Using SPI and TWI together in project</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/38637/using-spi-and-twi-together-in-project</link><description>Hi, 
 I&amp;#39;m trying to use twi and spi in the same project. But it results in this error: 
 .\_build\nrf52832_xxaa.axf: Error: L6200E: Symbol SPIM0_SPIS0_TWIM0_TWIS0_SPI0_TWI0_IRQHandler multiply defined (by nrfx_twim.o and nrfx_spim.o). 
 What could I be</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 18 Sep 2018 09:47:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/38637/using-spi-and-twi-together-in-project" /><item><title>RE: Using SPI and TWI together in project</title><link>https://devzone.nordicsemi.com/thread/149186?ContentTypeID=1</link><pubDate>Tue, 18 Sep 2018 09:47:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d02bfe2-5a5d-4e98-b0f6-f9c1f2e68127</guid><dc:creator>MarvinDinneweth</dc:creator><description>&lt;p&gt;Fixed it by using another TWI instance (TWI1), and disabling TWI0 in the sdk_config.h&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>