<?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>S32KのトピックRe: BLDC with encoder for s32k144 example</title>
    <link>https://community.nxp.com/t5/S32K/BLDC-with-encoder-for-s32k144-example/m-p/1193164#M9104</link>
    <description>&lt;P&gt;Hi Marekmusak,&lt;/P&gt;&lt;P&gt;Thank you for your answer. Of course I changed the motor_structure.h for the hall sensor, otherwise I would not have seen the signals in freemaster. I meant a checkbox where you could decide between a hall sensor or an encoder in page control from motor control app tuning tool. Can you tell me please, if&amp;nbsp;the bldc motor has also an encoder or just a hall sensor?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Abdel&lt;/P&gt;</description>
    <pubDate>Thu, 03 Dec 2020 10:59:14 GMT</pubDate>
    <dc:creator>Abdel</dc:creator>
    <dc:date>2020-12-03T10:59:14Z</dc:date>
    <item>
      <title>BLDC with encoder for s32k144 example</title>
      <link>https://community.nxp.com/t5/S32K/BLDC-with-encoder-for-s32k144-example/m-p/1192680#M9088</link>
      <description>&lt;P&gt;Hello, can you help me to find a possibility to switch between encoder and Hall sensor in the &lt;STRONG&gt;BLDC&lt;/STRONG&gt; Motor Application Tuning Tool as with pmsm control page (see picture below). Thank you in Advance&lt;/P&gt;&lt;P&gt;Best regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;Abdel&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 22:28:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/BLDC-with-encoder-for-s32k144-example/m-p/1192680#M9088</guid>
      <dc:creator>Abdel</dc:creator>
      <dc:date>2020-12-02T22:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: BLDC with encoder for s32k144 example</title>
      <link>https://community.nxp.com/t5/S32K/BLDC-with-encoder-for-s32k144-example/m-p/1193119#M9100</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hello Abdel,&lt;/P&gt;
&lt;P&gt;compared to PMSM app, in the BLDC app, there is a macro that defines Hall operation or sensorless operation . This macro can be changed in motor_structure.h as show below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;/*****************************************************************************&lt;BR /&gt;* Define Hall based or Sensorless based BLDC SixStep Control&lt;BR /&gt;*&lt;BR /&gt;* HALL_SENSOR 0 Sensorless operation, motor position/speed obtained by the back-EMF voltage&lt;BR /&gt;* zero-cross detection method&lt;BR /&gt;* HALL_SENSOR 1 Sensorbased operation, motor position/speed is obtained by the Hall sensor&lt;BR /&gt;*&lt;BR /&gt;******************************************************************************/&lt;BR /&gt;#define HALL_SENSOR 0&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 09:56:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/BLDC-with-encoder-for-s32k144-example/m-p/1193119#M9100</guid>
      <dc:creator>marekmusak</dc:creator>
      <dc:date>2020-12-03T09:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: BLDC with encoder for s32k144 example</title>
      <link>https://community.nxp.com/t5/S32K/BLDC-with-encoder-for-s32k144-example/m-p/1193164#M9104</link>
      <description>&lt;P&gt;Hi Marekmusak,&lt;/P&gt;&lt;P&gt;Thank you for your answer. Of course I changed the motor_structure.h for the hall sensor, otherwise I would not have seen the signals in freemaster. I meant a checkbox where you could decide between a hall sensor or an encoder in page control from motor control app tuning tool. Can you tell me please, if&amp;nbsp;the bldc motor has also an encoder or just a hall sensor?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Abdel&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 10:59:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/BLDC-with-encoder-for-s32k144-example/m-p/1193164#M9104</guid>
      <dc:creator>Abdel</dc:creator>
      <dc:date>2020-12-03T10:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: BLDC with encoder for s32k144 example</title>
      <link>https://community.nxp.com/t5/S32K/BLDC-with-encoder-for-s32k144-example/m-p/1193207#M9109</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hello Abdel,&lt;/P&gt;
&lt;P&gt;Unfortunately, such a check box does not exist in BLDC app. BLDC motor is trapezoidal motor type controlled by Six-step commutation technique, so here we use Hall sensor that perfectly fit to this commutation technique. Encoder is more expensive sensor intended for sinusoidal control -FOC. This motor control kit offers only Hall sensor, nevertheless, you can use your own motor with encoder and run PMSM_FOC code example. This code example contains routine for encoder signal processing.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 12:21:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/BLDC-with-encoder-for-s32k144-example/m-p/1193207#M9109</guid>
      <dc:creator>marekmusak</dc:creator>
      <dc:date>2020-12-03T12:21:50Z</dc:date>
    </item>
  </channel>
</rss>

