<?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: How to set PDB to trigger PDB interrupt for S32K14X BLDC example, in S32K</title>
    <link>https://community.nxp.com/t5/S32K/How-to-set-PDB-to-trigger-PDB-interrupt-for-S32K14X-BLDC-example/m-p/900405#M4485</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Razvan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Modified with your advice, it can go into PDB interrupt, but it just go into interrupt every 1us, when PDBIDLY changed. Is there any other place need modify?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Customer use it to check the PWM time position when it generate ADC conversion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BRs,&lt;/P&gt;&lt;P&gt;Ray&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 May 2019 13:04:41 GMT</pubDate>
    <dc:creator>dannydeng</dc:creator>
    <dc:date>2019-05-22T13:04:41Z</dc:date>
    <item>
      <title>How to set PDB to trigger PDB interrupt for S32K14X BLDC example,</title>
      <link>https://community.nxp.com/t5/S32K/How-to-set-PDB-to-trigger-PDB-interrupt-for-S32K14X-BLDC-example/m-p/900397#M4477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Customer download the S32K144 BLDC example to debug their software, and hope to trigger PDB intrrupt to monitor some status, but when set the interrupt enable in Prossor Export, it still cannot go in to PDB interrupt. Can you help to advice?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; BRs,&lt;/P&gt;&lt;P&gt;Ray Deng&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2019 03:48:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-set-PDB-to-trigger-PDB-interrupt-for-S32K14X-BLDC-example/m-p/900397#M4477</guid>
      <dc:creator>dannydeng</dc:creator>
      <dc:date>2019-05-20T03:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to set PDB to trigger PDB interrupt for S32K14X BLDC example,</title>
      <link>https://community.nxp.com/t5/S32K/How-to-set-PDB-to-trigger-PDB-interrupt-for-S32K14X-BLDC-example/m-p/900398#M4478</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;The check box from PDB Processor Expert component just enable the interrupt request on PDB side. It doesn't handle NVIC configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please call&amp;nbsp;INT_SYS_EnableIRQ to activate your PDB request and&amp;nbsp;INT_SYS_InstallHandler to install ISR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Razvan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2019 06:38:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-set-PDB-to-trigger-PDB-interrupt-for-S32K14X-BLDC-example/m-p/900398#M4478</guid>
      <dc:creator>razva_tilimpea</dc:creator>
      <dc:date>2019-05-20T06:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to set PDB to trigger PDB interrupt for S32K14X BLDC example,</title>
      <link>https://community.nxp.com/t5/S32K/How-to-set-PDB-to-trigger-PDB-interrupt-for-S32K14X-BLDC-example/m-p/900399#M4479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Razvan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your kindly hep, actually, we added the INT_SYS_EnableIRQ&amp;nbsp; and enabled global interrupt, is there any other place need check?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BRs,&lt;/P&gt;&lt;P&gt;Ray Deng&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2019 09:06:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-set-PDB-to-trigger-PDB-interrupt-for-S32K14X-BLDC-example/m-p/900399#M4479</guid>
      <dc:creator>dannydeng</dc:creator>
      <dc:date>2019-05-20T09:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to set PDB to trigger PDB interrupt for S32K14X BLDC example,</title>
      <link>https://community.nxp.com/t5/S32K/How-to-set-PDB-to-trigger-PDB-interrupt-for-S32K14X-BLDC-example/m-p/900400#M4480</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;In this case everything should be fine.&lt;/P&gt;&lt;P&gt;Are you sure that&amp;nbsp;PDBIF(from SC register) bit field is set to generate the interrupt?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Razvan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2019 10:21:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-set-PDB-to-trigger-PDB-interrupt-for-S32K14X-BLDC-example/m-p/900400#M4480</guid>
      <dc:creator>razva_tilimpea</dc:creator>
      <dc:date>2019-05-20T10:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to set PDB to trigger PDB interrupt for S32K14X BLDC example,</title>
      <link>https://community.nxp.com/t5/S32K/How-to-set-PDB-to-trigger-PDB-interrupt-for-S32K14X-BLDC-example/m-p/900401#M4481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Razvan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Actually, we can use PWM-PDB-ADC genereate ADC sampling, and we cannot capture PDBIF bit, INT_SYS_EnableIRQ&amp;nbsp; already added, Global Interrupt enabled, I DO really not know which would leads to such situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BRs,&lt;/P&gt;&lt;P&gt;Ray&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2019 15:03:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-set-PDB-to-trigger-PDB-interrupt-for-S32K14X-BLDC-example/m-p/900401#M4481</guid>
      <dc:creator>dannydeng</dc:creator>
      <dc:date>2019-05-20T15:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to set PDB to trigger PDB interrupt for S32K14X BLDC example,</title>
      <link>https://community.nxp.com/t5/S32K/How-to-set-PDB-to-trigger-PDB-interrupt-for-S32K14X-BLDC-example/m-p/900402#M4482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please share your project to check it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2019 19:38:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-set-PDB-to-trigger-PDB-interrupt-for-S32K14X-BLDC-example/m-p/900402#M4482</guid>
      <dc:creator>razva_tilimpea</dc:creator>
      <dc:date>2019-05-20T19:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to set PDB to trigger PDB interrupt for S32K14X BLDC example,</title>
      <link>https://community.nxp.com/t5/S32K/How-to-set-PDB-to-trigger-PDB-interrupt-for-S32K14X-BLDC-example/m-p/900403#M4483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnanks, &lt;STRONG class=""&gt;&lt;SPAN class=""&gt;Razvan&lt;/SPAN&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;Already updated in the first question,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2019 06:12:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-set-PDB-to-trigger-PDB-interrupt-for-S32K14X-BLDC-example/m-p/900403#M4483</guid>
      <dc:creator>dannydeng</dc:creator>
      <dc:date>2019-05-21T06:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to set PDB to trigger PDB interrupt for S32K14X BLDC example,</title>
      <link>https://community.nxp.com/t5/S32K/How-to-set-PDB-to-trigger-PDB-interrupt-for-S32K14X-BLDC-example/m-p/900404#M4484</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;This application doesn't change IDLY value, and by default it is 0xFFFF.&lt;/P&gt;&lt;P&gt;In this case CNT value can't be higher than IDLY, so conditions for interrupt request are not&amp;nbsp;matched.&lt;/P&gt;&lt;P&gt;You can update this value by calling&amp;nbsp;&amp;nbsp;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;PDB_DRV_SetValueForTimerInterrupt and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;PDB_DRV_LoadValuesCmd. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;I don't know exactly which event from you application is expected to trigger this interrupt, but I don't think this PDB event will help you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;Razvan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2019 08:47:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-set-PDB-to-trigger-PDB-interrupt-for-S32K14X-BLDC-example/m-p/900404#M4484</guid>
      <dc:creator>razva_tilimpea</dc:creator>
      <dc:date>2019-05-21T08:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to set PDB to trigger PDB interrupt for S32K14X BLDC example,</title>
      <link>https://community.nxp.com/t5/S32K/How-to-set-PDB-to-trigger-PDB-interrupt-for-S32K14X-BLDC-example/m-p/900405#M4485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Razvan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Modified with your advice, it can go into PDB interrupt, but it just go into interrupt every 1us, when PDBIDLY changed. Is there any other place need modify?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Customer use it to check the PWM time position when it generate ADC conversion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BRs,&lt;/P&gt;&lt;P&gt;Ray&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2019 13:04:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-set-PDB-to-trigger-PDB-interrupt-for-S32K14X-BLDC-example/m-p/900405#M4485</guid>
      <dc:creator>dannydeng</dc:creator>
      <dc:date>2019-05-22T13:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to set PDB to trigger PDB interrupt for S32K14X BLDC example,</title>
      <link>https://community.nxp.com/t5/S32K/How-to-set-PDB-to-trigger-PDB-interrupt-for-S32K14X-BLDC-example/m-p/900406#M4486</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;PDB doesn't provide this type of interrupt. In RM are mentioned just these interrupt sources:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/83578i84DB7B6B246B414E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Trigger&amp;nbsp;which start ADC conversion is not connected to any interrupt request.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Razvan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2019 13:20:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-set-PDB-to-trigger-PDB-interrupt-for-S32K14X-BLDC-example/m-p/900406#M4486</guid>
      <dc:creator>razva_tilimpea</dc:creator>
      <dc:date>2019-05-22T13:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to set PDB to trigger PDB interrupt for S32K14X BLDC example,</title>
      <link>https://community.nxp.com/t5/S32K/How-to-set-PDB-to-trigger-PDB-interrupt-for-S32K14X-BLDC-example/m-p/900407#M4487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Razvan,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2019 14:02:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-set-PDB-to-trigger-PDB-interrupt-for-S32K14X-BLDC-example/m-p/900407#M4487</guid>
      <dc:creator>dannydeng</dc:creator>
      <dc:date>2019-05-22T14:02:31Z</dc:date>
    </item>
  </channel>
</rss>

