<?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のトピックLPIT0 Interrupt S32K144</title>
    <link>https://community.nxp.com/t5/S32K/LPIT0-Interrupt-S32K144/m-p/1612459#M21259</link>
    <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;My objective is to do function call at every 1 ms. I tried lpit0 with 1ms delay but it is not working as expected.&lt;/P&gt;&lt;P&gt;I created new project with lpit0, every 1 sec it will make variable (interrupt) =1; and In main function I am running infinite while loop to count (0 to 3) only if&amp;nbsp;variable (interrupt) =1.&lt;/P&gt;&lt;P&gt;At initial stage&amp;nbsp;variable (interrupt) is 0, Whenever the LPIT0_Interrupt occured it will change to 1 and count increment by 1.&lt;/P&gt;&lt;P&gt;Currently my interrupt is not working as expected always my count is 0 only.&lt;/P&gt;&lt;P&gt;Could anyone please help me to solve this issue and I have attached my project for your reference.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sarwath&lt;/P&gt;</description>
    <pubDate>Thu, 09 Mar 2023 13:45:08 GMT</pubDate>
    <dc:creator>sarwath</dc:creator>
    <dc:date>2023-03-09T13:45:08Z</dc:date>
    <item>
      <title>LPIT0 Interrupt S32K144</title>
      <link>https://community.nxp.com/t5/S32K/LPIT0-Interrupt-S32K144/m-p/1612459#M21259</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;My objective is to do function call at every 1 ms. I tried lpit0 with 1ms delay but it is not working as expected.&lt;/P&gt;&lt;P&gt;I created new project with lpit0, every 1 sec it will make variable (interrupt) =1; and In main function I am running infinite while loop to count (0 to 3) only if&amp;nbsp;variable (interrupt) =1.&lt;/P&gt;&lt;P&gt;At initial stage&amp;nbsp;variable (interrupt) is 0, Whenever the LPIT0_Interrupt occured it will change to 1 and count increment by 1.&lt;/P&gt;&lt;P&gt;Currently my interrupt is not working as expected always my count is 0 only.&lt;/P&gt;&lt;P&gt;Could anyone please help me to solve this issue and I have attached my project for your reference.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sarwath&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 13:45:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/LPIT0-Interrupt-S32K144/m-p/1612459#M21259</guid>
      <dc:creator>sarwath</dc:creator>
      <dc:date>2023-03-09T13:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: LPIT0 Interrupt S32K144</title>
      <link>https://community.nxp.com/t5/S32K/LPIT0-Interrupt-S32K144/m-p/1612674#M21265</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/204246"&gt;@sarwath&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you already test the lpit_periodic_interrupt_s32k144 example of the SDK or the Lpit_Gpt_Example_S32K144 of the RTD?&lt;/P&gt;
&lt;P&gt;Also, there is an example where the application performs a function call on a configurable period. The period in ms is taken from a potentiometer connected to ADC.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/S32K-SDK-Example-Function-call-on-configurable-period-using-LPIT/ta-p/1123702" target="_blank" rel="noopener"&gt;S32K SDK Example - Function call on configurable period using LPIT timer&lt;/A&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;B.R.&lt;/P&gt;
&lt;P&gt;VaneB&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 21:21:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/LPIT0-Interrupt-S32K144/m-p/1612674#M21265</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2023-03-09T21:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: LPIT0 Interrupt S32K144</title>
      <link>https://community.nxp.com/t5/S32K/LPIT0-Interrupt-S32K144/m-p/1612885#M21277</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;In my application I have to sense 9 ADC channel (voltage and current sensing) with pdb hardware trigger in back to back mode.&lt;/P&gt;&lt;P&gt;The results of 9 ADC channels read by LPIT0 timer by every 1ms.&lt;/P&gt;&lt;P&gt;But If implement the above requirement , I am getting the initial cycle value only after that the ADC results are not changing as per the input.&lt;/P&gt;&lt;P&gt;So I tried with one ADC channel with Software trigger method and read the results by&amp;nbsp;LPIT0 timer by every 1sec. I am getting the exact values as per results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to achieve the function call with LPIT0 including (ADC with PDB).&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sarwath&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2023 05:50:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/LPIT0-Interrupt-S32K144/m-p/1612885#M21277</guid>
      <dc:creator>sarwath</dc:creator>
      <dc:date>2023-03-10T05:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: LPIT0 Interrupt S32K144</title>
      <link>https://community.nxp.com/t5/S32K/LPIT0-Interrupt-S32K144/m-p/1613360#M21291</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/204246"&gt;@sarwath&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Correct me if I'm wrong, but from what I understood, you test LPIT with an interrupt of 1s and a single ADC channel, and the measurements give the expected results. If so, I would like to know if you have already tried that with the 1ms interruption and gradually increased the number of ADC channels you use.&lt;/P&gt;
&lt;P&gt;Also, could you also help me by confirming if you tried any of the examples mentioned above?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2023 21:44:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/LPIT0-Interrupt-S32K144/m-p/1613360#M21291</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2023-03-10T21:44:03Z</dc:date>
    </item>
  </channel>
</rss>

