<?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: FXLC95000 doesn't read data from FXAS21002</title>
    <link>https://community.nxp.com/t5/Sensors/FXLC95000-doesn-t-read-data-from-FXAS21002/m-p/409376#M1723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vitaliy,&lt;/P&gt;&lt;P&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hope you tried the updated library that I provided you last week. Does your issue get resolved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aswin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jul 2015 22:42:41 GMT</pubDate>
    <dc:creator>aswins</dc:creator>
    <dc:date>2015-07-20T22:42:41Z</dc:date>
    <item>
      <title>FXLC95000 doesn't read data from FXAS21002</title>
      <link>https://community.nxp.com/t5/Sensors/FXLC95000-doesn-t-read-data-from-FXAS21002/m-p/409370#M1717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;BR /&gt;I try to use FXLC95000 with FXAS21002 in &lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;KITFXLC95000EVM dev board and MailboxTool, ISF1.1.&lt;BR /&gt;&lt;/SPAN&gt;I have example project FXAS21002_Project.&lt;BR /&gt;I send commands via MailboxTool:&lt;/P&gt;&lt;P&gt;29 00&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;&lt;SPAN style="font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;02 02 00 01 03&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;- start the flow of sensor data, subscribe_sensor&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;When I use logic analyzer I see that fxlc95000 asks sensor about WHO_AM_I register and gets answer D7. As I understant it's right behavior of programm. But I don't understand why doesn't it start to read data from sensor???&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;fxlc95000 should start to read data. But there is no any activity on I2C bus after reading of WHO_AM_I register.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;I found out that my gyro_app_task stacks in function:&lt;BR /&gt; &lt;STRONG&gt; _lwevent_wait_for(&amp;amp;gEventGroup, SENSOR_DATA_READY_EVENT, FALSE, NULL);&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;and programm doesn't go to next functions of this task. And when I try to read data with command 02 03 00 0A I get zeros instead of sensor data. I don't know how to find the reasons because this function is closed for me and I don't know what is going on inside.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;Can you explaine to me what does this function do inside and why doesn't it go to next functions? Any ideas?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2026 23:40:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/FXLC95000-doesn-t-read-data-from-FXAS21002/m-p/409370#M1717</guid>
      <dc:creator>vitaliysiplichu</dc:creator>
      <dc:date>2026-02-03T23:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: FXLC95000 doesn't read data from FXAS21002</title>
      <link>https://community.nxp.com/t5/Sensors/FXLC95000-doesn-t-read-data-from-FXAS21002/m-p/409371#M1718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vitaliy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;U&gt;lwevent&lt;/U&gt;wait_for() function is an MQX system call.  it simply waits for an event.&lt;/P&gt;&lt;P&gt;The reason it does not come out is that it is never getting the SENSOR_DATA_READY_EVENT.&lt;/P&gt;&lt;P&gt;This is because the sensor initialization is failing and so it never starts running.&lt;/P&gt;&lt;P&gt;And the reason it’s failing is that the adapter that we provided didn’t know about the FXAS21002 (it wasn’t out yet) and only supports the FXAS21000 (which has a WHO_AM_I value of D1)&lt;/P&gt;&lt;P&gt;When the sensor adapter performs its initialization it verifies that the WHO_AM_I value is “correct” so when it sees D7 it returns an error as an unrecognized value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are discussing the best way to get you an adapter that is compatible with FXAS21002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 16:38:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/FXLC95000-doesn-t-read-data-from-FXAS21002/m-p/409371#M1718</guid>
      <dc:creator>jimmcglasson</dc:creator>
      <dc:date>2015-07-14T16:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: FXLC95000 doesn't read data from FXAS21002</title>
      <link>https://community.nxp.com/t5/Sensors/FXLC95000-doesn-t-read-data-from-FXAS21002/m-p/409372#M1719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;Hi Vitaliy,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt; I apologize for the delay.! I was held last week with another work. Seeing your problem above, Glad that you are able to read WHO_AM_I now!. But I guess since FXAS21002 had a Who_AM_I value change from D6 to D7 more recently. I guess that might be the reason for your problem. Let me send you an updated library file&amp;nbsp; that you can use. And lets see if it works. Because if you had got the recent FXAS21002 parts then you would have got parts whose WHO_AM_I value is D7.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;Aswin&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 19:51:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/FXLC95000-doesn-t-read-data-from-FXAS21002/m-p/409372#M1719</guid>
      <dc:creator>aswins</dc:creator>
      <dc:date>2015-07-14T19:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: FXLC95000 doesn't read data from FXAS21002</title>
      <link>https://community.nxp.com/t5/Sensors/FXLC95000-doesn-t-read-data-from-FXAS21002/m-p/409373#M1720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is what I thought. I mean functionality of &lt;STRONG style="font-size: 12.8000001907349px; font-family: arial, sans-serif; color: #222222;"&gt;_lwevent_wait_for &lt;/STRONG&gt;function. I understood that something is wrong with WHO_AM_I value. But it's strange for me because I use fsl_fxas21002_i2cspi_3D_gyro.lib that Margaret Nadworny gave me. I thought everything should be ok with new WHO_AM_I value in this library.&lt;/P&gt;&lt;P&gt;I will wait for your solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vitaliy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 20:12:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/FXLC95000-doesn-t-read-data-from-FXAS21002/m-p/409373#M1720</guid>
      <dc:creator>vitaliysiplichu</dc:creator>
      <dc:date>2015-07-14T20:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: FXLC95000 doesn't read data from FXAS21002</title>
      <link>https://community.nxp.com/t5/Sensors/FXLC95000-doesn-t-read-data-from-FXAS21002/m-p/409374#M1721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aswin!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excuse me for my persistence. ))) I just need to solve my problem.&lt;/P&gt;&lt;P&gt;Now I know a source of problems. So I will wait for your updated library. I hope it will help me. )))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vitaliy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 20:19:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/FXLC95000-doesn-t-read-data-from-FXAS21002/m-p/409374#M1721</guid>
      <dc:creator>vitaliysiplichu</dc:creator>
      <dc:date>2015-07-14T20:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: FXLC95000 doesn't read data from FXAS21002</title>
      <link>https://community.nxp.com/t5/Sensors/FXLC95000-doesn-t-read-data-from-FXAS21002/m-p/409375#M1722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vitaliy,&lt;/P&gt;&lt;P&gt;&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;&amp;nbsp;&amp;nbsp; No problem at all !. i am done updating the files and it works for me! I am trying to send you the new .lib file to your gmail address. But the mail is not getting delivered. Can you please provide an alternate email address. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aswin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 03:06:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/FXLC95000-doesn-t-read-data-from-FXAS21002/m-p/409375#M1722</guid>
      <dc:creator>aswins</dc:creator>
      <dc:date>2015-07-15T03:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: FXLC95000 doesn't read data from FXAS21002</title>
      <link>https://community.nxp.com/t5/Sensors/FXLC95000-doesn-t-read-data-from-FXAS21002/m-p/409376#M1723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vitaliy,&lt;/P&gt;&lt;P&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hope you tried the updated library that I provided you last week. Does your issue get resolved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aswin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 22:42:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/FXLC95000-doesn-t-read-data-from-FXAS21002/m-p/409376#M1723</guid>
      <dc:creator>aswins</dc:creator>
      <dc:date>2015-07-20T22:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: FXLC95000 doesn't read data from FXAS21002</title>
      <link>https://community.nxp.com/t5/Sensors/FXLC95000-doesn-t-read-data-from-FXAS21002/m-p/409377#M1724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Aswin!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the updated library and everything works now. So I resolved my issue with gyroscope. Problem was with WHO_AM_I register. Thanks! )))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, Vitaliy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 10:27:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/FXLC95000-doesn-t-read-data-from-FXAS21002/m-p/409377#M1724</guid>
      <dc:creator>vitaliysiplichu</dc:creator>
      <dc:date>2015-07-21T10:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: FXLC95000 doesn't read data from FXAS21002</title>
      <link>https://community.nxp.com/t5/Sensors/FXLC95000-doesn-t-read-data-from-FXAS21002/m-p/409378#M1725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vitaliy,&lt;/P&gt;&lt;P&gt;&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Glad that the problem is resolved now.!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aswin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 16:00:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/FXLC95000-doesn-t-read-data-from-FXAS21002/m-p/409378#M1725</guid>
      <dc:creator>aswins</dc:creator>
      <dc:date>2015-07-21T16:00:24Z</dc:date>
    </item>
  </channel>
</rss>

