<?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: MMA6827 in Sensors</title>
    <link>https://community.nxp.com/t5/Sensors/MMA6827/m-p/1625118#M7341</link>
    <description>&lt;P&gt;Hi Eric,&lt;/P&gt;
&lt;P&gt;you are very welcome.&lt;/P&gt;
&lt;P&gt;With Best Regards,&lt;/P&gt;
&lt;P&gt;Jozef&lt;/P&gt;</description>
    <pubDate>Thu, 30 Mar 2023 08:48:55 GMT</pubDate>
    <dc:creator>JozefKozon</dc:creator>
    <dc:date>2023-03-30T08:48:55Z</dc:date>
    <item>
      <title>MMA6827</title>
      <link>https://community.nxp.com/t5/Sensors/MMA6827/m-p/1622068#M7320</link>
      <description>&lt;P&gt;I am writing the driver for the MMA6827 and am currently in the driver code for the MMA6800 in the reference TWR_SENSOR_PAK_AUTO_PROJECT&lt;/P&gt;&lt;P&gt;void MMA6800_Read_Acceleration(word cfgX,word cfgY)&lt;BR /&gt;{&lt;BR /&gt;word tmpx,tmpy;&lt;/P&gt;&lt;P&gt;(void)MMA6800_RegRead(MMA6800_DEVSTAT); //READING DEVSTAT&lt;BR /&gt;MMA6800_Delay(10);&lt;BR /&gt;(void)MMA6800_AccRead(cfgX); // AccXCfg7 X-Axis Raw, Unsigned Data, Disabled/PCM 0b0011000000000100&lt;BR /&gt;MMA6800_Delay(10);&lt;BR /&gt;xy_digits.x_dgt = MMA6800_AccRead(cfgY); //SENDING ACCELERATION READ COMMAND 2&lt;BR /&gt;MMA6800_Delay(10);&lt;BR /&gt;xy_digits.y_dgt = MMA6800_RegRead(MMA6800_DEVSTAT); //READING ACCELERATION 2&lt;BR /&gt;MMA6800_Delay(10);&lt;/P&gt;&lt;P&gt;in the previous code，xy_digits.x_dgt = MMA6800_AccRead(cfgY);&amp;nbsp;Is the configured Y-axis data assigned to the X-axis?&amp;nbsp;How to understand this code?&amp;nbsp;Thank you so much！&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 21:33:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/MMA6827/m-p/1622068#M7320</guid>
      <dc:creator>Zhang_123</dc:creator>
      <dc:date>2026-02-03T21:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: MMA6827</title>
      <link>https://community.nxp.com/t5/Sensors/MMA6827/m-p/1623817#M7325</link>
      <description>&lt;P&gt;Hi Eric,&lt;/P&gt;
&lt;P&gt;please see below an answer from an application engineer I have contacted.&lt;/P&gt;
&lt;P&gt;DESCRIPTION&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;The response to the first command happen during the second command is being sent and that is the reason for this.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;Row 424, a read sensor channel X command is sent the response to this command is captured in row 426.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;On row 426 a read sensor channel Y command is sent and the response to the command is captured in row 428.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;In that function, while DEVSTAT register read command are sent the response to this command is never captured and used as dummy command.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JozefKozon_0-1680066974030.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/216752iD0A5024B04AD207C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JozefKozon_0-1680066974030.png" alt="JozefKozon_0-1680066974030.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With Best Regards,&lt;/P&gt;
&lt;P&gt;Jozef&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 05:16:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/MMA6827/m-p/1623817#M7325</guid>
      <dc:creator>JozefKozon</dc:creator>
      <dc:date>2023-03-29T05:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: MMA6827</title>
      <link>https://community.nxp.com/t5/Sensors/MMA6827/m-p/1625010#M7338</link>
      <description>&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 07:16:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/MMA6827/m-p/1625010#M7338</guid>
      <dc:creator>Zhang_123</dc:creator>
      <dc:date>2023-03-30T07:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: MMA6827</title>
      <link>https://community.nxp.com/t5/Sensors/MMA6827/m-p/1625118#M7341</link>
      <description>&lt;P&gt;Hi Eric,&lt;/P&gt;
&lt;P&gt;you are very welcome.&lt;/P&gt;
&lt;P&gt;With Best Regards,&lt;/P&gt;
&lt;P&gt;Jozef&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 08:48:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/MMA6827/m-p/1625118#M7341</guid>
      <dc:creator>JozefKozon</dc:creator>
      <dc:date>2023-03-30T08:48:55Z</dc:date>
    </item>
  </channel>
</rss>

