<?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のトピックRe: Detailed reference documentation on  S32_NVIC_Type?</title>
    <link>https://community.nxp.com/t5/S32K/Detailed-reference-documentation-on-S32-NVIC-Type/m-p/872308#M3906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The is one for S32K11x and one for S32K14x&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/72981i525BA68F4EE35452/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;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Apr 2019 09:47:32 GMT</pubDate>
    <dc:creator>danielmartynek</dc:creator>
    <dc:date>2019-04-04T09:47:32Z</dc:date>
    <item>
      <title>Detailed reference documentation on  S32_NVIC_Type?</title>
      <link>https://community.nxp.com/t5/S32K/Detailed-reference-documentation-on-S32-NVIC-Type/m-p/872305#M3903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I can't find documentaion on S32K144 NVIC module register.,and I want use FTM interrupt ,can you help me ?&lt;/P&gt;&lt;P&gt;Thanks anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2019 08:47:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Detailed-reference-documentation-on-S32-NVIC-Type/m-p/872305#M3903</guid>
      <dc:creator>annqian</dc:creator>
      <dc:date>2019-04-02T08:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Detailed reference documentation on  S32_NVIC_Type?</title>
      <link>https://community.nxp.com/t5/S32K/Detailed-reference-documentation-on-S32-NVIC-Type/m-p/872306#M3904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please refer to S32K1xx_DMA_Interrupt_mapping.xlsx file that is attached to the RM.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;IMG alt="pastedImage_1.png" src="https://community.nxp.com/t5/image/serverpage/image-id/70621i5407A6E3BB4548F6/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You need to use the following numbers.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;IMG alt="pastedImage_4.png" src="https://community.nxp.com/t5/image/serverpage/image-id/70807iD4382407FF96CE51/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_4.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;For example,&amp;nbsp;if you want to enable&amp;nbsp;FTM0_CH1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;enable_interrupts_NVIC(99, 0);&amp;nbsp; &amp;nbsp; &amp;nbsp; // highest priority 0

void enable_interrupts_NVIC(uint8_t vector_number, uint8_t priority)
{
 S32_NVIC-&amp;gt;ICPR[vector_number / 32] = (1 &amp;lt;&amp;lt; (vector_number % 32));
 S32_NVIC-&amp;gt;ISER[vector_number / 32] = (1 &amp;lt;&amp;lt; (vector_number % 32));
 S32_NVIC-&amp;gt;IP[vector_number] = (priority &amp;lt;&amp;lt; 4);
}&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;For more information about NVIC registers, please refer to ARM documentation.&lt;/P&gt;&lt;P&gt;Cortex-M4&amp;nbsp;Technical Reference Manual.&lt;/P&gt;&lt;P&gt;Chapter 6 Nested Vectored Interrupt Controller&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2020 14:18:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Detailed-reference-documentation-on-S32-NVIC-Type/m-p/872306#M3904</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2020-11-02T14:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Detailed reference documentation on  S32_NVIC_Type?</title>
      <link>https://community.nxp.com/t5/S32K/Detailed-reference-documentation-on-S32-NVIC-Type/m-p/872307#M3905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I get what your meaning,but my S32K11x_INT_MAP_ARM.exsl is different from you listed. and the date of my Reference Manual&amp;nbsp; documentation is" Document Number: S32K1XXRM&amp;nbsp;&amp;nbsp; Rev. 9, 09/2018".&amp;nbsp; and there is no FTM2 interrupt information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2019 01:26:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Detailed-reference-documentation-on-S32-NVIC-Type/m-p/872307#M3905</guid>
      <dc:creator>annqian</dc:creator>
      <dc:date>2019-04-03T01:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Detailed reference documentation on  S32_NVIC_Type?</title>
      <link>https://community.nxp.com/t5/S32K/Detailed-reference-documentation-on-S32-NVIC-Type/m-p/872308#M3906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The is one for S32K11x and one for S32K14x&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/72981i525BA68F4EE35452/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;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2019 09:47:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Detailed-reference-documentation-on-S32-NVIC-Type/m-p/872308#M3906</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2019-04-04T09:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Detailed reference documentation on  S32_NVIC_Type?</title>
      <link>https://community.nxp.com/t5/S32K/Detailed-reference-documentation-on-S32-NVIC-Type/m-p/872309#M3907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;I can't find a download link for this document&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jul 2019 08:11:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Detailed-reference-documentation-on-S32-NVIC-Type/m-p/872309#M3907</guid>
      <dc:creator>TM_207</dc:creator>
      <dc:date>2019-07-27T08:11:30Z</dc:date>
    </item>
  </channel>
</rss>

