<?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>MCUXpresso Config ToolsのトピックRe: SCT0 peripheral generated code wrong?</title>
    <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/SCT0-peripheral-generated-code-wrong/m-p/1476635#M1399</link>
    <description>&lt;P&gt;Hi Cedric,&lt;/P&gt;&lt;P&gt;you're right, thanks for bug report, it will be corrected in the next version.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Jiri&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jun 2022 08:42:36 GMT</pubDate>
    <dc:creator>jch</dc:creator>
    <dc:date>2022-06-20T08:42:36Z</dc:date>
    <item>
      <title>SCT0 peripheral generated code wrong?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/SCT0-peripheral-generated-code-wrong/m-p/1472946#M1394</link>
      <description>&lt;P&gt;When configuring SCT0 in the peripherals, i think the generated code is wrong when selecting `Start L/unified counter`&lt;/P&gt;&lt;P&gt;This adds the following line to the generated SCT0_init function:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;  SCTIMER_StartTimer(SCT0_PERIPHERAL, kSCTIMER_Counter_L);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this doesn't work, there's no pwm output. If i change kSCTIMER_Counter_L to kSCTIMER_Counter_U, it does work.&lt;/P&gt;&lt;P&gt;config tools version is 11.0 and&amp;nbsp; the MCU is a LPC54005JBD100&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Cedric&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 14:20:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/SCT0-peripheral-generated-code-wrong/m-p/1472946#M1394</guid>
      <dc:creator>cedricjehasse</dc:creator>
      <dc:date>2022-06-13T14:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: SCT0 peripheral generated code wrong?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/SCT0-peripheral-generated-code-wrong/m-p/1473636#M1395</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm not sure where is the problem in this case, however, could you write more about your goal with SCTimer?&lt;/P&gt;
&lt;P&gt;If it's more than just very simple PWM, I recommend to use the SCTimer register init component that allows to leverage all capabilities of the hardware and it's not dependent on SDK driver.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To add this component you can use the Components view and clock on the '+' button at Register initialization category:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Petr_H_0-1655209192461.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/183286iAD9BEF7998652FB9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Petr_H_0-1655209192461.png" alt="Petr_H_0-1655209192461.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Petr_H_0-1655209192461.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regarts&lt;/P&gt;
&lt;P&gt;Petr Hradsky&lt;/P&gt;
&lt;P&gt;Config Tools Team&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 12:20:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/SCT0-peripheral-generated-code-wrong/m-p/1473636#M1395</guid>
      <dc:creator>Petr_H</dc:creator>
      <dc:date>2022-06-14T12:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: SCT0 peripheral generated code wrong?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/SCT0-peripheral-generated-code-wrong/m-p/1473652#M1396</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;our goal is to have a simple pwm.&lt;/P&gt;&lt;P&gt;For us the issue is fixed by manually starting the timer like this isof the generated code:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;SCTIMER_StartTimer(SCT0_PERIPHERAL, kSCTIMER_Counter_U);&lt;/LI-CODE&gt;&lt;P&gt;Just wanted to report this in case someone else runs into it.&lt;/P&gt;&lt;P&gt;Thanks for the suggestion on register init. I'll have a look if we ever need more advanced pwm.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Cedric&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 12:44:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/SCT0-peripheral-generated-code-wrong/m-p/1473652#M1396</guid>
      <dc:creator>cedricjehasse</dc:creator>
      <dc:date>2022-06-14T12:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: SCT0 peripheral generated code wrong?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/SCT0-peripheral-generated-code-wrong/m-p/1476635#M1399</link>
      <description>&lt;P&gt;Hi Cedric,&lt;/P&gt;&lt;P&gt;you're right, thanks for bug report, it will be corrected in the next version.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Jiri&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 08:42:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/SCT0-peripheral-generated-code-wrong/m-p/1476635#M1399</guid>
      <dc:creator>jch</dc:creator>
      <dc:date>2022-06-20T08:42:36Z</dc:date>
    </item>
  </channel>
</rss>

