<?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 Re: PDB period in S32K</title>
    <link>https://community.nxp.com/t5/S32K/PDB-period/m-p/1563650#M19195</link>
    <description>&lt;P&gt;Take a look at these examples using ADC, PDB, and DMA. They will be useful to you.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K144-PDB-ADC-trigger-DMA-ISR-S32DS/ta-p/1103221" target="_self"&gt;Example S32K144 PDB ADC trigger DMA ISR S32DS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K144-PDB-ADC-DMA-S32DS-ARM-2018-R1/ta-p/1101686" target="_self"&gt;Example S32K144 PDB ADC DMA S32DS.ARM.2018.R1&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Dec 2022 18:18:45 GMT</pubDate>
    <dc:creator>VaneB</dc:creator>
    <dc:date>2022-12-02T18:18:45Z</dc:date>
    <item>
      <title>PDB period</title>
      <link>https://community.nxp.com/t5/S32K/PDB-period/m-p/1561174#M19122</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;Can anyone explain the Pdb period. I read from some examples but I didn't understand that. I am attaching the example ss for your reference.&lt;/P&gt;&lt;P&gt;1.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sarwath_0-1669710560283.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/202052iD9102DB1BF7E7423/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sarwath_0-1669710560283.png" alt="sarwath_0-1669710560283.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sarwath_1-1669710593838.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/202053i360B939B2D9442E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sarwath_1-1669710593838.png" alt="sarwath_1-1669710593838.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Consider I want to set the PDB period to 1 milli second / 1 micro second then what are the configuration I have to make in PDB module.&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Sarwath&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 08:33:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/PDB-period/m-p/1561174#M19122</guid>
      <dc:creator>sarwath</dc:creator>
      <dc:date>2022-11-29T08:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: PDB period</title>
      <link>https://community.nxp.com/t5/S32K/PDB-period/m-p/1562323#M19156</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;To offer better support, could you tell me which example you are using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;B.R.&lt;/P&gt;
&lt;P&gt;VaneB&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 21:29:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/PDB-period/m-p/1562323#M19156</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2022-11-30T21:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: PDB period</title>
      <link>https://community.nxp.com/t5/S32K/PDB-period/m-p/1562548#M19159</link>
      <description>&lt;P&gt;Hi&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;1. I read from the ADC (AN12217) document.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;S32K144_PDB_ADC_DMA_sdk_rtm_300&lt;/P&gt;&lt;P&gt;In my project I have to sense the analog signal. To do that I am using both ADC0 and ADC1 and to&amp;nbsp; trigger the ADC I am using the PDB.&lt;/P&gt;&lt;P&gt;By using below instruction I am setting the MOD value and Delay value.&lt;/P&gt;&lt;P&gt;PDB_DRV_SetTimerModulusValue(INST_PDB1,2000);&lt;BR /&gt;PDB_DRV_SetAdcPreTriggerDelayValue(INST_PDB1,0 ,0 ,180);&lt;/P&gt;&lt;P&gt;Consider If I want to read the ADC result at every 1ms, then how to configure the PDB to trigger the ADC.&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Sarwath&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 05:58:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/PDB-period/m-p/1562548#M19159</guid>
      <dc:creator>sarwath</dc:creator>
      <dc:date>2022-12-01T05:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: PDB period</title>
      <link>https://community.nxp.com/t5/S32K/PDB-period/m-p/1563650#M19195</link>
      <description>&lt;P&gt;Take a look at these examples using ADC, PDB, and DMA. They will be useful to you.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K144-PDB-ADC-trigger-DMA-ISR-S32DS/ta-p/1103221" target="_self"&gt;Example S32K144 PDB ADC trigger DMA ISR S32DS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K144-PDB-ADC-DMA-S32DS-ARM-2018-R1/ta-p/1101686" target="_self"&gt;Example S32K144 PDB ADC DMA S32DS.ARM.2018.R1&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 18:18:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/PDB-period/m-p/1563650#M19195</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2022-12-02T18:18:45Z</dc:date>
    </item>
  </channel>
</rss>

