<?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: pitIsrFlag Sensor Fusion SDK Question</title>
    <link>https://community.nxp.com/t5/Sensors/pitIsrFlag-Sensor-Fusion-SDK-Question/m-p/752148#M4841</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL&gt;&lt;LI&gt;"Sensor Fusion Toolbox" refers to the GUI portion only running under windows or Android.&amp;nbsp; It communicates to a sensor fusion &lt;EM&gt;application&lt;/EM&gt; running on the embedded board via a UART-based protocol which is documented in the user guide.&amp;nbsp; The GUI has the ability to program boards with a sample S.F. application.&amp;nbsp; But that is NOT what you've done.&amp;nbsp; You've used the development tool to program the board, which is the normal development flow.&amp;nbsp; ALL calibrations are done on the embedded board.&amp;nbsp; The GUI is for demo and debug purposes only.&lt;/LI&gt;&lt;LI&gt;You can create your own windows app if desired.&amp;nbsp; Again, the protocol is specified in the user guide.&amp;nbsp; And since you have source, you can even change it if desired.&amp;nbsp; We don't normally supply Windows-side software or headers, as most customers have their own interfaces.&lt;/LI&gt;&lt;LI&gt;calls to initialize the accel and mag calibration parameters are inside function initializeFusionEngine() in file sensor_fusion.c.&amp;nbsp; The initialization functions for the 6 and 9-axis Kalman filters will either load previously stored gyro offsets from flash OR just use current measurements as the offset.&amp;nbsp; The latter is why you see that message in the GUI.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Much of the above IS covered in the user guide.&amp;nbsp; You will save yourself a lot of time if you take the time to at least give it a quick skim so you know what is covered.&amp;nbsp; I also posted links to training videos in this space yesterday.&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Dec 2017 14:54:21 GMT</pubDate>
    <dc:creator>michaelestanley</dc:creator>
    <dc:date>2017-12-02T14:54:21Z</dc:date>
    <item>
      <title>pitIsrFlag Sensor Fusion SDK Question</title>
      <link>https://community.nxp.com/t5/Sensors/pitIsrFlag-Sensor-Fusion-SDK-Question/m-p/752143#M4836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just purchased a K64F-AGM01 assembly. Never used the NXP products before. I'm stuck. I've searched the community for hours and hours for answers. Read every documentation I could find. Still can't seem to find the information that I need to build my project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I loaded a SDK example for sensor fusion. Ran the example in debugger, but it runs through the cycle once, and since&amp;nbsp;pitIsrFlag doesn't == true on the first pass, the program ends. I get no data from the sensor fusion functions. Am I supposed to write my own program to call the bare metal main function from a loop I create separately?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2026 21:55:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/pitIsrFlag-Sensor-Fusion-SDK-Question/m-p/752143#M4836</guid>
      <dc:creator>randyjohnson</dc:creator>
      <dc:date>2026-02-03T21:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: pitIsrFlag Sensor Fusion SDK Question</title>
      <link>https://community.nxp.com/t5/Sensors/pitIsrFlag-Sensor-Fusion-SDK-Question/m-p/752144#M4837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Randy,&lt;/P&gt;&lt;P&gt;Let me ask, are you trying to single step through the debugger?&amp;nbsp; If you try that on the&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;if (true == pitIsrFlag) {&lt;/P&gt;&lt;P&gt;statement, you will go nowhere fast.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/52797i0530566CB0AB00C9/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The reason is that the PIT timer is programmed to "freeze" in debug mode.&amp;nbsp; From the PIT chapter of the K64 Reference Manual:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/52640iE6DAE7295A51FCE7/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The good news is that you can put a break at the next line after the IF, RUN to that point, then continue single stepping.&lt;/P&gt;&lt;P&gt;Does your board flash green on LED D12 on the K64 when you just power it up outside the debugger?&amp;nbsp; If so, the app is running fine and this is just a pilot error.&lt;/P&gt;&lt;P&gt;The other thing you should do is startup the sensor fusion toolbox and connect to the board.&amp;nbsp; That will enable you to see it operating correctly.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2017 18:11:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/pitIsrFlag-Sensor-Fusion-SDK-Question/m-p/752144#M4837</guid>
      <dc:creator>michaelestanley</dc:creator>
      <dc:date>2017-12-01T18:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: pitIsrFlag Sensor Fusion SDK Question</title>
      <link>https://community.nxp.com/t5/Sensors/pitIsrFlag-Sensor-Fusion-SDK-Question/m-p/752145#M4838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really appreciate your reply. Yes, everything works when I run Sensor&lt;/P&gt;&lt;P&gt;Fusion Toolbox. I'll try putting a break as you suggest.....Another&lt;/P&gt;&lt;P&gt;question: Is it possible to get the source code to the Windows GUI for the&lt;/P&gt;&lt;P&gt;Sensor Fusion Toolbox? What I'm trying to do is just capture the compass&lt;/P&gt;&lt;P&gt;heading (in degrees) after all the offsets and calibration have been&lt;/P&gt;&lt;P&gt;calculated (as is displayed in the text box in the Sensor Fusion Toolbox&lt;/P&gt;&lt;P&gt;GUI)? Thank you again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Randy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;http://www.avg.com/email-signature?utm_medium=email&amp;amp;utm_source=link&amp;amp;utm_campaign=sig-email&amp;amp;utm_content=webmail&amp;gt;&lt;/P&gt;&lt;P&gt;Virus-free.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/www.avg.com" target="test_blank"&gt;www.avg.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;http://www.avg.com/email-signature?utm_medium=email&amp;amp;utm_source=link&amp;amp;utm_campaign=sig-email&amp;amp;utm_content=webmail&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Fri, Dec 1, 2017 at 11:11 AM, michaelestanley &amp;lt;admin@community.nxp.com&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2017 18:57:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/pitIsrFlag-Sensor-Fusion-SDK-Question/m-p/752145#M4838</guid>
      <dc:creator>randyjohnson</dc:creator>
      <dc:date>2017-12-01T18:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: pitIsrFlag Sensor Fusion SDK Question</title>
      <link>https://community.nxp.com/t5/Sensors/pitIsrFlag-Sensor-Fusion-SDK-Question/m-p/752146#M4839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Randy,&lt;/P&gt;&lt;P&gt;You can read the compass heading directly from the global structures.&amp;nbsp; The field name varies as a function of the algorithm you're using.&amp;nbsp; See Section 4.2 in the user manual, and specifically Table 6.&amp;nbsp; The forth row in the table gives you the field name.&lt;/P&gt;&lt;P&gt;Let me know if you're still interested in the GUI after checking that out.&amp;nbsp; We're in the process of adjusting our software release processes in anticipation of the QualComm merger, and I'll need to consult my masters about doing that within the scope of new guidelines.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2017 21:01:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/pitIsrFlag-Sensor-Fusion-SDK-Question/m-p/752146#M4839</guid>
      <dc:creator>michaelestanley</dc:creator>
      <dc:date>2017-12-01T21:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: pitIsrFlag Sensor Fusion SDK Question</title>
      <link>https://community.nxp.com/t5/Sensors/pitIsrFlag-Sensor-Fusion-SDK-Question/m-p/752147#M4840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Mike. I was able to read the compass data and might not need the&lt;/P&gt;&lt;P&gt;Windows GUI. A few questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Is the Sensor Fusion Toolbox flashed onto the K64F when I run the&lt;/P&gt;&lt;P&gt;Windows Sensor Fusion Toolbox and thereafter the Windows GUI is reading the&lt;/P&gt;&lt;P&gt;processed or calibrated compass fRhoPl heading from the board itself, or is&lt;/P&gt;&lt;P&gt;the Sensor Fusion Toolbox a Windows program that is constantly pulling the&lt;/P&gt;&lt;P&gt;raw data from the K64F and processing the calibrations in a Windows .exe?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If the Toolbox software is actually on the board and running from the&lt;/P&gt;&lt;P&gt;board, could I just create my own Windows GUI and pull the calibrated&lt;/P&gt;&lt;P&gt;compass data from the serial port, and if so, what header files or library&lt;/P&gt;&lt;P&gt;files do I need to include in my Windows C# program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. When I first run the Windows Sensor Fusion Toolbox, it asks the user to&lt;/P&gt;&lt;P&gt;move the board around to calibrate it. This being the case, when I run the&lt;/P&gt;&lt;P&gt;debug in the MCUXpresso IDE and read the fRhoPl data, how does the Sensor&lt;/P&gt;&lt;P&gt;Fusion software initially calibrate the sensors? When running the debugger,&lt;/P&gt;&lt;P&gt;it doesn't ask me to wave the board around as does the Windows Sensor&lt;/P&gt;&lt;P&gt;Fusion program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help. Very grateful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Randy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;http://www.avg.com/email-signature?utm_medium=email&amp;amp;utm_source=link&amp;amp;utm_campaign=sig-email&amp;amp;utm_content=webmail&amp;gt;&lt;/P&gt;&lt;P&gt;Virus-free.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/www.avg.com" target="test_blank"&gt;www.avg.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;http://www.avg.com/email-signature?utm_medium=email&amp;amp;utm_source=link&amp;amp;utm_campaign=sig-email&amp;amp;utm_content=webmail&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Fri, Dec 1, 2017 at 2:01 PM, michaelestanley &amp;lt;admin@community.nxp.com&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2017 22:23:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/pitIsrFlag-Sensor-Fusion-SDK-Question/m-p/752147#M4840</guid>
      <dc:creator>randyjohnson</dc:creator>
      <dc:date>2017-12-01T22:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: pitIsrFlag Sensor Fusion SDK Question</title>
      <link>https://community.nxp.com/t5/Sensors/pitIsrFlag-Sensor-Fusion-SDK-Question/m-p/752148#M4841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL&gt;&lt;LI&gt;"Sensor Fusion Toolbox" refers to the GUI portion only running under windows or Android.&amp;nbsp; It communicates to a sensor fusion &lt;EM&gt;application&lt;/EM&gt; running on the embedded board via a UART-based protocol which is documented in the user guide.&amp;nbsp; The GUI has the ability to program boards with a sample S.F. application.&amp;nbsp; But that is NOT what you've done.&amp;nbsp; You've used the development tool to program the board, which is the normal development flow.&amp;nbsp; ALL calibrations are done on the embedded board.&amp;nbsp; The GUI is for demo and debug purposes only.&lt;/LI&gt;&lt;LI&gt;You can create your own windows app if desired.&amp;nbsp; Again, the protocol is specified in the user guide.&amp;nbsp; And since you have source, you can even change it if desired.&amp;nbsp; We don't normally supply Windows-side software or headers, as most customers have their own interfaces.&lt;/LI&gt;&lt;LI&gt;calls to initialize the accel and mag calibration parameters are inside function initializeFusionEngine() in file sensor_fusion.c.&amp;nbsp; The initialization functions for the 6 and 9-axis Kalman filters will either load previously stored gyro offsets from flash OR just use current measurements as the offset.&amp;nbsp; The latter is why you see that message in the GUI.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Much of the above IS covered in the user guide.&amp;nbsp; You will save yourself a lot of time if you take the time to at least give it a quick skim so you know what is covered.&amp;nbsp; I also posted links to training videos in this space yesterday.&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Dec 2017 14:54:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/pitIsrFlag-Sensor-Fusion-SDK-Question/m-p/752148#M4841</guid>
      <dc:creator>michaelestanley</dc:creator>
      <dc:date>2017-12-02T14:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: pitIsrFlag Sensor Fusion SDK Question</title>
      <link>https://community.nxp.com/t5/Sensors/pitIsrFlag-Sensor-Fusion-SDK-Question/m-p/752149#M4842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Mike for your help. I've studied everything available that I&lt;/P&gt;&lt;P&gt;could find and still stuck. With typical USB hardware peripherals I've&lt;/P&gt;&lt;P&gt;programmed to in the past, they have *.dll file(s) I can import into my&lt;/P&gt;&lt;P&gt;Visual Studio C# project and use the hardware's custom API data structure&lt;/P&gt;&lt;P&gt;calls and send them through the virtual USB to get the data. I've never&lt;/P&gt;&lt;P&gt;worked with an embedded system so, while I understand the basics of how it&lt;/P&gt;&lt;P&gt;works, I'm having trouble with the syntax to request specific data from the&lt;/P&gt;&lt;P&gt;K64F-AGM01. I connect to the port through my C# project and send a ReadLine&lt;/P&gt;&lt;P&gt;command. The information I get back is hex numbers. Is this what I should&lt;/P&gt;&lt;P&gt;expect? If so, how do I translate them? (As a side note, when I hook the&lt;/P&gt;&lt;P&gt;K64F board up to Tera Term, the console just prints a stream of garbage) I&lt;/P&gt;&lt;P&gt;was hoping to be able to just send a request to the port from my C# project&lt;/P&gt;&lt;P&gt;to get the fRhoPl data from the K64F. If there is a simple line of C code&lt;/P&gt;&lt;P&gt;from my C# project to do this, I haven't found it. I see there's a&lt;/P&gt;&lt;P&gt;sUARTOutputBuffer in the bare metal code. Is that where can pick up the&lt;/P&gt;&lt;P&gt;data from the host? If so, how? Should I write lines of code in the bare&lt;/P&gt;&lt;P&gt;metal main program to actually send information to the port, then read it&lt;/P&gt;&lt;P&gt;from the port on the host (C# project) side?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Randy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;http://www.avg.com/email-signature?utm_medium=email&amp;amp;utm_source=link&amp;amp;utm_campaign=sig-email&amp;amp;utm_content=webmail&amp;gt;&lt;/P&gt;&lt;P&gt;Virus-free.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/www.avg.com" target="test_blank"&gt;www.avg.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;http://www.avg.com/email-signature?utm_medium=email&amp;amp;utm_source=link&amp;amp;utm_campaign=sig-email&amp;amp;utm_content=webmail&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Sat, Dec 2, 2017 at 7:54 AM, michaelestanley &amp;lt;admin@community.nxp.com&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 21:11:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/pitIsrFlag-Sensor-Fusion-SDK-Question/m-p/752149#M4842</guid>
      <dc:creator>randyjohnson</dc:creator>
      <dc:date>2017-12-07T21:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: pitIsrFlag Sensor Fusion SDK Question</title>
      <link>https://community.nxp.com/t5/Sensors/pitIsrFlag-Sensor-Fusion-SDK-Question/m-p/752150#M4843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To add to this.....I've tried writing "Q9  " to the K64F through the serial&lt;/P&gt;&lt;P&gt;port in my Visual C# project then calling ReadExisting() to read data from&lt;/P&gt;&lt;P&gt;the serial port. ReadExisting gives me an empty string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only time ReadExisting gives me any data is when I first plug in the&lt;/P&gt;&lt;P&gt;K64F, and when it does give me data it is undecipherable. After the first&lt;/P&gt;&lt;P&gt;read, in the following calls to ReadExisting it gets an empty string. The&lt;/P&gt;&lt;P&gt;ReadLine command gets data, but it appears to be undecipherable as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 18:13:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/pitIsrFlag-Sensor-Fusion-SDK-Question/m-p/752150#M4843</guid>
      <dc:creator>randyjohnson</dc:creator>
      <dc:date>2017-12-08T18:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: pitIsrFlag Sensor Fusion SDK Question</title>
      <link>https://community.nxp.com/t5/Sensors/pitIsrFlag-Sensor-Fusion-SDK-Question/m-p/752151#M4844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Randy,&lt;/P&gt;&lt;P&gt;You probably don't want to think of the board as a programmable USB peripheral.&amp;nbsp; That's not the intent.&amp;nbsp; The GUI uses the OpenSDA UART/USB feature to communicate with the board.&amp;nbsp; So it has to have the appropriate OpenSDA driver installed on your windows machine - which only embedded developers are likely to have.&amp;nbsp; &amp;nbsp;The interface in the embedded code has communications to/from the sensor fusion toolbox as it's primary reason for existence.&amp;nbsp; But of course you are welcome to use it as a starting point for your application.&amp;nbsp; The protocol (covered in ch. 7 of the user guide) is binary.&amp;nbsp; So you should not expect to see human readable content in your console.&amp;nbsp; Nor can you send it ascii commands.&amp;nbsp; The embedded code is almost always streaming packet types 1, 3 and 4 at a minimum.&amp;nbsp; You use Sensor Fusion Toolbox commands to select which algorithm is being used to compute the data in those packets.&lt;/P&gt;&lt;P&gt;Shoot me an email at &lt;A href="mailto:mike.stanley@nxp.com,"&gt;mike.stanley@nxp.com&lt;/A&gt;&amp;nbsp;with your contact info and I'll check on my end to see how I can put the C# file that I use to communicate with the board into your hands.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 19:14:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/pitIsrFlag-Sensor-Fusion-SDK-Question/m-p/752151#M4844</guid>
      <dc:creator>michaelestanley</dc:creator>
      <dc:date>2017-12-08T19:14:18Z</dc:date>
    </item>
  </channel>
</rss>

