<?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>Digital Signal ControllersのトピックRe: Get help about sensorless FOC on MC56F84766</title>
    <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Get-help-about-sensorless-FOC-on-MC56F84766/m-p/777305#M1271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Mr. Pavel:&lt;/P&gt;&lt;P&gt;Thank you very much for you reply.&lt;/P&gt;&lt;P&gt;As you said, the sensorless algorithm can’t meet the demand of position control because the observer can work until the speed is great than 5%-10%. When motor start, it may work on open-loop while the level of back-emf voltage is very that make the observer can’t work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a bad news for me. I want to find a solution without quad encoder. It seems to be very difficult if we use the sensorless observer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have other solution, for example, with Hall encoder to realize the position control for FOC algorithm ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, I would like to hope you give the reference software codes(if you have) as described on the attached DRM139. In the solution, it told us to realize position control without sensors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changshui Li&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;发件人: pavelsustek &lt;/P&gt;&lt;P&gt;发送时间: 2017年12月13日 15:36&lt;/P&gt;&lt;P&gt;收件人: 李长水&lt;/P&gt;&lt;P&gt;主题: Re:  - Re: Get help about sensorless FOC on MC56F84766&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NXP Community &amp;lt;https://community.freescale.com/resources/statics/1000/35400-NXP-Community-Email-banner-600x75.jpg&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re: Get help about sensorless FOC on MC56F84766&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Pavel Sustek&amp;lt;https://community.nxp.com/people/pavelsustek?et=watches.email.thread&amp;gt; in Digital Signal Controllers - View the full discussion&amp;lt;https://community.nxp.com/message/969726?commentID=969726&amp;amp;et=watches.email.thread#comment-969726&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Dec 2017 11:10:50 GMT</pubDate>
    <dc:creator>changshuili</dc:creator>
    <dc:date>2017-12-13T11:10:50Z</dc:date>
    <item>
      <title>Get help about sensorless FOC on MC56F84766</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Get-help-about-sensorless-FOC-on-MC56F84766/m-p/777303#M1269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On my last project,&amp;nbsp; I used MC56F84766VLK as controller, and one quad encoder as angle/speed sample to realize PMSM motor control by using FOC algorithm:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="MC56F84766 FOC with Encoder.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/4436i39B1DAFC76073357/image-size/large?v=v2&amp;amp;px=999" role="button" title="MC56F84766 FOC with Encoder.jpg" alt="MC56F84766 FOC with Encoder.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;where:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (1)TMR0:quad timer0, input A/B signals from encoder as quad counter&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;by one function:MCSTRUC_AngleFromEncoder() to output two angle signals as Park's &amp;amp; Inverse Park's angle signal(&lt;SPAN style="font-size: 10.5pt;"&gt;θ&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt;"&gt;e&lt;/SPAN&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; gsM1_Drive.sSpeedPos.sAnglePosEl, gsM1_Drive.sSpeedPos.sAnglePosElUpdate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;(2) TMR1: quad timer1, input TMR0 OFLAG&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; by one function:MCSTRUC_PosCalc() to get the relative position,&lt;SPAN style="font-size: 10.5pt;"&gt;θ&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt;"&gt;m&lt;/SPAN&gt;: gsM1_Drive.sPosCalc.f32PosRelative&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (3) TMR2: quad timer2 and timer3, normal M/T speed calucation and low speed calucation&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; by&amp;nbsp;one function:MCSTRUC_SpeedClacMTMethod() to out normal speed signal,&lt;SPAN style="font-size: 10.5pt;"&gt;ω&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt;"&gt;m&lt;/SPAN&gt;:gsM1_Drive.sSpeedPos.f32Speed&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;by one function:MCSTRUC_SpeedClacImproved() to out the startup speed signal:gsM1_Drive.sSpeedPos.f32SpeedImproved&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to get lower cost, we want to cancel the quad encoder,and consider to use back-emf observer+tracking algorithm to realize the sensorless FOC.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="MC56F84766 FOC withno Encoder.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/4463i52AC035EB295526B/image-size/large?v=v2&amp;amp;px=999" role="button" title="MC56F84766 FOC withno Encoder.jpg" alt="MC56F84766 FOC withno Encoder.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;By browsing our NXP resource, we found one reference(AN5014SW)&amp;nbsp;may realize our task. Functions CalcObs() and Update() can out angle signal(module-&amp;gt;data.posElEst) and speed signal(module-&amp;gt;data.velocityElEst).&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;P&gt;(1) How to get these signals as like encoder? or, to replace them with the sensorless Observer+Tracking :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (a)Angle signals:gsM1_Drive.sSpeedPos.sAnglePosEl, gsM1_Drive.sSpeedPos.sAnglePosElUpdate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; (b)Relative position signal:gsM1_Drive.sPosCalc.f32PosRelative&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; (c)Speed signal:gsM1_Drive.sSpeedPos.f32Speed,gsM1_Drive.sSpeedPos.f32SpeedImproved&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2) Why the angle signal(module-&amp;gt;data.posElEst) change too much when the motor&amp;nbsp;stops?&lt;/P&gt;&lt;P&gt;as the below figure(captured by FreeMaster):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Obs FreeMaster.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/4586iF08CF5664FDE53D8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Obs FreeMaster.png" alt="Obs FreeMaster.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wait your reply.&lt;/P&gt;&lt;P&gt;Thanks too much!&lt;/P&gt;&lt;P&gt;Lichangshui ,2017-12-11&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 02:35:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/Get-help-about-sensorless-FOC-on-MC56F84766/m-p/777303#M1269</guid>
      <dc:creator>changshuili</dc:creator>
      <dc:date>2017-12-11T02:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Get help about sensorless FOC on MC56F84766</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Get-help-about-sensorless-FOC-on-MC56F84766/m-p/777304#M1270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Lichangshui,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;regarding encoder replacement by&amp;nbsp; Bemf observer + tracking observer for a position control is not very feasible. The observer requires for its functionality a minimum level of Back-emf voltages. These voltages are generated during PMSM rotation. Thus, the algorithm starts reliably working from 5%-10% of motor nominal speed. Under this speed the algorithm is not capable to estimate rotor speed and also rotor electrical position (integrated from estimated speed).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Typically the sensorless algorithm is used only for speed control while position control requires precise position feedback even for very low speed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Pavel&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 07:35:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/Get-help-about-sensorless-FOC-on-MC56F84766/m-p/777304#M1270</guid>
      <dc:creator>pavelsustek</dc:creator>
      <dc:date>2017-12-13T07:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Get help about sensorless FOC on MC56F84766</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Get-help-about-sensorless-FOC-on-MC56F84766/m-p/777305#M1271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Mr. Pavel:&lt;/P&gt;&lt;P&gt;Thank you very much for you reply.&lt;/P&gt;&lt;P&gt;As you said, the sensorless algorithm can’t meet the demand of position control because the observer can work until the speed is great than 5%-10%. When motor start, it may work on open-loop while the level of back-emf voltage is very that make the observer can’t work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a bad news for me. I want to find a solution without quad encoder. It seems to be very difficult if we use the sensorless observer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have other solution, for example, with Hall encoder to realize the position control for FOC algorithm ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, I would like to hope you give the reference software codes(if you have) as described on the attached DRM139. In the solution, it told us to realize position control without sensors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changshui Li&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;发件人: pavelsustek &lt;/P&gt;&lt;P&gt;发送时间: 2017年12月13日 15:36&lt;/P&gt;&lt;P&gt;收件人: 李长水&lt;/P&gt;&lt;P&gt;主题: Re:  - Re: Get help about sensorless FOC on MC56F84766&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NXP Community &amp;lt;https://community.freescale.com/resources/statics/1000/35400-NXP-Community-Email-banner-600x75.jpg&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re: Get help about sensorless FOC on MC56F84766&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Pavel Sustek&amp;lt;https://community.nxp.com/people/pavelsustek?et=watches.email.thread&amp;gt; in Digital Signal Controllers - View the full discussion&amp;lt;https://community.nxp.com/message/969726?commentID=969726&amp;amp;et=watches.email.thread#comment-969726&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 11:10:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/Get-help-about-sensorless-FOC-on-MC56F84766/m-p/777305#M1271</guid>
      <dc:creator>changshuili</dc:creator>
      <dc:date>2017-12-13T11:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Get help about sensorless FOC on MC56F84766</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Get-help-about-sensorless-FOC-on-MC56F84766/m-p/777306#M1272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Lichangshui,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I'm a little bit affraid that replacement of quadrature encoder in position control is almost impossible.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Hall sensors could be considered, but there's also problem at low and zero speed region where the position resolution is zero or very low.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;For correct position control there has to be information about actual rotor position even at zero speed. This condition can ensure only sensors like resolver or encoder.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;DRM139 does describe position sensor elemination but only for speed control. It's the same control as described in previous comment - open-loop start-up and switching to sensorless backemf control for speed &amp;gt; 5-10% of nominal speed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Open loop control in low speed does not provide any information about actual rotor position as well. Thus, it cannot be used as replacement for position sensor at low speed regions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Pavel&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2017 12:57:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/Get-help-about-sensorless-FOC-on-MC56F84766/m-p/777306#M1272</guid>
      <dc:creator>pavelsustek</dc:creator>
      <dc:date>2017-12-14T12:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Get help about sensorless FOC on MC56F84766</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Get-help-about-sensorless-FOC-on-MC56F84766/m-p/777307#M1273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Pavel,&lt;/P&gt;&lt;P&gt;Thank you very much for your guideness.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have the reference software code which implements the position FOC with Hall encoder? Although the precision may be low for Hall (there are only six sectors one round, it means the error of  60 degrees), but we installed the motor with a gearbox. The ratio of the gearbox is about 90 , then the total error may be 60/90 degree(i.e. 0.67 degree), It may be acceptable in the lower application. So, I hope you give me one reference software codes about these with Hall encoder on position FOC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, I ask that  do you have the software codes like DRM139?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changshui Li&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;发件人: pavelsustek &lt;/P&gt;&lt;P&gt;发送时间: 2017年12月14日 20:58&lt;/P&gt;&lt;P&gt;收件人: 李长水&lt;/P&gt;&lt;P&gt;主题: Re:  - Re: Get help about sensorless FOC on MC56F84766&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NXP Community &amp;lt;https://community.freescale.com/resources/statics/1000/35400-NXP-Community-Email-banner-600x75.jpg&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re: Get help about sensorless FOC on MC56F84766&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Pavel Sustek&amp;lt;https://community.nxp.com/people/pavelsustek?et=watches.email.thread&amp;gt; in Digital Signal Controllers - View the full discussion&amp;lt;https://community.nxp.com/message/970066?commentID=970066&amp;amp;et=watches.email.thread#comment-970066&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 01:16:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/Get-help-about-sensorless-FOC-on-MC56F84766/m-p/777307#M1273</guid>
      <dc:creator>changshuili</dc:creator>
      <dc:date>2017-12-15T01:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Get help about sensorless FOC on MC56F84766</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Get-help-about-sensorless-FOC-on-MC56F84766/m-p/777308#M1274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Lichangshui,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Hall sensor FOC control could somehow works in your case with gearbox. Unfortunately I cannot offer any official FOC with Hall sensors software application at this time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;It's planned for next year, hopefully end of Q1 for Cortex M4 Kinetis MCU.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;For DSC there's is no plan currently to support this application, but we can consider this as an option.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;For initial testing of Sensorless FOC I would recoomend to use AN5014SW as for DRM139, the software is no publicly available.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Pavel&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 07:59:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/Get-help-about-sensorless-FOC-on-MC56F84766/m-p/777308#M1274</guid>
      <dc:creator>pavelsustek</dc:creator>
      <dc:date>2017-12-15T07:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Get help about sensorless FOC on MC56F84766</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Get-help-about-sensorless-FOC-on-MC56F84766/m-p/777309#M1275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Pavel,&lt;/P&gt;&lt;P&gt;Thank you very much for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1)     You will  plan on 2018 Q1 to issue the hall FOC on Cortex Kinetis MCU. We hope you could also implement it on MC56F847xx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let mu know when you issue the solution. Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2)      We have studied  AN5014SW, and find the estimation result of angle “posElEst” fluctuates very highly even on stop state and run state. We have captured the below signal as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Changshui Li&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;发件人: pavelsustek &lt;/P&gt;&lt;P&gt;发送时间: 2017年12月15日 16:00&lt;/P&gt;&lt;P&gt;收件人: 李长水&lt;/P&gt;&lt;P&gt;主题: Re:  - Re: Get help about sensorless FOC on MC56F84766&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NXP Community &amp;lt;https://community.freescale.com/resources/statics/1000/35400-NXP-Community-Email-banner-600x75.jpg&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re: Get help about sensorless FOC on MC56F84766&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Pavel Sustek&amp;lt;https://community.nxp.com/people/pavelsustek?et=watches.email.thread&amp;gt; in Digital Signal Controllers - View the full discussion&amp;lt;https://community.nxp.com/message/970416?commentID=970416&amp;amp;et=watches.email.thread#comment-970416&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 08:22:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/Get-help-about-sensorless-FOC-on-MC56F84766/m-p/777309#M1275</guid>
      <dc:creator>changshuili</dc:creator>
      <dc:date>2017-12-15T08:22:59Z</dc:date>
    </item>
  </channel>
</rss>

