<?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>Sensors中的主题 MMA8652FCR1 Problems with WHO AM I</title>
    <link>https://community.nxp.com/t5/Sensors/MMA8652FCR1-Problems-with-WHO-AM-I/m-p/680859#M4397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently running a&amp;nbsp;MMA8652FCR1 in a prototype system. We are basically looking to validate comms and then configure the device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are not getting the expected response from the WHO AM I register reading. I have attached a plot of the comms link. I2C is in normal mode and is operating at 98kHz based on the attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have seen a similar, but incorrect, response from a few devices. Has anyone any experience of this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KMC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Feb 2026 23:45:46 GMT</pubDate>
    <dc:creator>kevinmc</dc:creator>
    <dc:date>2026-02-03T23:45:46Z</dc:date>
    <item>
      <title>MMA8652FCR1 Problems with WHO AM I</title>
      <link>https://community.nxp.com/t5/Sensors/MMA8652FCR1-Problems-with-WHO-AM-I/m-p/680859#M4397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently running a&amp;nbsp;MMA8652FCR1 in a prototype system. We are basically looking to validate comms and then configure the device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are not getting the expected response from the WHO AM I register reading. I have attached a plot of the comms link. I2C is in normal mode and is operating at 98kHz based on the attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have seen a similar, but incorrect, response from a few devices. Has anyone any experience of this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KMC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2026 23:45:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/MMA8652FCR1-Problems-with-WHO-AM-I/m-p/680859#M4397</guid>
      <dc:creator>kevinmc</dc:creator>
      <dc:date>2026-02-03T23:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: MMA8652FCR1 Problems with WHO AM I</title>
      <link>https://community.nxp.com/t5/Sensors/MMA8652FCR1-Problems-with-WHO-AM-I/m-p/680860#M4398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I forgot to mention that we started to look at a series of bytes as the first byte we see as a response was always 0x00. The plot shows 4 byte response of 0x00 / 0x9D / 0xFC / 0x89 - We expect to see 0x4A&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 13:14:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/MMA8652FCR1-Problems-with-WHO-AM-I/m-p/680860#M4398</guid>
      <dc:creator>kevinmc</dc:creator>
      <dc:date>2017-07-24T13:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: MMA8652FCR1 Problems with WHO AM I</title>
      <link>https://community.nxp.com/t5/Sensors/MMA8652FCR1-Problems-with-WHO-AM-I/m-p/680861#M4399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at your screenshot, there is the stop condition between the second (0x0D) and third byte (0x3B). This is incorrect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to change your source code so that SDA transitiones to high before the SCL goes high in order to eliminate this stop condition.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The transaction should look as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Send a start sequence&lt;/P&gt;&lt;P&gt;2. Send 0x3A // MMA8652FC slave address with the R/W bit low or 0x1D &amp;lt;&amp;lt; 1&lt;/P&gt;&lt;P&gt;3. Send 0x0D&lt;/P&gt;&lt;P&gt;4. Send a start sequence again (repeated start)&lt;/P&gt;&lt;P&gt;5. Send 0x3B // MMA8652FC slave address with the R/W bit high or (0x1D &amp;lt;&amp;lt; 1) | 0x01&lt;/P&gt;&lt;P&gt;6. Read the data byte from WHO_AM_I register&lt;/P&gt;&lt;P&gt;7. Send NAK and the stop sequence&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Who_Am_I register read.JPG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/26779i0B33452249C2E4F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Who_Am_I register read.JPG" alt="Who_Am_I register read.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Tomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 13:26:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/MMA8652FCR1-Problems-with-WHO-AM-I/m-p/680861#M4399</guid>
      <dc:creator>TomasVaverka</dc:creator>
      <dc:date>2017-07-24T13:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: MMA8652FCR1 Problems with WHO AM I</title>
      <link>https://community.nxp.com/t5/Sensors/MMA8652FCR1-Problems-with-WHO-AM-I/m-p/680862#M4400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Tomas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do use other I2C devices with this method an I don;t have issues....&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will impliment directly .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 14:00:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/MMA8652FCR1-Problems-with-WHO-AM-I/m-p/680862#M4400</guid>
      <dc:creator>kevinmc</dc:creator>
      <dc:date>2017-07-24T14:00:02Z</dc:date>
    </item>
  </channel>
</rss>

