<?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: SGTL5000 Audio codec in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/SGTL5000-Audio-codec/m-p/570511#M3772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Athul Pavithran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I’m a Hardware engineer that has been working with the SGTL5000, I may help with the issue you are seeing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue seems to be related to a problem with the initialization or configuration of the PLL, or an incompatibility of the clock ranges between the ones that you are trying to use and the ones that the SGTL5000 can handle. &lt;/P&gt;&lt;P&gt;I would recommend you to take a look at the following initialization/configuration settings steps required to use the internal PLL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// Power up the PLL&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Modify CHIP_ANA_POWER-&amp;gt;PLL_POWERUP 0x0001 // bit 10&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Modify CHIP_ANA_POWER-&amp;gt;VCOAMP_POWERUP 0x0001 // bit 8&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// NOTE: This step is required only when the external SYS_MCLK&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// is above 17MHz. In this case the external SYS_MCLK clock&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// must be divided by 2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Modify CHIP_CLK_TOP_CTRL-&amp;gt;INPUT_FREQ_DIV2 0x0001 // bit 3&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Sys_MCLK_Input_Freq = Sys_MCLK_Input_Freq/2;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// PLL output frequency is different based on the sample clock rate used.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (Sys_Fs_Rate == 44.1kHz) PLL_Output_Freq = 180.6336MHz&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;else&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PLL_Output_Freq = 196.608MHz&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// Set the PLL dividers&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Int_Divisor = floor(PLL_Output_Freq/Sys_MCLK_Input_Freq)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Frac_Divisor = ((PLL_Output_Freq/Sys_MCLK_Input_Freq) - Int_Divisor)*2048&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Modify CHIP_PLL_CTRL-&amp;gt;INT_DIVISOR Int_Divisor // bits 15:11&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Modify CHIP_PLL_CTRL-&amp;gt;FRAC_DIVISOR Frac_Divisor // bits 10:0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this can help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Jose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jul 2016 21:48:31 GMT</pubDate>
    <dc:creator>reyes</dc:creator>
    <dc:date>2016-07-20T21:48:31Z</dc:date>
    <item>
      <title>SGTL5000 Audio codec</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SGTL5000-Audio-codec/m-p/570510#M3771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am inviting person got experience on audio codec to join.I am currently working with sgtl5000 ic. I configured its register with i2c, But after making use of internal PLL , i2c found to be not working. What can be the reason?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 16:41:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SGTL5000-Audio-codec/m-p/570510#M3771</guid>
      <dc:creator>athulpavithran</dc:creator>
      <dc:date>2016-07-14T16:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: SGTL5000 Audio codec</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SGTL5000-Audio-codec/m-p/570511#M3772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Athul Pavithran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I’m a Hardware engineer that has been working with the SGTL5000, I may help with the issue you are seeing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue seems to be related to a problem with the initialization or configuration of the PLL, or an incompatibility of the clock ranges between the ones that you are trying to use and the ones that the SGTL5000 can handle. &lt;/P&gt;&lt;P&gt;I would recommend you to take a look at the following initialization/configuration settings steps required to use the internal PLL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// Power up the PLL&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Modify CHIP_ANA_POWER-&amp;gt;PLL_POWERUP 0x0001 // bit 10&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Modify CHIP_ANA_POWER-&amp;gt;VCOAMP_POWERUP 0x0001 // bit 8&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// NOTE: This step is required only when the external SYS_MCLK&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// is above 17MHz. In this case the external SYS_MCLK clock&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// must be divided by 2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Modify CHIP_CLK_TOP_CTRL-&amp;gt;INPUT_FREQ_DIV2 0x0001 // bit 3&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Sys_MCLK_Input_Freq = Sys_MCLK_Input_Freq/2;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// PLL output frequency is different based on the sample clock rate used.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (Sys_Fs_Rate == 44.1kHz) PLL_Output_Freq = 180.6336MHz&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;else&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PLL_Output_Freq = 196.608MHz&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// Set the PLL dividers&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Int_Divisor = floor(PLL_Output_Freq/Sys_MCLK_Input_Freq)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Frac_Divisor = ((PLL_Output_Freq/Sys_MCLK_Input_Freq) - Int_Divisor)*2048&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Modify CHIP_PLL_CTRL-&amp;gt;INT_DIVISOR Int_Divisor // bits 15:11&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Modify CHIP_PLL_CTRL-&amp;gt;FRAC_DIVISOR Frac_Divisor // bits 10:0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this can help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Jose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 21:48:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SGTL5000-Audio-codec/m-p/570511#M3772</guid>
      <dc:creator>reyes</dc:creator>
      <dc:date>2016-07-20T21:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: SGTL5000 Audio codec</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SGTL5000-Audio-codec/m-p/570512#M3773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.... Jose Alberto,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you for the replay and&amp;nbsp; guidance.It helped me, Problem has solved. I didn't configure&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;"Modify CHIP_ANA_POWER-&amp;gt;VCOAMP_POWERUP 0x0001 // bit 8 "&amp;nbsp; &lt;/EM&gt;this&amp;nbsp; register bit that found to be the problem.Thank you.&lt;/P&gt;&lt;P&gt;Now I am trying to bypass the LINE_IN to HeadPhone_OUT, Unfortunately it doesn't work for the first attempt.&lt;/P&gt;&lt;P&gt;The register configuration i followed after PLL configuration is listed bellow.&lt;/P&gt;&lt;P&gt;CHIP_ANA_CTRL-&amp;gt;SELECT_HP&amp;nbsp; // set bit 6 route line_in to HP_OUT&lt;/P&gt;&lt;P&gt;write CHIP_ANA_HP_CTRL&amp;nbsp;&amp;nbsp; 0X7F7F&lt;/P&gt;&lt;P&gt;modify CHIP_ANA_CTRL -&amp;gt;MUTE_HP //4th bit to zero&lt;/P&gt;&lt;P&gt;is it fine? I am confused with the ground. Is it ok if both analog&amp;nbsp; and digital ground&amp;nbsp; common ?does the pad ground effects its working in any way(i didn't give ground to the pad). I given audio out of an mp3 module as an input to the LINE_IN ,where I can find analog signal in CRO while music is playing.but there is no effect at HP_OUT(headphone out),HP_GND has taken as reference ground.(mp3 module's ground and sgtl ground are made common).I am anticipating your constant support to make it success.&lt;/P&gt;&lt;P&gt;Thank you.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 14:50:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SGTL5000-Audio-codec/m-p/570512#M3773</guid>
      <dc:creator>athulpavithran</dc:creator>
      <dc:date>2016-07-21T14:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: SGTL5000 Audio codec</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SGTL5000-Audio-codec/m-p/570513#M3774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Athul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad to know that my comments helped you to solve your first problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, about how to route the signal from LINEIN to HP, the only configuration needed is as follow:&lt;/P&gt;&lt;P&gt;// Select LINEIN as the input to HP_OUT&lt;/P&gt;&lt;P&gt;Modify CHIP_ANA_CTRL-&amp;gt;SELECT_HP 0x0001 // bit 6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About your question regarding the grounds, a proper grounds configuration is critical for audio signals, here are some recommendation around how to properly set the ground configuration for the SGTL5000:&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;Separate Analog Ground from Digital Ground.&lt;/LI&gt;&lt;LI&gt;Central Pad of the SGTL5000 must be soldered to ground.&lt;/LI&gt;&lt;LI&gt;AGND (pin 7) should be "star" connected to the jack grounds for LINEIN and LINEOUT, and to the VAG capacitor ground. This node should via to the ground plane (or connected to ground) at a single point.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Star the ground pins of the chip, VAG ground, and all analog inputs/outputs to a single point, then to the ground plane.&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;HP_VGND pin stand for virtual ground. HP_VGND pin has a DC voltage hence it should never be instead of the GND_AUDIO (0V voltage), so leave HP_VGND open if SGTL5000 Headphone AC Mode is applied, it should never be connected to ground.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 20:46:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SGTL5000-Audio-codec/m-p/570513#M3774</guid>
      <dc:creator>reyes</dc:creator>
      <dc:date>2016-07-22T20:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: SGTL5000 Audio codec</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SGTL5000-Audio-codec/m-p/570514#M3775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, It had happened.Bypassing the signal from line_in to headphone_out was accomplished.Now it is a turn to do the i2s. I am doing it with the application processor LPC1768. I did a trail to receive the data&amp;nbsp; without DMA control and&amp;nbsp; rx_fifo buffer was read continuously. I can find a changes in the buffer on data transmission.I will feel easy if i get to know the data manipulation mechanism in i2s with dma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2016 16:42:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SGTL5000-Audio-codec/m-p/570514#M3775</guid>
      <dc:creator>athulpavithran</dc:creator>
      <dc:date>2016-07-30T16:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: SGTL5000 Audio codec</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SGTL5000-Audio-codec/m-p/570515#M3776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bypassing was accomplished.please find the next comment,I think you can help me.&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2016 16:46:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SGTL5000-Audio-codec/m-p/570515#M3776</guid>
      <dc:creator>athulpavithran</dc:creator>
      <dc:date>2016-07-30T16:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: SGTL5000 Audio codec</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SGTL5000-Audio-codec/m-p/570516#M3777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Athul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find an example about the data manipulation mechanism in I2S + DMA in the application note AN11178 “MP3 player solution on NXP LPC1700 series” by downloading the .zip file from the following link: &lt;A href="http://www.nxp.com/documents/application_note/AN11178.zip"&gt;http://www.nxp.com/documents/application_note/AN11178.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 17:09:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SGTL5000-Audio-codec/m-p/570516#M3777</guid>
      <dc:creator>reyes</dc:creator>
      <dc:date>2016-08-01T17:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: SGTL5000 Audio codec</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SGTL5000-Audio-codec/m-p/570517#M3778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;Hi &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;Jose Alberto,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt; I am little confused over i2s 4-line, That is the SGTL5000 has got four i2s pins 1)DOUT&amp;nbsp; 2)DIN&amp;nbsp; 3)SCK 4)WS&amp;nbsp; where as&amp;nbsp; lpc4357(currently using processor) found to be eight pins&amp;nbsp; 1)RX_SDA&amp;nbsp; 2)TX_SDA&amp;nbsp; 3)RX_SCK&amp;nbsp; 4)TX_SCK&amp;nbsp; 5) RX_WS 6)TX_WS 7)RX_ MCLK 8)TX_MCLK. I am not understanding the purpose of RX_MCLK and TX_MCLK. How do i interface sgtl5000 4-line i2s with lpc4357 3-line i2s(separate for RX and TX) ?. Looking for your replay.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 03:23:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SGTL5000-Audio-codec/m-p/570517#M3778</guid>
      <dc:creator>athulpavithran</dc:creator>
      <dc:date>2016-08-18T03:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: SGTL5000 Audio codec</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SGTL5000-Audio-codec/m-p/570518#M3779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Athul,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the delay in my answer.&lt;/P&gt;&lt;P&gt;This is how you can connect the LPC4357 with the SGTL5000 I2S lines:&lt;/P&gt;&lt;P&gt;SGTL5000_DOUT to LPC4357_RX_SDA&lt;/P&gt;&lt;P&gt;SGTL5000_DIN to LPC4357_TX_SDA&lt;/P&gt;&lt;P&gt;SGTL5000_SCK to LPC4357_RX_SCK&lt;/P&gt;&lt;P&gt;SGTL5000_WS to LPC4357_RX_WS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Jose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 19:39:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SGTL5000-Audio-codec/m-p/570518#M3779</guid>
      <dc:creator>reyes</dc:creator>
      <dc:date>2016-08-24T19:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: SGTL5000 Audio codec</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SGTL5000-Audio-codec/m-p/570519#M3780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you jose,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;In my application ,the processor should do transmit as well receive.I think it should follow i2s 3-line mode for &amp;nbsp;reception and i2s 4-line mode for transmission. isn't it so?.I have decided to fix the lpc4357 as i2s &amp;nbsp;master with RX_MCLK (master clock) out &amp;nbsp;and codec SGTL5000 as slave(Master clock RX_MCLk =12.28mhz &amp;nbsp;as system clock for sgtl5000). is it all fine or do i need any diversion? Waiting for your replay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 15:58:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SGTL5000-Audio-codec/m-p/570519#M3780</guid>
      <dc:creator>athulpavithran</dc:creator>
      <dc:date>2016-08-26T15:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: SGTL5000 Audio codec</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SGTL5000-Audio-codec/m-p/570520#M3781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Athul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems correct, I don't think that you need any diversion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 13:48:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SGTL5000-Audio-codec/m-p/570520#M3781</guid>
      <dc:creator>reyes</dc:creator>
      <dc:date>2016-08-29T13:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: SGTL5000 Audio codec</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SGTL5000-Audio-codec/m-p/570521#M3782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hlo...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I was little busy &amp;nbsp;with other work. Currently I fixed all hardware issues and &amp;nbsp;seems to be ready to work. I given a dummy data like 0x02356755 through i2s and routed it to headphone out via DAC. A sound like "keeee" was noticed and changing the data also changes &amp;nbsp;the output.Can you provide me a valid audible data to test sgtl5000?&lt;/P&gt;&lt;P&gt;Thank You.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2016 05:04:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SGTL5000-Audio-codec/m-p/570521#M3782</guid>
      <dc:creator>athulpavithran</dc:creator>
      <dc:date>2016-10-15T05:04:39Z</dc:date>
    </item>
  </channel>
</rss>

