<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: I2S communication with LPCXpresso55s69 in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/I2S-communication-with-LPCXpresso55s69/m-p/1829096#M21647</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have checked your I2S pins,FC4_SCK,FC4_TXD_SCL_MISO_WS, FC4_RXD_SDA_MOSI_DATA, I suppose it is okay.&lt;/P&gt;
&lt;P&gt;If the I2S of LPC is slave, the FC4_SCK/FC4_TXD_SCL_MISO_WS are input pins, driven by master, the FC4_RXD_SDA_MOSI_DATA is dependent on if it is transmitter or receiver.&lt;/P&gt;
&lt;P&gt;Pls refer to the example as the following:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_0-1710484543518.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/268611i465C4CB885A02A52/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_0-1710484543518.png" alt="xiangjun_rong_0-1710484543518.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Mar 2024 06:36:51 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2024-03-15T06:36:51Z</dc:date>
    <item>
      <title>I2S communication with LPCXpresso55s69</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/I2S-communication-with-LPCXpresso55s69/m-p/1826527#M21600</link>
      <description>&lt;P&gt;Hello! i'm currently working on a project where i need to transmit data from a sound analyser to the LPCXpresso55s69 through I2s, and I can't quite wrap my head around which ports I should use. I'm new to the microcontroller and I'm new to the i2s protocol in general!&lt;/P&gt;&lt;P&gt;From the datasheet I see some pins related to i2s&lt;BR /&gt;PIO0_19-21 and PIO1_13. I know I need 3 pins, PIO1_13 could be used for receiving data I think, but I'm unsure which pins to use for word select and sck since&amp;nbsp;PIO0_19-21 are referred to as Tx/ transmitting.&lt;BR /&gt;In general, do you have any tips when choosing pins, are there any guides on which function to use in different applications and how to initiate them in the source file? I've seen a tutorial on choosing the pin layout using the config tools, but not how to initiate the code in the source file!&lt;BR /&gt;&lt;BR /&gt;Thank you in advance, hope my question is somewhat clear!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 19:23:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/I2S-communication-with-LPCXpresso55s69/m-p/1826527#M21600</guid>
      <dc:creator>scoottroop</dc:creator>
      <dc:date>2024-03-12T19:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: I2S communication with LPCXpresso55s69</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/I2S-communication-with-LPCXpresso55s69/m-p/1828115#M21632</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;For LPC55S69, It is okay to use the following pins as I2S pins.&lt;/P&gt;
&lt;P&gt;1)PIO0_19: FC4_SCK, I2S bit clock&lt;/P&gt;
&lt;P&gt;2)PIO1_20:FC4_TXD_SCL_MISO_WS, I2S frame clock&lt;/P&gt;
&lt;P&gt;3)PIO1_21:FC4_RXD_SDA_MOSI_DATA, I2S data pin.&lt;/P&gt;
&lt;P&gt;The above interface can function as either receiver or transmitter, master or slave&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 06:48:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/I2S-communication-with-LPCXpresso55s69/m-p/1828115#M21632</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-03-14T06:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: I2S communication with LPCXpresso55s69</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/I2S-communication-with-LPCXpresso55s69/m-p/1828735#M21641</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/26034"&gt;@xiangjun_rong&lt;/a&gt;&amp;nbsp;! Thank you for clarifying! I've changed the pins and I've tried to take some parts from the i2s_interrupt_record_playback SDK example but I'm very unsure about what I am doing, especially regarding the clock sources used. Since the microcontroller will be considered the slave device, it should have an external clock signal, but I'm unsure how to apply it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;if you have the time, it would be amazing if you could have a look and see if what i'm doing is somewhat correct, since I have no clue how to get it up running If I'm perfectly honest! i'm thinking that i don't have to make use of the codec, or tx, and has therefore removed these. i'm unsure of my setup in the peripherals and clocking scheme as well. currently, i'm using transfer mode + Rx record as normal slave.&lt;/P&gt;&lt;P&gt;I've also made some changes to the number of bits (24 from 16) and the clock source in the&amp;nbsp;&lt;SPAN&gt;DEMO_I2S_CLOCK_DIVIDER. I'll attach my project but if you don't have time, maybe you have some tips on where I learn more about the initialisations i need to do in the source code. The aim is to perform signal processing on the data received from the i2s port.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you so much for your help!&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 17:44:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/I2S-communication-with-LPCXpresso55s69/m-p/1828735#M21641</guid>
      <dc:creator>scoottroop</dc:creator>
      <dc:date>2024-03-14T17:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: I2S communication with LPCXpresso55s69</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/I2S-communication-with-LPCXpresso55s69/m-p/1829096#M21647</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have checked your I2S pins,FC4_SCK,FC4_TXD_SCL_MISO_WS, FC4_RXD_SDA_MOSI_DATA, I suppose it is okay.&lt;/P&gt;
&lt;P&gt;If the I2S of LPC is slave, the FC4_SCK/FC4_TXD_SCL_MISO_WS are input pins, driven by master, the FC4_RXD_SDA_MOSI_DATA is dependent on if it is transmitter or receiver.&lt;/P&gt;
&lt;P&gt;Pls refer to the example as the following:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_0-1710484543518.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/268611i465C4CB885A02A52/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_0-1710484543518.png" alt="xiangjun_rong_0-1710484543518.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 06:36:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/I2S-communication-with-LPCXpresso55s69/m-p/1829096#M21647</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-03-15T06:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: I2S communication with LPCXpresso55s69</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/I2S-communication-with-LPCXpresso55s69/m-p/1829329#M21653</link>
      <description>&lt;P&gt;Hi! thank you for double checking my pins, i'm grateful for all the help you've provided so far.&lt;BR /&gt;&lt;BR /&gt;I'm just confused about the flexcom. Should it have an internal clock source (currently 12MHz) or should it be driven with an external master clock? I'm not sure how this is initiated! I think i've taken the rest in a good way from the examples, it's just the clocking that I'm not sure on how to set up!&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 10:31:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/I2S-communication-with-LPCXpresso55s69/m-p/1829329#M21653</guid>
      <dc:creator>scoottroop</dc:creator>
      <dc:date>2024-03-15T10:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: I2S communication with LPCXpresso55s69</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/I2S-communication-with-LPCXpresso55s69/m-p/1832981#M21751</link>
      <description>&lt;P&gt;Hello&amp;nbsp; again, i have routed the pins, clock and peripheral settings but in the pin.mux file it says that the pins are configured as i2c, although I have routed the pins as you said and initiated the peripheral as i2s slave. It doesn't make sense to me, should it be like that. As I said, I'm using the LPC55S69-EVK and&amp;nbsp;&lt;BR /&gt;PIO1_19 as FC4_SCK&lt;BR /&gt;Pio1_20 as FC4_SCL_Miso_WS and&amp;nbsp;&lt;BR /&gt;PIO1_21 as FC4_RXD_SDA_MOSI&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/26034"&gt;@xiangjun_rong&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 13:25:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/I2S-communication-with-LPCXpresso55s69/m-p/1832981#M21751</guid>
      <dc:creator>scoottroop</dc:creator>
      <dc:date>2024-03-21T13:25:38Z</dc:date>
    </item>
  </channel>
</rss>

