<?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中的主题 Re: Re: Re: Accelerometer MMA8451</title>
    <link>https://community.nxp.com/t5/Sensors/Accelerometer-MMA8451/m-p/225553#M202</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amreen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I am not really sure what is causing it, but in the meantime I created a simple bare metal example code that illustrates how to use the embedded motion detection function. It is written in the CW 10.3 for the &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-KL25Z"&gt;FRDM-KL25Z board&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you will find it useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Oct 2013 17:51:50 GMT</pubDate>
    <dc:creator>TomasVaverka</dc:creator>
    <dc:date>2013-10-30T17:51:50Z</dc:date>
    <item>
      <title>Accelerometer MMA8451</title>
      <link>https://community.nxp.com/t5/Sensors/Accelerometer-MMA8451/m-p/225548#M197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using MMA8451 Accelerometer in vehicle tracking system.&lt;/P&gt;&lt;P&gt;How to measure the dynamic acceleration using this MMA8451? !&lt;/P&gt;&lt;P&gt;From reading how i can understand whether the vehicle is moving or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reg,&lt;/P&gt;&lt;P&gt;Amreen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2026 22:06:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/Accelerometer-MMA8451/m-p/225548#M197</guid>
      <dc:creator>Embionics</dc:creator>
      <dc:date>2026-02-03T22:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Accelerometer MMA8451</title>
      <link>https://community.nxp.com/t5/Sensors/Accelerometer-MMA8451/m-p/225549#M198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Amreen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your goal is general detection whether vehicle is moving or not, then you can set threshold output values of acceleration and then use exceeding this threshold value as evidence of moving vehicle vibrations. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need exact measurement then task becomes more complicated. Output signal provided by accelerometer represents the change of velocity in time unit. This means that if your car will move with constant speed (e.g. 20 km/h), the acceleration reported by sensor will be equal (if vibration neglected) to zero - as there is no velocity change. Exactly the same signal will be reported in case of car standing on parking (also no velocity change), so for distinguish between both different situations using only acceleration signal you have to know initial values (velocity in initial moment of measurement). You can use also info from other sources (e.g. wheel rotation detector, speedometer, previous measurement result, ... ), so there is many solutions possible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some basic but helpful examples you can see in App Notes (e.g. AN4070, AN4068, AN4399, ... ) posted under Documentation tab on MMA8451 product summary page (&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MMA8451Q" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MMA8451Q"&gt;MMA8451Q Product Summary Page&lt;/A&gt; ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Wlodek_D.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 13:20:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/Accelerometer-MMA8451/m-p/225549#M198</guid>
      <dc:creator>Wlodek_D_</dc:creator>
      <dc:date>2013-10-23T13:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Accelerometer MMA8451</title>
      <link>https://community.nxp.com/t5/Sensors/Accelerometer-MMA8451/m-p/225550#M199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.nxp.com/people/Wlodek_D."&gt;Wlodek_D.&lt;/A&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;I have refer App note AN4070 for configuring motion detection.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;I am working with FRDM board with CW 10.3&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;My initialization is&amp;nbsp; as&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; MMA8451_WriteReg(MMA8451_CTRL_REG_1, 0x018);&lt;/P&gt;&lt;P&gt;&amp;nbsp; //Set the device in 100 Hz ODR, Standby&lt;/P&gt;&lt;P&gt;&amp;nbsp; MMA8451_WriteReg(0x15, 0xC8);&lt;/P&gt;&lt;P&gt;&amp;nbsp; //Set Configuration Register for Motion Detection&lt;/P&gt;&lt;P&gt;&amp;nbsp; MMA8451_WriteReg(0x17, 0x16);&lt;/P&gt;&lt;P&gt;&amp;nbsp; // Motion detection of &amp;gt; 1g&lt;/P&gt;&lt;P&gt;&amp;nbsp; MMA8451_WriteReg(0x18, 0x0A);&lt;/P&gt;&lt;P&gt;&amp;nbsp; // Set De bounce counter 100 ms/10 ms (steps) = 10 counts;&lt;/P&gt;&lt;P&gt;&amp;nbsp; MMA8451_WriteReg(0x2D, 0x04);&lt;/P&gt;&lt;P&gt;&amp;nbsp; //Enable Motion/Freefall Interrupt Function in the System&lt;/P&gt;&lt;P&gt;&amp;nbsp; MMA8451_WriteReg(0x2E, 0x04);&lt;/P&gt;&lt;P&gt;&amp;nbsp; //Route the Motion/Freefall Interrupt Function to INT1&lt;/P&gt;&lt;P&gt;&amp;nbsp; MMA8451_ReadReg(MMA8451_CTRL_REG_1,(uint8_t*)&amp;amp;xyz,1);&lt;/P&gt;&lt;P&gt;&amp;nbsp; CTRL_REG1_Data = xyz[0];&lt;/P&gt;&lt;P&gt;&amp;nbsp; CTRL_REG1_Data |=0x01;&lt;/P&gt;&lt;P&gt;&amp;nbsp; MMA8451_WriteReg(MMA8451_CTRL_REG_1, CTRL_REG1_Data);&lt;/P&gt;&lt;P&gt;&amp;nbsp; //Set active mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have set the threshold only for X axis.&lt;/P&gt;&lt;P&gt;At power on i am getting an interrupt but when i read 0X0C resister its value is 0x00 instead of 0x04&lt;/P&gt;&lt;P&gt;My interrupt routine&amp;nbsp; is as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; MMA8451_ReadReg(0x0C, (uint8_t*)&amp;amp;Data,1);&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; if(Data[0]==0x04)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; {&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; MMA8451_ReadReg(0x16, (uint8_t*)&amp;amp;Data,1); &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; Green_LED_SetVal(NULL);&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; }&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I am not getting interrupt after this reading 0x0C.&lt;/P&gt;&lt;P&gt;Please guide me if i am going in wrong direction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 13:47:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/Accelerometer-MMA8451/m-p/225550#M199</guid>
      <dc:creator>Embionics</dc:creator>
      <dc:date>2013-10-25T13:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Accelerometer MMA8451</title>
      <link>https://community.nxp.com/t5/Sensors/Accelerometer-MMA8451/m-p/225551#M200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Amreen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="CS" style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;First, sorry for not responding sooner, I have been out of the office the last couple of days.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="CS" style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;From your code I see that the freefall/motion interrupt is enabled and mapped to the INT1 pin. Both IPOL and PP_OD bits in the CTRL_REG3 register have their default values, so the INT1 pin is push-pull and active low. It is therefore necessary to configure the PTA14 pin which is connected to the INT1 pin for falling edge interrupts as follows, for example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;SIM_SCGC5 |= SIM_SCGC5_PORTA_MASK;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: #3f7f5f;"&gt;// Turn on clock to Port A module &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;PORTA_PCR14 |= (0|PORT_PCR_ISF_MASK|&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&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;&amp;nbsp; PORT_PCR_MUX(0x1)|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: #3f7f5f;"&gt;// PTA14 is configured as GPIO &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&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;&amp;nbsp; PORT_PCR_IRQC(0xA));&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: #3f7f5f;"&gt;// PTA14 is configured for falling edge interrupts &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: #3f7f5f;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="CS"&gt;You may have the PTA14 pin initialized in other section of your source code, I included it here just to be sure.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="CS"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="CS"&gt;&lt;SPAN lang="CS" style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;Furher, in your ISR you need to &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; background: white;"&gt;acknowledge an IRQ&lt;/SPAN&gt; by writing&lt;/SPAN&gt;&lt;SPAN lang="CS"&gt; &lt;/SPAN&gt;&lt;SPAN lang="CS"&gt;a logic one&lt;/SPAN&gt;&lt;SPAN lang="CS"&gt; to the ISF bit in the PORTA_PCR14 register:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="CS"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 10.0pt; font-family: Consolas;"&gt;PORTA_PCR14 |= PORT_PCR_ISF_MASK;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3f7f5f; font-family: Consolas;"&gt;// Clear the interrupt flag &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 10.0pt; font-family: Consolas;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="CS"&gt;&lt;SPAN lang="CS"&gt;You correctly read the FF_MT_SRC register to clear the SRC_FF_MT status bit. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="CS"&gt;&lt;SPAN lang="CS"&gt;However, I would recommend to read both registers in your main loop to keep the ISR as short as possible. In the ISR, I would just acknowledge an IRQ and set another flag to indicate the motion event in the main loop. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="CS"&gt;&lt;SPAN lang="CS"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="CS"&gt;&lt;SPAN lang="CS"&gt;I hope it helps.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="CS"&gt;&lt;SPAN lang="CS"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="CS"&gt;&lt;SPAN lang="CS"&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="CS"&gt;&lt;SPAN lang="CS"&gt;Tomas&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="CS"&gt;&lt;SPAN lang="CS"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 13:10:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/Accelerometer-MMA8451/m-p/225551#M200</guid>
      <dc:creator>TomasVaverka</dc:creator>
      <dc:date>2013-10-29T13:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Accelerometer MMA8451</title>
      <link>https://community.nxp.com/t5/Sensors/Accelerometer-MMA8451/m-p/225552#M201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;I have already implemented your suggestion regarding PTA14 interrupt pin.&lt;/P&gt;&lt;P&gt;I am using ode warrior 10.3. I set the PTA14 Pin as a interrupt using processor expert service.&lt;/P&gt;&lt;P&gt;After setting all commands with interrupt pin setting i am not getting any interrupt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i tried to use polling method by reading STATUS resister&amp;nbsp; as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MMA8451_WriteReg(MMA8451_CTRL_REG_1, 0x018);//0x018&amp;nbsp;&amp;nbsp; // Set the device in 100 Hz ODR(10mS), Standby&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; MMA8451_ReadReg(MMA8451_CTRL_REG_1,(uint8_t*)&amp;amp;xyz,1);&lt;/P&gt;&lt;P&gt;&amp;nbsp; CTRL_REG1_Data = xyz[0];&lt;/P&gt;&lt;P&gt;&amp;nbsp; CTRL_REG1_Data |=0x01;&lt;/P&gt;&lt;P&gt;&amp;nbsp; MMA8451_WriteReg(MMA8451_CTRL_REG_1, 0x19);&amp;nbsp; // set active mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MMA8451_ReadReg(0x00, (uint8_t*)&amp;amp;abc,1);&lt;/P&gt;&lt;P&gt;if(abc[0]&amp;gt; 0x00)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data_ready_Flag=1;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case also my data_ready_Flag is not set.&lt;/P&gt;&lt;P&gt;Also i added delay of 200mS between each "MMA8451_ReadReg" function call but the result is same.&lt;/P&gt;&lt;P&gt;Then i checked whether my accelerometer is in active mode or not as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MMA8451_WriteReg(MMA8451_CTRL_REG_1, 0x018);//0x018&amp;nbsp;&amp;nbsp; // Set the device in 100 Hz ODR(10mS), Standby&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; MMA8451_ReadReg(MMA8451_CTRL_REG_1,(uint8_t*)&amp;amp;xyz,1);&lt;/P&gt;&lt;P&gt;&amp;nbsp; CTRL_REG1_Data = xyz[0];&lt;/P&gt;&lt;P&gt;&amp;nbsp; CTRL_REG1_Data |=0x01;&lt;/P&gt;&lt;P&gt;&amp;nbsp; MMA8451_WriteReg(MMA8451_CTRL_REG_1, CTRL_REG1_Data);&amp;nbsp; // set active mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MMA8451_ReadReg(MMA8451_CTRL_REG_1, (uint8_t*)&amp;amp;abc,1);&lt;/P&gt;&lt;P&gt;I got that MMA8451_CTRL_REG_1=0x18.&amp;nbsp;&amp;nbsp; though i am setting it as 0x19 befor reading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not getting why device is not in active mode. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 13:41:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/Accelerometer-MMA8451/m-p/225552#M201</guid>
      <dc:creator>Embionics</dc:creator>
      <dc:date>2013-10-30T13:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Accelerometer MMA8451</title>
      <link>https://community.nxp.com/t5/Sensors/Accelerometer-MMA8451/m-p/225553#M202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amreen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I am not really sure what is causing it, but in the meantime I created a simple bare metal example code that illustrates how to use the embedded motion detection function. It is written in the CW 10.3 for the &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-KL25Z"&gt;FRDM-KL25Z board&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you will find it useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 17:51:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/Accelerometer-MMA8451/m-p/225553#M202</guid>
      <dc:creator>TomasVaverka</dc:creator>
      <dc:date>2013-10-30T17:51:50Z</dc:date>
    </item>
  </channel>
</rss>

