<?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 interrupt buffer of function and #pragma data section in S32G</title>
    <link>https://community.nxp.com/t5/S32G/interrupt-buffer-of-function-and-pragma-data-section/m-p/1470951#M899</link>
    <description>&lt;P&gt;Dear NXP Hello,&lt;/P&gt;&lt;P&gt;I want to store all the ISR functions in a buffer and affect the pointer to the INTC-&amp;gt;IACKR0 register.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;INTC-&amp;gt;IACKR0  = (uint32_t) &amp;amp;Buffer[0];&lt;/LI-CODE&gt;&lt;P&gt;But when I debug this line, IACKRO doesn't have the address, it has a part of the address.&lt;/P&gt;&lt;P&gt;I comprehend that I have to map this buffer to the .bss section interrupt but I don't know how to do this&lt;/P&gt;&lt;P&gt;may be like this but, I am not sure.&lt;/P&gt;&lt;P&gt;#pragma gcc section sbss=".intc_vector_table"&lt;/P&gt;&lt;P&gt;could confirm this or suggest how this could be done?&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Taha&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jun 2022 20:07:08 GMT</pubDate>
    <dc:creator>InHome</dc:creator>
    <dc:date>2022-06-08T20:07:08Z</dc:date>
    <item>
      <title>interrupt buffer of function and #pragma data section</title>
      <link>https://community.nxp.com/t5/S32G/interrupt-buffer-of-function-and-pragma-data-section/m-p/1470951#M899</link>
      <description>&lt;P&gt;Dear NXP Hello,&lt;/P&gt;&lt;P&gt;I want to store all the ISR functions in a buffer and affect the pointer to the INTC-&amp;gt;IACKR0 register.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;INTC-&amp;gt;IACKR0  = (uint32_t) &amp;amp;Buffer[0];&lt;/LI-CODE&gt;&lt;P&gt;But when I debug this line, IACKRO doesn't have the address, it has a part of the address.&lt;/P&gt;&lt;P&gt;I comprehend that I have to map this buffer to the .bss section interrupt but I don't know how to do this&lt;/P&gt;&lt;P&gt;may be like this but, I am not sure.&lt;/P&gt;&lt;P&gt;#pragma gcc section sbss=".intc_vector_table"&lt;/P&gt;&lt;P&gt;could confirm this or suggest how this could be done?&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Taha&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 20:07:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/interrupt-buffer-of-function-and-pragma-data-section/m-p/1470951#M899</guid>
      <dc:creator>InHome</dc:creator>
      <dc:date>2022-06-08T20:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: interrupt buffer of function and #pragma data section</title>
      <link>https://community.nxp.com/t5/S32G/interrupt-buffer-of-function-and-pragma-data-section/m-p/1471354#M902</link>
      <description>&lt;P&gt;The answer is here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/17807231/pragma-directives-for-gcc" target="_blank"&gt;https://stackoverflow.com/questions/17807231/pragma-directives-for-gcc&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 09:26:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/interrupt-buffer-of-function-and-pragma-data-section/m-p/1471354#M902</guid>
      <dc:creator>InHome</dc:creator>
      <dc:date>2022-06-09T09:26:54Z</dc:date>
    </item>
  </channel>
</rss>

