<?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>Best Comunication type between multiple nRF 5340 chips</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/100465/best-comunication-type-between-multiple-nrf-5340-chips</link><description>Hello, 
 what type of synchronous communication would be best for communication between nRF5340 chips ? 
 The chips will be close to each other about 20-30 mm apart. 
 The idea is that 3 chips send data to the fourth with the highest possible speed. </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 05 Jun 2023 08:58:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/100465/best-comunication-type-between-multiple-nrf-5340-chips" /><item><title>RE: Best Comunication type between multiple nRF 5340 chips</title><link>https://devzone.nordicsemi.com/thread/429206?ContentTypeID=1</link><pubDate>Mon, 05 Jun 2023 08:58:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c71bdef7-907d-4aab-bd5b-656d1f62fe26</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;What kind of application are you making?&lt;/p&gt;
&lt;p&gt;Without knowing anything about your application I would suggest using the SPI protocol, the nRF5340 has a SPI master peripheral (SPIM) and a SPI slave peripheral (SPIS) with fully compatible drivers in nrfx.&lt;/p&gt;
&lt;p&gt;You can use the same MOSI,MISO and SCLK but need a separate CS for each device. Note that each device on the line will add capacitance making it harder to drive the line. You might need to lower the frequency for it to work if the added capacitance is too high.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Jared&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>