<?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: S32K3  After the variable changes the section attribute, the text section compilation is problem</title>
    <link>https://community.nxp.com/t5/S32K/S32K3-After-the-variable-changes-the-section-attribute-the-text/m-p/1865455#M35342</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;Daniel&lt;/SPAN&gt;：&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Thank for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I read system.c and.map, and this variable is actually placed in the area I want. Currently, the MPU is configured using the default project configuration. In my understanding, this should not affect the address of the link symbol.&lt;/P&gt;</description>
    <pubDate>Tue, 14 May 2024 13:38:59 GMT</pubDate>
    <dc:creator>OCEAN_CEC</dc:creator>
    <dc:date>2024-05-14T13:38:59Z</dc:date>
    <item>
      <title>S32K3  After the variable changes the section attribute, the text section compilation is problematic</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-After-the-variable-changes-the-section-attribute-the-text/m-p/1860084#M35016</link>
      <description>&lt;P&gt;I am using s32k311 to complete the function of SPI+DMA communication, I tried to put the buff into the no_cache area, after compiling, I found that the link symbol _text_end ran to the ram area, I don't know if I made something wrong, could you give me some suggestions, thank you!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OCEAN_CEC_1-1715049779106.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/277332iFD959683D3FB7B2C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="OCEAN_CEC_1-1715049779106.png" alt="OCEAN_CEC_1-1715049779106.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OCEAN_CEC_2-1715049829523.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/277334i73AE6CAAB9D42E20/image-size/medium?v=v2&amp;amp;px=400" role="button" title="OCEAN_CEC_2-1715049829523.png" alt="OCEAN_CEC_2-1715049829523.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OCEAN_CEC_0-1715049740927.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/277331iB019608028809645/image-size/medium?v=v2&amp;amp;px=400" role="button" title="OCEAN_CEC_0-1715049740927.png" alt="OCEAN_CEC_0-1715049740927.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 02:45:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-After-the-variable-changes-the-section-attribute-the-text/m-p/1860084#M35016</guid>
      <dc:creator>OCEAN_CEC</dc:creator>
      <dc:date>2024-05-07T02:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3  After the variable changes the section attribute, the text section compilation is problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-After-the-variable-changes-the-section-attribute-the-text/m-p/1860325#M35033</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203392"&gt;@OCEAN_CEC&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Can you share the project?&lt;/P&gt;
&lt;P&gt;Do you have a screenshot of the error message?&lt;/P&gt;
&lt;P&gt;What RTD and compiler&amp;nbsp;version do you use?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 08:02:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-After-the-variable-changes-the-section-attribute-the-text/m-p/1860325#M35033</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2024-05-07T08:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3  After the variable changes the section attribute, the text section compilation is problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-After-the-variable-changes-the-section-attribute-the-text/m-p/1860390#M35037</link>
      <description>&lt;P&gt;&lt;SPAN&gt;compiler ：gcc-10.2-arm32-eabi&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;RTD: R21-11_3.0.0_P07&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;HW ：S32K310&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I discovered the problem when the program ran away,compile without errlog.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 09:09:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-After-the-variable-changes-the-section-attribute-the-text/m-p/1860390#M35037</guid>
      <dc:creator>OCEAN_CEC</dc:creator>
      <dc:date>2024-05-07T09:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3  After the variable changes the section attribute, the text section compilation is problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-After-the-variable-changes-the-section-attribute-the-text/m-p/1863490#M35223</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203392"&gt;@OCEAN_CEC&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Can you read the .map file and confirm the variables are correctly placed in the sections?&lt;/P&gt;
&lt;P&gt;Is the MPU descriptor correcly configured at the section in system.c?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 13:04:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-After-the-variable-changes-the-section-attribute-the-text/m-p/1863490#M35223</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2024-05-10T13:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3  After the variable changes the section attribute, the text section compilation is problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-After-the-variable-changes-the-section-attribute-the-text/m-p/1865455#M35342</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;Daniel&lt;/SPAN&gt;：&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Thank for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I read system.c and.map, and this variable is actually placed in the area I want. Currently, the MPU is configured using the default project configuration. In my understanding, this should not affect the address of the link symbol.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 13:38:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-After-the-variable-changes-the-section-attribute-the-text/m-p/1865455#M35342</guid>
      <dc:creator>OCEAN_CEC</dc:creator>
      <dc:date>2024-05-14T13:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3  After the variable changes the section attribute, the text section compilation is problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-After-the-variable-changes-the-section-attribute-the-text/m-p/1866000#M35383</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203392"&gt;@OCEAN_CEC&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Please share the project so that I can test it.&lt;/P&gt;
&lt;P&gt;If you don't want to share it here, create a ticket.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 07:08:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-After-the-variable-changes-the-section-attribute-the-text/m-p/1866000#M35383</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2024-05-15T07:08:04Z</dc:date>
    </item>
  </channel>
</rss>

