<?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>LPC MicrocontrollersのトピックRe: Is i2c and i2s transmit and receive frame formats are same or different . Like in i2c start_bit , Slave_address_ack, data, and stop</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Is-i2c-and-i2s-transmit-and-receive-frame-formats-are-same-or/m-p/823928#M32961</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm quite a fan of Wolfson DACs, and found their datasheets easy to read. So have a look at figure 6 on page 13:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://statics.cirrus.com/pubs/proDatasheet/WM8761_v4.6.pdf" title="https://statics.cirrus.com/pubs/proDatasheet/WM8761_v4.6.pdf"&gt;https://statics.cirrus.com/pubs/proDatasheet/WM8761_v4.6.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But NXP do some pretty good DACs as well and I'm sure they won't like my recommending the opposition, so have a look at figure 3 on page 7:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/data-sheet/UDA1330ATS.pdf" title="https://www.nxp.com/docs/en/data-sheet/UDA1330ATS.pdf"&gt;https://www.nxp.com/docs/en/data-sheet/UDA1330ATS.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Nov 2018 14:31:27 GMT</pubDate>
    <dc:creator>ianbenton</dc:creator>
    <dc:date>2018-11-13T14:31:27Z</dc:date>
    <item>
      <title>Is i2c and i2s transmit and receive frame formats are same or different . Like in i2c start_bit , Slave_address_ack, data, and stop</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Is-i2c-and-i2s-transmit-and-receive-frame-formats-are-same-or/m-p/823924#M32957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want I2S Receive&amp;nbsp; and transmit frame format .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Nov 2018 06:53:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Is-i2c-and-i2s-transmit-and-receive-frame-formats-are-same-or/m-p/823924#M32957</guid>
      <dc:creator>saikrish417</dc:creator>
      <dc:date>2018-11-10T06:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is i2c and i2s transmit and receive frame formats are same or different . Like in i2c start_bit , Slave_address_ack, data, and stop</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Is-i2c-and-i2s-transmit-and-receive-frame-formats-are-same-or/m-p/823925#M32958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I2C and I2S are completely different.&lt;/P&gt;&lt;P&gt;I2S has 3 wires with DATA, BITCLOCK and WORDCLOCK. (There's also MASTERCLOCK, but that's not part of the data exchange)&lt;/P&gt;&lt;P&gt;Each frame has n bits of data (where n is usually 24), MSB first. Data changes on the falling edge of BITCLOCK.&lt;/P&gt;&lt;P&gt;WORDCLOCK changes on the BITCLOCK high-to-low transistion prior to the on that marks the start of the MSB&lt;/P&gt;&lt;P&gt;Look in any Audio DAC datasheet - it's shown in every one of them.&lt;/P&gt;&lt;P&gt;Personally, I find the left- and right-justified modes easier to deal with, because they can be sent from an SPI port from a microcontroller without the I2S peripheral.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2018 15:36:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Is-i2c-and-i2s-transmit-and-receive-frame-formats-are-same-or/m-p/823925#M32958</guid>
      <dc:creator>ianbenton</dc:creator>
      <dc:date>2018-11-12T15:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Is i2c and i2s transmit and receive frame formats are same or different . Like in i2c start_bit , Slave_address_ack, data, and stop</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Is-i2c-and-i2s-transmit-and-receive-frame-formats-are-same-or/m-p/823926#M32959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find more information in the following links:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.sparkfun.com/datasheets/BreakoutBoards/I2SBUS.pdf" title="https://www.sparkfun.com/datasheets/BreakoutBoards/I2SBUS.pdf"&gt;https://www.sparkfun.com/datasheets/BreakoutBoards/I2SBUS.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.i2c-bus.org/" title="https://www.i2c-bus.org/"&gt;I2C - What's That? - I2C Bus&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For LPC17xx devices, you can use LPCOpen,&amp;nbsp;LPCOpen is an extensive collection of free software libraries (drivers and middleware) and example programs that enable developers to create multifunctional products based on LPC microcontrollers. Access to LPCOpen is free to all LPC developers.&lt;BR /&gt;You can download it from the following link:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/software-development-tools/lpc-developer-resources-/lpcopen-libraries-and-examples:LPC-OPEN-LIBRARIES" title="https://www.nxp.com/support/developer-resources/software-development-tools/lpc-developer-resources-/lpcopen-libraries-and-examples:LPC-OPEN-LIBRARIES"&gt;LPCOpen Libraries and Examples|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After download it, you will find some peripheral examples including I2S and I2C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Have a great day,&lt;BR /&gt;Sol&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&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>Tue, 13 Nov 2018 01:45:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Is-i2c-and-i2s-transmit-and-receive-frame-formats-are-same-or/m-p/823926#M32959</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2018-11-13T01:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is i2c and i2s transmit and receive frame formats are same or different . Like in i2c start_bit , Slave_address_ack, data, and stop</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Is-i2c-and-i2s-transmit-and-receive-frame-formats-are-same-or/m-p/823927#M32960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;can you suggest any document for reference of&amp;nbsp;&amp;nbsp;&lt;A href="mailto:I@S"&gt;I2S&lt;/A&gt;&amp;nbsp;&amp;nbsp;Bus.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2018 03:49:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Is-i2c-and-i2s-transmit-and-receive-frame-formats-are-same-or/m-p/823927#M32960</guid>
      <dc:creator>saikrish417</dc:creator>
      <dc:date>2018-11-13T03:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is i2c and i2s transmit and receive frame formats are same or different . Like in i2c start_bit , Slave_address_ack, data, and stop</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Is-i2c-and-i2s-transmit-and-receive-frame-formats-are-same-or/m-p/823928#M32961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm quite a fan of Wolfson DACs, and found their datasheets easy to read. So have a look at figure 6 on page 13:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://statics.cirrus.com/pubs/proDatasheet/WM8761_v4.6.pdf" title="https://statics.cirrus.com/pubs/proDatasheet/WM8761_v4.6.pdf"&gt;https://statics.cirrus.com/pubs/proDatasheet/WM8761_v4.6.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But NXP do some pretty good DACs as well and I'm sure they won't like my recommending the opposition, so have a look at figure 3 on page 7:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/data-sheet/UDA1330ATS.pdf" title="https://www.nxp.com/docs/en/data-sheet/UDA1330ATS.pdf"&gt;https://www.nxp.com/docs/en/data-sheet/UDA1330ATS.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2018 14:31:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Is-i2c-and-i2s-transmit-and-receive-frame-formats-are-same-or/m-p/823928#M32961</guid>
      <dc:creator>ianbenton</dc:creator>
      <dc:date>2018-11-13T14:31:27Z</dc:date>
    </item>
  </channel>
</rss>

