<?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: MCAT Question? in Motor Control and Smart Energy</title>
    <link>https://community.nxp.com/t5/Motor-Control-and-Smart-Energy/MCAT-Question/m-p/656802#M122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Josef,&lt;/P&gt;&lt;P&gt;Thanks for your reply!!&lt;/P&gt;&lt;P&gt;I download&amp;nbsp;MCRSP_PMSM_V1.2.0 and try to build pmsm_ref_sol.eww.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But something wrong there.&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/9681i2C1EFBB759C9E8AD/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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Dec 2016 09:21:11 GMT</pubDate>
    <dc:creator>sungbryan</dc:creator>
    <dc:date>2016-12-09T09:21:11Z</dc:date>
    <item>
      <title>MCAT Question?</title>
      <link>https://community.nxp.com/t5/Motor-Control-and-Smart-Energy/MCAT-Question/m-p/656800#M120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In MCAT , What array f16TransferCharError[65] &amp;nbsp;in MID_SM_states.c is used for ?&lt;/P&gt;&lt;P&gt;how do I get init value when declaring variables?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="171170_171170.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/122618i70E9C9336C336954/image-size/large?v=v2&amp;amp;px=999" role="button" title="171170_171170.png" alt="171170_171170.png" /&gt;&lt;/span&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/9842i59CBE89A078A6B2C/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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 08:27:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Motor-Control-and-Smart-Energy/MCAT-Question/m-p/656800#M120</guid>
      <dc:creator>sungbryan</dc:creator>
      <dc:date>2016-12-08T08:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: MCAT Question?</title>
      <link>https://community.nxp.com/t5/Motor-Control-and-Smart-Energy/MCAT-Question/m-p/656801#M121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;f16TransCharError&lt;/STRONG&gt; has moved to rs_measure.c in MCRSP_PMSM v1.2.0. The array is used for inverter nonlinearities compensation during stator resistance identification (see &lt;A href="http://www.nxp.com/assets/documents/data/en/application-notes/AN5237.pdf"&gt;AN5237&lt;/A&gt; chapters 5.1.1 and 5.1.2). In the embedded code this array is filled&amp;nbsp;with default data. When doing Identification in MCAT, the array is filled with values from MCAT &lt;STRONG&gt;User_HW_CalibTable&lt;/STRONG&gt; or &lt;STRONG&gt;FSL_HW_CalibTable&lt;/STRONG&gt; param file (MCRSP_PMSM_V1.2.0\freemaster\mcat\param_files\) and used for phase voltage correction. You can get the inverter characteristic(see &lt;A href="http://www.nxp.com/assets/documents/data/en/application-notes/AN5237.pdf"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;AN5237&lt;/SPAN&gt;&lt;/A&gt; chapter 5.1.1), then the characteristic data are stored in &lt;STRONG&gt;User_HW_CalibTable&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Josef&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 12:24:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Motor-Control-and-Smart-Energy/MCAT-Question/m-p/656801#M121</guid>
      <dc:creator>joseftkadlec</dc:creator>
      <dc:date>2016-12-08T12:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: MCAT Question?</title>
      <link>https://community.nxp.com/t5/Motor-Control-and-Smart-Energy/MCAT-Question/m-p/656802#M122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Josef,&lt;/P&gt;&lt;P&gt;Thanks for your reply!!&lt;/P&gt;&lt;P&gt;I download&amp;nbsp;MCRSP_PMSM_V1.2.0 and try to build pmsm_ref_sol.eww.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But something wrong there.&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/9681i2C1EFBB759C9E8AD/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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 09:21:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Motor-Control-and-Smart-Energy/MCAT-Question/m-p/656802#M122</guid>
      <dc:creator>sungbryan</dc:creator>
      <dc:date>2016-12-09T09:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: MCAT Question?</title>
      <link>https://community.nxp.com/t5/Motor-Control-and-Smart-Energy/MCAT-Question/m-p/656803#M123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a linker error saying that the code doesn't fit into Flash. TWR-KV10 board is populated with a chip with 32KB Flash. The embedded code itself has about 24KB.&amp;nbsp;However, there is a TSA (Target Side Addressing) feature used at communication with FreeMASTER by default.&amp;nbsp;TSA uses extra Flash and causes the overflow over 32KB. At projects with KV10 the TSA feature must be turned off (#define BOARD_FMSTR_USE_TSA (0)&amp;nbsp; in &lt;STRONG&gt;board.h&lt;/STRONG&gt;). Then you must select the&amp;nbsp;Symbol file in FreeMASTER&amp;nbsp;(at IAR *.out) manually. See (see PMSMCRSPUG chapter 8.2.1 how to do that. Remember to select the file corresponding to the actual code (debug vs. release&amp;nbsp; and&amp;nbsp; &lt;STRONG&gt;_demo&lt;/STRONG&gt; vs. &lt;STRONG&gt;_ref_sol&lt;/STRONG&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Josef&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 09:57:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Motor-Control-and-Smart-Energy/MCAT-Question/m-p/656803#M123</guid>
      <dc:creator>joseftkadlec</dc:creator>
      <dc:date>2016-12-09T09:57:16Z</dc:date>
    </item>
  </channel>
</rss>

