<?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 FreeMASTER Lite Tutorial &amp;amp; Example Code Issue in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/FreeMASTER-Lite-Tutorial-amp-Example-Code-Issue/m-p/1328781#M11897</link>
    <description>&lt;P&gt;I'm currently trying to work through the following tutorial:&lt;BR /&gt;&lt;A href="https://www.nxp.com/design/training/getting-started-with-freemaster-lite-and-json-rpc-protocol:GETTING-STARTED-FREEMASTER-LITE" target="_blank"&gt;https://www.nxp.com/design/training/getting-started-with-freemaster-lite-and-json-rpc-protocol:GETTING-STARTED-FREEMASTER-LITE&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I'm using the following product:&lt;BR /&gt;&lt;A href="https://www.nxp.com/design/development-boards/automotive-motor-control-solutions/arm-based-solutions-/mcspte1ak144-s32k144-development-kit-for-bldc-and-pmsm-motor-control:MCSPTE1AK144" target="_blank"&gt;https://www.nxp.com/design/development-boards/automotive-motor-control-solutions/arm-based-solutions-/mcspte1ak144-s32k144-development-kit-for-bldc-and-pmsm-motor-control:MCSPTE1AK144&lt;/A&gt;&lt;/P&gt;&lt;P&gt;My goal is to try to get FreeMASTER Lite to work with this device from a Raspberry Pi with a Linux based OS.&lt;/P&gt;&lt;P&gt;Currently I have a Windows 10 pc with a VM of Ubuntu 20.4. I have everything installed on the Win10 pc, as well as everything installed on Ubuntu VM (except FreeMASTER Communications Driver, which I could not locate for Linux. Is there a Linux version available).&lt;/P&gt;&lt;P&gt;I have changed the "connection" variable in the example code to match my device.&lt;/P&gt;&lt;P&gt;Using Win10: When going through the example code provided with FreeMASTER Lite (FML_Python.ipynb), all of the code works, until ln[13], at which point I get the following error:&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------&lt;BR /&gt;Exception Traceback (most recent call last)&lt;BR /&gt;&amp;lt;ipython-input-13-c73f0bac6521&amp;gt; in &amp;lt;module&amp;gt;&lt;BR /&gt;----&amp;gt; 1 data = await SendRequest(jrpc, 'GetConfigParamString', "VS", 20)&lt;BR /&gt;2 print('Application version: ' + data)&lt;/P&gt;&lt;P&gt;&amp;lt;ipython-input-4-c6ba3a234475&amp;gt; in SendRequest(jrpc, method, *args)&lt;BR /&gt;4 return response.data.result['data']&lt;BR /&gt;5 else:&lt;BR /&gt;----&amp;gt; 6 raise Exception(response.data.result['error'])&lt;/P&gt;&lt;P&gt;Exception: {'code': 2147483907, 'message': "Can't detect board."}&lt;/P&gt;&lt;P&gt;I've been unable to fix this. Assistance would be appreciated.&lt;/P&gt;</description>
    <pubDate>Tue, 24 Aug 2021 15:51:14 GMT</pubDate>
    <dc:creator>sjc230</dc:creator>
    <dc:date>2021-08-24T15:51:14Z</dc:date>
    <item>
      <title>FreeMASTER Lite Tutorial &amp; Example Code Issue</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/FreeMASTER-Lite-Tutorial-amp-Example-Code-Issue/m-p/1328781#M11897</link>
      <description>&lt;P&gt;I'm currently trying to work through the following tutorial:&lt;BR /&gt;&lt;A href="https://www.nxp.com/design/training/getting-started-with-freemaster-lite-and-json-rpc-protocol:GETTING-STARTED-FREEMASTER-LITE" target="_blank"&gt;https://www.nxp.com/design/training/getting-started-with-freemaster-lite-and-json-rpc-protocol:GETTING-STARTED-FREEMASTER-LITE&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I'm using the following product:&lt;BR /&gt;&lt;A href="https://www.nxp.com/design/development-boards/automotive-motor-control-solutions/arm-based-solutions-/mcspte1ak144-s32k144-development-kit-for-bldc-and-pmsm-motor-control:MCSPTE1AK144" target="_blank"&gt;https://www.nxp.com/design/development-boards/automotive-motor-control-solutions/arm-based-solutions-/mcspte1ak144-s32k144-development-kit-for-bldc-and-pmsm-motor-control:MCSPTE1AK144&lt;/A&gt;&lt;/P&gt;&lt;P&gt;My goal is to try to get FreeMASTER Lite to work with this device from a Raspberry Pi with a Linux based OS.&lt;/P&gt;&lt;P&gt;Currently I have a Windows 10 pc with a VM of Ubuntu 20.4. I have everything installed on the Win10 pc, as well as everything installed on Ubuntu VM (except FreeMASTER Communications Driver, which I could not locate for Linux. Is there a Linux version available).&lt;/P&gt;&lt;P&gt;I have changed the "connection" variable in the example code to match my device.&lt;/P&gt;&lt;P&gt;Using Win10: When going through the example code provided with FreeMASTER Lite (FML_Python.ipynb), all of the code works, until ln[13], at which point I get the following error:&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------&lt;BR /&gt;Exception Traceback (most recent call last)&lt;BR /&gt;&amp;lt;ipython-input-13-c73f0bac6521&amp;gt; in &amp;lt;module&amp;gt;&lt;BR /&gt;----&amp;gt; 1 data = await SendRequest(jrpc, 'GetConfigParamString', "VS", 20)&lt;BR /&gt;2 print('Application version: ' + data)&lt;/P&gt;&lt;P&gt;&amp;lt;ipython-input-4-c6ba3a234475&amp;gt; in SendRequest(jrpc, method, *args)&lt;BR /&gt;4 return response.data.result['data']&lt;BR /&gt;5 else:&lt;BR /&gt;----&amp;gt; 6 raise Exception(response.data.result['error'])&lt;/P&gt;&lt;P&gt;Exception: {'code': 2147483907, 'message': "Can't detect board."}&lt;/P&gt;&lt;P&gt;I've been unable to fix this. Assistance would be appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 15:51:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/FreeMASTER-Lite-Tutorial-amp-Example-Code-Issue/m-p/1328781#M11897</guid>
      <dc:creator>sjc230</dc:creator>
      <dc:date>2021-08-24T15:51:14Z</dc:date>
    </item>
  </channel>
</rss>

