<?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>Kinetis Motor SuiteのトピックRe: Problem Controlling E-BIke</title>
    <link>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731114#M370</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pedro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you will want to run for a little bit in the startup region so that the estimator has a chance to stabilize.&amp;nbsp; One thing you will need to be cautious of when running in speed mode is that for startup it will always start from 0.&amp;nbsp; You may need to adjust the trajectory start point to be the current speed of the motor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Mar 2018 14:28:43 GMT</pubDate>
    <dc:creator>linestream-adam</dc:creator>
    <dc:date>2018-03-30T14:28:43Z</dc:date>
    <item>
      <title>Problem Controlling E-BIke</title>
      <link>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731098#M354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a e-bike project that I am using kv31f and kms as the motor controller. Since I need a torque control, I have to use the current control mode of kms. As far as I understood, the torque control must first go through a speed control and after a threshold the torque control takes place. The problem is that in e-bikes the pedal is mechanically coupled with the motor, so when the user pedals the motors also spins. In this situation it seems to me that if the motor is already spinning or even above the rpm threshold, the controller is unable to enter the current control. The faults the system gives is kind of random to me, for example: peak current on phase (A/B/C) which is strange cause I am trying to use current control. Motor overspeed in low rpm and even under voltage using a DC power supply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, my question is: How can I use a current control for an e-bike with a motor mechanically coupled with the pedal?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2018 13:54:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731098#M354</guid>
      <dc:creator>PedroCastro</dc:creator>
      <dc:date>2018-03-05T13:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Controlling E-BIke</title>
      <link>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731099#M355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have had other customers solve this startup issue with a Hall-startup.&amp;nbsp; After startup the Torque control can be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once a motor start is requested with the throttle then the hall-start will read the current motor angle and engage the motor.&amp;nbsp; Once startup mode&amp;nbsp;is exited, sensorless FOC is commanded.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During commissioning you might want to try&amp;nbsp;setting the FOC crossover speed to be higher than the pedal assisted motor speed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other than hall startup, we have not developed alternative on-the-fly startup algorithms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other way to accomplish this is through a mechanical clutch which would leave the motor not-engaged until the motor RPM exceeded the pedal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your e-bike operation you may want to work on the re-generative braking possibilities as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Philip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2018 20:37:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731099#M355</guid>
      <dc:creator>philip_drake</dc:creator>
      <dc:date>2018-03-05T20:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Controlling E-BIke</title>
      <link>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731100#M356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pedro / Philip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to see how hard it would be to modify the startup when using hall start into torque control so that you are always in torque control.&amp;nbsp; It was far simpler than I expected.&amp;nbsp; On my bench it works great.&amp;nbsp; Lets you go into and out of hall mode based on the hall derived speed.&amp;nbsp; I've attached the updated drv.c file that enables this feature.&amp;nbsp; Give it a shot.&amp;nbsp; Hopefully this will help with some of the issues you are seeing.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 16:58:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731100#M356</guid>
      <dc:creator>linestream-adam</dc:creator>
      <dc:date>2018-03-07T16:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Controlling E-BIke</title>
      <link>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731101#M357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam, many thanks for the code! I will test as fast as possible!&lt;BR /&gt;&lt;BR /&gt;Do I have to change the FOCLowSpeed, accel, jerk or anty paramters regarding startup to use this drv.c?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 17:56:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731101#M357</guid>
      <dc:creator>PedroCastro</dc:creator>
      <dc:date>2018-03-07T17:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Controlling E-BIke</title>
      <link>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731102#M358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The FOCLowSpeed will still be used but now it looks at the speed reported by the halls to determine if it should make the transition to FOC.&amp;nbsp; So if running above that speed it will run FOC, below that speed it will run TRAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can ignore accel &amp;amp; jerk with the startup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps resolve the issue in the other thread as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 19:32:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731102#M358</guid>
      <dc:creator>linestream-adam</dc:creator>
      <dc:date>2018-03-07T19:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Controlling E-BIke</title>
      <link>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731103#M359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it really worked! It now fits our needs. I appreciate your help&lt;BR /&gt;&lt;BR /&gt;Just one more advice I would like to have from you... In order to do regenerative braking, you suggest to use brake and regen as braking type or use current mode but with negative current demand?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 19:55:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731103#M359</guid>
      <dc:creator>PedroCastro</dc:creator>
      <dc:date>2018-03-07T19:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Controlling E-BIke</title>
      <link>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731104#M360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is still a bug with the FOCLowSpeed transition. If the motor is above the threshold when the controller comes in, it cannot start the RUN_CURRENT mode. Besides when the transition happens, it seems it gets lost sometimes also. Do you have a solution for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 17:17:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731104#M360</guid>
      <dc:creator>PedroCastro</dc:creator>
      <dc:date>2018-03-09T17:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Controlling E-BIke</title>
      <link>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731105#M361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pedro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is where the need for a "flying start" algorithm comes from.&amp;nbsp; When it attempts to start above the FOCLowSpeed, it will try to start controlling the motor using FOC.&amp;nbsp; But since the estimator hasn't synchronized with the rotor prior to starting to control it can get "lost".&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution to this problem is to add a flying start algorithm that will allow the estimator to lock onto the rotor before trying to control it.&amp;nbsp; It is possible to modify the drv.c file in order to do this, but I don't have an example I am able to provide.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 13:27:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731105#M361</guid>
      <dc:creator>linestream-adam</dc:creator>
      <dc:date>2018-03-12T13:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Controlling E-BIke</title>
      <link>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731106#M362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would it be possible for you to send an updated file today or maybe tomorrow? We have an important event for customers to test the products.&lt;BR /&gt;&lt;BR /&gt;One thing I have tried is to set a really low FOCLowSpeed and the controller always starts above, which gives some torque but it does not reach rated speed. Would it be possible to solve this instead?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 13:34:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731106#M362</guid>
      <dc:creator>PedroCastro</dc:creator>
      <dc:date>2018-03-12T13:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Controlling E-BIke</title>
      <link>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731107#M363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pedro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I won't be able to provide an update that resolves this issue.&amp;nbsp; It requires adding an algorithm and capabilities that are not currently present in KMS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anything, I would recommend setting a higher FOCLowSpeed, this way your odds of starting in the FOC region are lower.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 15:21:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731107#M363</guid>
      <dc:creator>linestream-adam</dc:creator>
      <dc:date>2018-03-12T15:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Controlling E-BIke</title>
      <link>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731108#M364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am always running above FOCLowSpeed and it mantains a torque with no problem but with limited speed. So am I always in TRAP mode, right? What if I could run until rated speed in this mode?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 17:44:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731108#M364</guid>
      <dc:creator>PedroCastro</dc:creator>
      <dc:date>2018-03-12T17:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Controlling E-BIke</title>
      <link>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731109#M365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/linestream-adamreynolds"&gt;linestream-adamreynolds&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will be an update to add the flying start algorithm? We are depending on NXP to have a good product we are about to sell hundreds and even thousands&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 14:07:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731109#M365</guid>
      <dc:creator>PedroCastro</dc:creator>
      <dc:date>2018-03-21T14:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Controlling E-BIke</title>
      <link>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731110#M366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pedro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are no plans to add a flying start algorithm into KMS.&amp;nbsp; This is something that you as the product engineering team can add in to differentiate your product from the typical usage of KMS.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2018 14:02:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731110#M366</guid>
      <dc:creator>linestream-adam</dc:creator>
      <dc:date>2018-03-23T14:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Controlling E-BIke</title>
      <link>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731111#M367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pedro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to support a speed-regulated torque mode there are a couple of things you need to do.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;On "Protection &amp;amp; Hardware", set the "Stall Speed Error" to be&amp;nbsp;twice the rated speed of the motor.&lt;/LI&gt;&lt;LI&gt;Click the "Update Motor Drive Configuration" button&lt;/LI&gt;&lt;LI&gt;Open the watch window, and add the variable: "user.command.IqRefMax",. this will be the torque reference&lt;/LI&gt;&lt;LI&gt;Go to the "Speed Control" page and enter a target speed of the maximum speed you want the motor to run&lt;/LI&gt;&lt;LI&gt;Click Start&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Now the motor will follow the trajectory and will not exceed that set maximum speed, and it will use up to the amount of torque specified in "user.command.IqRefMax" in order to reach that speed.&amp;nbsp; The goal here is to operate the speed controller in saturation so you adjust how much torque you would like the system to be applying by modifying the user.command.IqRefMax, and you can set an upper boundry on the speed by adjusting the target speed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 14:26:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731111#M367</guid>
      <dc:creator>linestream-adam</dc:creator>
      <dc:date>2018-03-29T14:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Controlling E-BIke</title>
      <link>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731112#M368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, it could be useful to modify the transition point between TRAP and FOC.&amp;nbsp; You can do this in the GUI by changing the "Speed Threshold" on the Speed Control page.&amp;nbsp; The associated MCU variable is est.config.FOCLowSpeed.&amp;nbsp; If you get the bike started in TRAP mode with the crossover speed high you can lower the crossover speed once the motor is spinning to try and transition into FOC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 15:44:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731112#M368</guid>
      <dc:creator>linestream-adam</dc:creator>
      <dc:date>2018-03-29T15:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Controlling E-BIke</title>
      <link>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731113#M369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so even in speed control mode, if the motor is already spinning when I command a target speed, the FOCLowSpeed should always be above the current speed, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 17:15:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731113#M369</guid>
      <dc:creator>PedroCastro</dc:creator>
      <dc:date>2018-03-29T17:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Controlling E-BIke</title>
      <link>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731114#M370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pedro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you will want to run for a little bit in the startup region so that the estimator has a chance to stabilize.&amp;nbsp; One thing you will need to be cautious of when running in speed mode is that for startup it will always start from 0.&amp;nbsp; You may need to adjust the trajectory start point to be the current speed of the motor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2018 14:28:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731114#M370</guid>
      <dc:creator>linestream-adam</dc:creator>
      <dc:date>2018-03-30T14:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Controlling E-BIke</title>
      <link>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731115#M371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not been able to set a FOCLowSpeed during run time, I am using the function above:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void setFOCLowSpeed(float speed)&lt;BR /&gt;{&lt;BR /&gt; flashSysParams.estCfg.FOCLowSpeed = _LQ24(speed / FULL_SCALE_SPEED_RPM);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should I call DRV_Init(&amp;amp;flashSysParams) after setting the new valeu for it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 14:23:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731115#M371</guid>
      <dc:creator>PedroCastro</dc:creator>
      <dc:date>2018-04-03T14:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Controlling E-BIke</title>
      <link>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731116#M372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pedro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of setting&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;flashSysParams.estCfg.FOCLowSpeed, set your new value to est.config.FOCLowSpeed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;That will update the live value.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 14:27:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731116#M372</guid>
      <dc:creator>linestream-adam</dc:creator>
      <dc:date>2018-04-03T14:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Controlling E-BIke</title>
      <link>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731117#M373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Adam,&lt;BR /&gt;&lt;BR /&gt;one more thing, what is the variable to set th trajectory start point? Should I ran in SPEED_RUN or SPEED_RUN_PLAN?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 15:56:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Motor-Suite/Problem-Controlling-E-BIke/m-p/731117#M373</guid>
      <dc:creator>PedroCastro</dc:creator>
      <dc:date>2018-04-03T15:56:30Z</dc:date>
    </item>
  </channel>
</rss>

