<?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 S32K144 ISELED, issue with Timmers in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K144-ISELED-issue-with-Timmers/m-p/1725397#M27196</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using S32k144 ISELED evaluation board,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using the ISELED demo project as example and I want to add another timer to the project,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The LEDs work fine, and the timr also works fine without the LEDs, but as soon as I call&amp;nbsp;digLED_Init_Strip, all the timers I added to the project stops (the timer that is defined by ISELED demo project is still active).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I reactivate my timers after&amp;nbsp;digLED_Init_Strip?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Sep 2023 09:12:14 GMT</pubDate>
    <dc:creator>mraeisi</dc:creator>
    <dc:date>2023-09-19T09:12:14Z</dc:date>
    <item>
      <title>S32K144 ISELED, issue with Timmers</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-ISELED-issue-with-Timmers/m-p/1725397#M27196</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using S32k144 ISELED evaluation board,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using the ISELED demo project as example and I want to add another timer to the project,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The LEDs work fine, and the timr also works fine without the LEDs, but as soon as I call&amp;nbsp;digLED_Init_Strip, all the timers I added to the project stops (the timer that is defined by ISELED demo project is still active).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I reactivate my timers after&amp;nbsp;digLED_Init_Strip?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 09:12:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-ISELED-issue-with-Timmers/m-p/1725397#M27196</guid>
      <dc:creator>mraeisi</dc:creator>
      <dc:date>2023-09-19T09:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 ISELED, issue with Timmers</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-ISELED-issue-with-Timmers/m-p/1728824#M27360</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Looks like it's an old package of ISELED, so I no longer see the implementation on current packages.&lt;BR /&gt;I forwarded the questions to ISELED team and asked for their help. Can you tell me which package you are using?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 09:50:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-ISELED-issue-with-Timmers/m-p/1728824#M27360</guid>
      <dc:creator>CongDang</dc:creator>
      <dc:date>2023-09-25T09:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 ISELED, issue with Timmers</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-ISELED-issue-with-Timmers/m-p/1728842#M27363</link>
      <description>&lt;P&gt;Hi CongDang,&lt;BR /&gt;&lt;SPAN&gt;I'm using Design Studio 3.4 with SDK RTM 4.0.2 and ISELED Driver&amp;nbsp;S32K1_ISELED_RTM_5.0.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Evaluation Board S32K144&lt;/SPAN&gt;&lt;BR /&gt;I found the problem here, If I add multiple timers in Design Studio, The ISELED Driver can't recognize which timer is used for ISELED and the generated configuration needs to be adjusted manually. By fixing them manually then the timers work fine.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 10:15:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-ISELED-issue-with-Timmers/m-p/1728842#M27363</guid>
      <dc:creator>mraeisi</dc:creator>
      <dc:date>2023-09-25T10:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 ISELED, issue with Timmers</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-ISELED-issue-with-Timmers/m-p/1732569#M27508</link>
      <description>&lt;P&gt;Here there seems to be a problem in your configuration. ISELED SDK uses Timing_Pal as a timing resource and not a timer driver. This is done to allow the users to choose whatever hardware timer for the timeout mechanism of the ISELED driver. If Timing_Pal is in the project, all other timing configurations can be made in the PAL as to not cause PAL – drivers conflicts.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2023 12:47:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-ISELED-issue-with-Timmers/m-p/1732569#M27508</guid>
      <dc:creator>CongDang</dc:creator>
      <dc:date>2023-10-02T12:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 ISELED, issue with Timmers</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-ISELED-issue-with-Timmers/m-p/1737131#M27748</link>
      <description>Thank you for your reply, my issue regarding this is solved.</description>
      <pubDate>Wed, 11 Oct 2023 06:27:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-ISELED-issue-with-Timmers/m-p/1737131#M27748</guid>
      <dc:creator>mraeisi</dc:creator>
      <dc:date>2023-10-11T06:27:55Z</dc:date>
    </item>
  </channel>
</rss>

