<?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>Finding I2S pins in nRF5340 DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/99686/finding-i2s-pins-in-nrf5340-dk</link><description>Hi, 
 I&amp;#39;m trying to find the I2S pins on the nRF5340 DK board, in order to connect an external hardware codec. 
 I&amp;#39;ve read nRF5340 product brief, and it specifies I2S compatible, however I don&amp;#39;t find any reference of I2S in nRF5340 DK Hardware user guide</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 15 May 2023 10:18:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/99686/finding-i2s-pins-in-nrf5340-dk" /><item><title>RE: Finding I2S pins in nRF5340 DK</title><link>https://devzone.nordicsemi.com/thread/425561?ContentTypeID=1</link><pubDate>Mon, 15 May 2023 10:18:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bff1673d-1a8e-4c29-9b26-bc1b38ce63e3</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;It looks like the pins that are used are P0.12,&amp;nbsp; P0.14, P0.16, P0,13, P0.15 which seems to be the same as in the schematic for the audio DK:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1684145844474v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;You can also double check this by using the debugger and pausing the application after initializing the I2S peripheral and see what pins that are selected in the &lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf5340/i2s.html?cp=4_0_0_6_14_9_30#register.PSEL.MCK"&gt;PSEL &lt;/a&gt;registers.&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Jared&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Finding I2S pins in nRF5340 DK</title><link>https://devzone.nordicsemi.com/thread/425362?ContentTypeID=1</link><pubDate>Fri, 12 May 2023 13:13:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2bacf53a-be8a-423f-9807-a507ccb2e48c</guid><dc:creator>alpereira7</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/5633.zephyr.dts"&gt;devzone.nordicsemi.com/.../5633.zephyr.dts&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Please, see the zephyr.dts file that was in nrf5340_audio/build/zephyr/. So far I can&amp;#39;t found any information related to LRCK, SCK, SDIN, SDOUT, maybe you can find something...&lt;/p&gt;
&lt;p&gt;build folder is 100 Mbytes,&amp;nbsp;after zipped is 24 Mbyte which seems too big to attach here.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Finding I2S pins in nRF5340 DK</title><link>https://devzone.nordicsemi.com/thread/425344?ContentTypeID=1</link><pubDate>Fri, 12 May 2023 12:48:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:04dface3-af3a-4527-be5c-a032afebb085</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;any available GPIO pin can be used for the I2S peripheral. If you&amp;#39;re using the audio application then it will use specific pins set by the application, if you share your build folder then I can check which pins that are assigned for the I2S peripheral and answer your main question or you can go into the build folder and check Zephyr.dts and see which pins are assigned to the I2S peripheral.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If it&amp;#39;s not the same codec then you probably need to either create a new driver or check and see if that codec already has a driver in zephyr. It wont be as easy as just building the application and connect the codec.&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><item><title>RE: Finding I2S pins in nRF5340 DK</title><link>https://devzone.nordicsemi.com/thread/425319?ContentTypeID=1</link><pubDate>Fri, 12 May 2023 12:13:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc00ba36-6318-4b4b-b88b-37ce096c9c91</guid><dc:creator>alpereira7</dc:creator><description>&lt;p&gt;I&amp;#39;m building the example with the&amp;nbsp;&lt;span&gt;nRF5340 DK board. I don&amp;#39;t have connected the hardware codec, I&amp;#39;m trying to identify what are the pins I need to connect the codec to (which is my main question). It is not the same codec as in the&amp;nbsp;nRF5340 Audio DK board.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;It build and flashed without notifying any error.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I&amp;#39;m not sure I can share the build folder, I need to check if there is no critical information first. What are we looking for in that folder?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Finding I2S pins in nRF5340 DK</title><link>https://devzone.nordicsemi.com/thread/425309?ContentTypeID=1</link><pubDate>Fri, 12 May 2023 11:52:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80a6ebbb-ca67-43c3-b166-cb0552d8672f</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Which board did you build the example for, and did it build successfully? Are you using the same encoder as on the audio kit?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you share your build folder?&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><item><title>RE: Finding I2S pins in nRF5340 DK</title><link>https://devzone.nordicsemi.com/thread/425275?ContentTypeID=1</link><pubDate>Fri, 12 May 2023 09:33:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a3c6ca0-cfba-4567-a2b8-fd4b2b55ce78</guid><dc:creator>alpereira7</dc:creator><description>&lt;p&gt;I&amp;#39;m trying to use the nRF5340 Audio example in the nRF5340 DK board. I&amp;#39;m trying to find where are the I2S pins are so I can connect an external codec.&lt;/p&gt;
&lt;p&gt;By looking at the nrf5340 audio example, I can&amp;#39;t find where the I2S or GPIO pins are defined.&lt;/p&gt;
&lt;p&gt;After reading&amp;nbsp;nRF5340 Product Specification p.253, I was trying to find similarities with nrf5340 audio example to find where are the i2S pin configuration is located, but couldn&amp;#39;t find anything similar (e.g. NRF_I2S structure, PSEL.LRCK, PSEL.SCK... none of these keywords returned anything).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Finding I2S pins in nRF5340 DK</title><link>https://devzone.nordicsemi.com/thread/425238?ContentTypeID=1</link><pubDate>Fri, 12 May 2023 07:48:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d6ba861-b60d-4fe8-9e1a-ef88ba8c1a53</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Are you using a specific example? The I2S peripheral doesn&amp;#39;t have dedicated pins, it can use any available GPIO pin.&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>