<?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: Can the S32K312 chip support setting the ITCM RAM as system RAM? in S32K</title>
    <link>https://community.nxp.com/t5/S32K/Can-the-S32K312-chip-support-setting-the-ITCM-RAM-as-system-RAM/m-p/1680360#M24679</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37795"&gt;@lukaszadrapa&lt;/a&gt;&amp;nbsp;:&lt;/P&gt;&lt;P&gt;Thanks for your reply!&lt;/P&gt;&lt;P&gt;Could you give me a sample code which tell me how to&amp;nbsp;initialize ITCM?&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jul 2023 09:15:30 GMT</pubDate>
    <dc:creator>mikesteven</dc:creator>
    <dc:date>2023-07-03T09:15:30Z</dc:date>
    <item>
      <title>Can the S32K312 chip support setting the ITCM RAM as system RAM?</title>
      <link>https://community.nxp.com/t5/S32K/Can-the-S32K312-chip-support-setting-the-ITCM-RAM-as-system-RAM/m-p/1678616#M24570</link>
      <description>&lt;P&gt;Hi, NXP team:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;SPAN&gt;The current project is using the S32K312 chip. The SRAM is not sufficient for our needs, and the DTCM is being used to store data. However, the ITCM is not being used yet. I would like to know if this chip supports using the ITCM for system storage. If it does, how should it be configured?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 09:50:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Can-the-S32K312-chip-support-setting-the-ITCM-RAM-as-system-RAM/m-p/1678616#M24570</guid>
      <dc:creator>mikesteven</dc:creator>
      <dc:date>2023-06-29T09:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can the S32K312 chip support setting the ITCM RAM as system RAM?</title>
      <link>https://community.nxp.com/t5/S32K/Can-the-S32K312-chip-support-setting-the-ITCM-RAM-as-system-RAM/m-p/1679359#M24615</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/219634"&gt;@mikesteven&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;yes, ITCM can be used for data storage. No configuration is required, the ITCM must be only initialized due to ECC which is already done in startup files.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lukaszadrapa_0-1688110498131.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/230242iA46A54D8479AA661/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lukaszadrapa_0-1688110498131.png" alt="lukaszadrapa_0-1688110498131.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;lukaszadrapa_0-1688110498131.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 07:35:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Can-the-S32K312-chip-support-setting-the-ITCM-RAM-as-system-RAM/m-p/1679359#M24615</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2023-06-30T07:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can the S32K312 chip support setting the ITCM RAM as system RAM?</title>
      <link>https://community.nxp.com/t5/S32K/Can-the-S32K312-chip-support-setting-the-ITCM-RAM-as-system-RAM/m-p/1680360#M24679</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37795"&gt;@lukaszadrapa&lt;/a&gt;&amp;nbsp;:&lt;/P&gt;&lt;P&gt;Thanks for your reply!&lt;/P&gt;&lt;P&gt;Could you give me a sample code which tell me how to&amp;nbsp;initialize ITCM?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 09:15:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Can-the-S32K312-chip-support-setting-the-ITCM-RAM-as-system-RAM/m-p/1680360#M24679</guid>
      <dc:creator>mikesteven</dc:creator>
      <dc:date>2023-07-03T09:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can the S32K312 chip support setting the ITCM RAM as system RAM?</title>
      <link>https://community.nxp.com/t5/S32K/Can-the-S32K312-chip-support-setting-the-ITCM-RAM-as-system-RAM/m-p/1680456#M24686</link>
      <description>&lt;P&gt;Here is a piece of code copied from startup_cm7.s:&lt;/P&gt;
&lt;P&gt;ITCM_Init:&lt;BR /&gt;/* Initialize ITCM ECC */&lt;BR /&gt;ldr r0, =__ITCM_INIT&lt;BR /&gt;cmp r0, 0&lt;BR /&gt;/* Skip if __TCM_INIT is not set */&lt;BR /&gt;beq ITCM_LOOP_END&lt;/P&gt;
&lt;P&gt;ldr r1, =__INT_ITCM_START&lt;BR /&gt;ldr r2, =__INT_ITCM_END&lt;/P&gt;
&lt;P&gt;subs r2, r1&lt;BR /&gt;subs r2, #1&lt;BR /&gt;ble ITCM_LOOP_END&lt;/P&gt;
&lt;P&gt;movs r0, 0&lt;BR /&gt;movs r3, 0&lt;BR /&gt;ITCM_LOOP:&lt;BR /&gt;stm r1!, {r0,r3}&lt;BR /&gt;subs r2, #8&lt;BR /&gt;bge ITCM_LOOP&lt;BR /&gt;ITCM_LOOP_END: &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And now I can see that some initialization is really required, I didn't notice that before. It is implemented/fixed in RTD 3.0.0. Earlier versions didn't do that:&lt;/P&gt;
&lt;P&gt;From the same file:&lt;/P&gt;
&lt;P&gt;/* Enable TCM and Disable RETEN bit */&lt;BR /&gt;LDR r1, =CM7_DTCMCR&lt;BR /&gt;LDR r0, [r1]&lt;BR /&gt;bic r0, r0, #0x4&lt;BR /&gt;orr r0, r0, #0x1&lt;BR /&gt;str r0, [r1]&lt;BR /&gt;/* Enable TCM and Disable RETEN bit */&lt;BR /&gt;LDR r1, =CM7_ITCMCR&lt;BR /&gt;LDR r0, [r1]&lt;BR /&gt;bic r0, r0, #0x4&lt;BR /&gt;orr r0, r0, #0x1&lt;BR /&gt;str r0, [r1]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ITCM is enabled by default but RETEN must be cleared as described in S32K3 RM:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lukaszadrapa_0-1688381043998.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/230518i6439A89EDB589A19/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lukaszadrapa_0-1688381043998.png" alt="lukaszadrapa_0-1688381043998.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;lukaszadrapa_0-1688381043998.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 10:45:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Can-the-S32K312-chip-support-setting-the-ITCM-RAM-as-system-RAM/m-p/1680456#M24686</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2023-07-03T10:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can the S32K312 chip support setting the ITCM RAM as system RAM?</title>
      <link>https://community.nxp.com/t5/S32K/Can-the-S32K312-chip-support-setting-the-ITCM-RAM-as-system-RAM/m-p/1683770#M24881</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37795"&gt;@lukaszadrapa&lt;/a&gt;&amp;nbsp;:&lt;/P&gt;&lt;P&gt;Thank you for your reply and I apologize for the delay in my response.&lt;/P&gt;&lt;P&gt;I checked my startup code and found that the corresponding snippet inside is basically consistent with the one you provided.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mikesteven_0-1688716803637.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/231269i27859239B20835F8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mikesteven_0-1688716803637.png" alt="mikesteven_0-1688716803637.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;mikesteven_0-1688716803637.png&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mikesteven_1-1688716817366.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/231270iA6983DD490BF4D56/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mikesteven_1-1688716817366.png" alt="mikesteven_1-1688716817366.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;mikesteven_1-1688716817366.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mikesteven_2-1688716893620.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/231273iC32902FA9886FD40/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mikesteven_2-1688716893620.png" alt="mikesteven_2-1688716893620.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;mikesteven_2-1688716893620.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In my LD script file, corresponding intervals have been defined to store data. At the same time, I also placed the corresponding address in the initialization data structure&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="mikesteven_3-1688717015096.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/231274i8DE424701AFED5E0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mikesteven_3-1688717015096.png" alt="mikesteven_3-1688717015096.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;mikesteven_3-1688717015096.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, when I put two variables into ITCM during the task, the program cannot run. I used Lauterbach to check the error status register and found that the BFSR -&amp;gt;IMPRECISERR bit was set. Does this mean my code is incorrect?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mikesteven_4-1688717058700.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/231275i06137070ED90D1D1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mikesteven_4-1688717058700.png" alt="mikesteven_4-1688717058700.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;mikesteven_4-1688717058700.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mikesteven_5-1688717293957.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/231277iA51005132F1F3A54/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mikesteven_5-1688717293957.png" alt="mikesteven_5-1688717293957.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;mikesteven_5-1688717293957.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 08:08:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Can-the-S32K312-chip-support-setting-the-ITCM-RAM-as-system-RAM/m-p/1683770#M24881</guid>
      <dc:creator>mikesteven</dc:creator>
      <dc:date>2023-07-07T08:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can the S32K312 chip support setting the ITCM RAM as system RAM?</title>
      <link>https://community.nxp.com/t5/S32K/Can-the-S32K312-chip-support-setting-the-ITCM-RAM-as-system-RAM/m-p/1684569#M24919</link>
      <description>&lt;P&gt;If you check the ITCM by debugger, can you see if the ITCM is initialized (due to ECC) and if the variables are initialized?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2023 07:07:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Can-the-S32K312-chip-support-setting-the-ITCM-RAM-as-system-RAM/m-p/1684569#M24919</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2023-07-10T07:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can the S32K312 chip support setting the ITCM RAM as system RAM?</title>
      <link>https://community.nxp.com/t5/S32K/Can-the-S32K312-chip-support-setting-the-ITCM-RAM-as-system-RAM/m-p/1688351#M25144</link>
      <description>&lt;P&gt;Thanks for your reply!&lt;/P&gt;&lt;P&gt;I have listened to your suggestion and checked the initialization of ITCM RAM. I confirm that ITCM has been initialized. Some of the variables I use are declared in functions and may be used for queue operations, so they may not have been initialized when declared. But I placed it in the bss section, and when the MCU starts, the corresponding memory will be initialized to 0.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;After debugging, I found that when the first linked data on ITCM is a variable, the program can run normally. However, when this data is an array or pointer (some code will null the address), the program will throw an exception. I think this is because the first address of ITCM is 0. Therefore, I isolated the first 4 bytes of ITCM. And the code that was originally unable to run can run normally.&lt;/P&gt;&lt;P&gt;Moreover, I found that when the 0 address is a variable, the address of this variable cannot be seen in the debugger, and its value cannot be seen either. So I guess this is also due to the 0 address?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 09:12:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Can-the-S32K312-chip-support-setting-the-ITCM-RAM-as-system-RAM/m-p/1688351#M25144</guid>
      <dc:creator>mikesteven</dc:creator>
      <dc:date>2023-07-14T09:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can the S32K312 chip support setting the ITCM RAM as system RAM?</title>
      <link>https://community.nxp.com/t5/S32K/Can-the-S32K312-chip-support-setting-the-ITCM-RAM-as-system-RAM/m-p/1688995#M25193</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/219634"&gt;@mikesteven&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm sorry for delayed response.&lt;/P&gt;
&lt;P&gt;Which compiler do you use? I can remember I tried this some time ago with GCC in S32DS and it worked - I could write the ITCM at 0x0 via pointer. So, I guess it could be related to compiler you use.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 06:22:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Can-the-S32K312-chip-support-setting-the-ITCM-RAM-as-system-RAM/m-p/1688995#M25193</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2023-07-20T06:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can the S32K312 chip support setting the ITCM RAM as system RAM?</title>
      <link>https://community.nxp.com/t5/S32K/Can-the-S32K312-chip-support-setting-the-ITCM-RAM-as-system-RAM/m-p/1689032#M25198</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37795"&gt;@lukaszadrapa&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for you reply again!&lt;/P&gt;&lt;P&gt;The&amp;nbsp;&lt;SPAN&gt;compiler&amp;nbsp;which I used follows as below picture:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mikesteven_0-1689834756787.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/232592iA10071A47E567253/image-size/large?v=v2&amp;amp;px=999" role="button" title="mikesteven_0-1689834756787.png" alt="mikesteven_0-1689834756787.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;mikesteven_0-1689834756787.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In addition, I have a supplement that there will be some assertions in my code, such as pointer null. Just like this,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mikesteven_1-1689834965047.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/232593i775640A9B37612C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="mikesteven_1-1689834965047.png" alt="mikesteven_1-1689834965047.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;mikesteven_1-1689834965047.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When the assertion fails, the program enters a dead loop, which may cause the program to enter an exception in FreeRTOS.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 06:39:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Can-the-S32K312-chip-support-setting-the-ITCM-RAM-as-system-RAM/m-p/1689032#M25198</guid>
      <dc:creator>mikesteven</dc:creator>
      <dc:date>2023-07-20T06:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can the S32K312 chip support setting the ITCM RAM as system RAM?</title>
      <link>https://community.nxp.com/t5/S32K/Can-the-S32K312-chip-support-setting-the-ITCM-RAM-as-system-RAM/m-p/1689394#M25220</link>
      <description>&lt;P&gt;Well, after some testing, I can&amp;nbsp; see it's caused by optimizations. If optimization level is set to none or to -O1, it is translated in the right way. If other optimization levels are used, it does not work. I can see two quick workarounds:&lt;/P&gt;
&lt;P&gt;1. Shift the start of ITCM in linker file a little bit, so zero address is not used.&lt;/P&gt;
&lt;P&gt;2. Set optimization level to none or to -O1.&lt;/P&gt;
&lt;P&gt;The first workaround is better solution, I think.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 11:22:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Can-the-S32K312-chip-support-setting-the-ITCM-RAM-as-system-RAM/m-p/1689394#M25220</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2023-07-20T11:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can the S32K312 chip support setting the ITCM RAM as system RAM?</title>
      <link>https://community.nxp.com/t5/S32K/Can-the-S32K312-chip-support-setting-the-ITCM-RAM-as-system-RAM/m-p/1690024#M25259</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37795"&gt;@lukaszadrapa&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, the first plan is also the one I am currently using. Thank you for your answer!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 05:41:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Can-the-S32K312-chip-support-setting-the-ITCM-RAM-as-system-RAM/m-p/1690024#M25259</guid>
      <dc:creator>mikesteven</dc:creator>
      <dc:date>2023-07-21T05:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can the S32K312 chip support setting the ITCM RAM as system RAM?</title>
      <link>https://community.nxp.com/t5/S32K/Can-the-S32K312-chip-support-setting-the-ITCM-RAM-as-system-RAM/m-p/1699390#M25783</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi， I Set optimization level to -O2. I want to Shift the start of ITCM in linker file a little bit, then zero address is not used, but how to solve this issue "Break at address "0x0" with no debug information available, or outside of program code."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cg11_0-1691150622201.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/235134i71D34FA54727F08C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="cg11_0-1691150622201.png" alt="cg11_0-1691150622201.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;cg11_0-1691150622201.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cg11_1-1691150631674.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/235135iDE7D7DDBEB18F5CA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="cg11_1-1691150631674.png" alt="cg11_1-1691150631674.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;cg11_1-1691150631674.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cg11_2-1691150642960.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/235136i4F71C73EB7D61669/image-size/medium?v=v2&amp;amp;px=400" role="button" title="cg11_2-1691150642960.png" alt="cg11_2-1691150642960.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;cg11_2-1691150642960.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2023 12:06:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Can-the-S32K312-chip-support-setting-the-ITCM-RAM-as-system-RAM/m-p/1699390#M25783</guid>
      <dc:creator>cg11</dc:creator>
      <dc:date>2023-08-04T12:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Can the S32K312 chip support setting the ITCM RAM as system RAM?</title>
      <link>https://community.nxp.com/t5/S32K/Can-the-S32K312-chip-support-setting-the-ITCM-RAM-as-system-RAM/m-p/1703471#M25976</link>
      <description>&lt;P&gt;Hello, I have a question that I need to ask. About ITCM, DTCM, MPU Access permission field settings&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="luhaiou_autolink_1-1691745386950.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/236083iA751EA59AF6F1E7E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="luhaiou_autolink_1-1691745386950.png" alt="luhaiou_autolink_1-1691745386950.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;luhaiou_autolink_1-1691745386950.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;ITCM and DTCM are the same, but different from SRAM，&lt;/P&gt;&lt;P&gt;Do I need to adjust ITCM and DTCM permissions? How to modify it?&lt;/P&gt;&lt;P&gt;FreeRTOS is used in the project,Is there anything to be aware of?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 09:52:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Can-the-S32K312-chip-support-setting-the-ITCM-RAM-as-system-RAM/m-p/1703471#M25976</guid>
      <dc:creator>luhaiou_autolink</dc:creator>
      <dc:date>2023-08-11T09:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can the S32K312 chip support setting the ITCM RAM as system RAM?</title>
      <link>https://community.nxp.com/t5/S32K/Can-the-S32K312-chip-support-setting-the-ITCM-RAM-as-system-RAM/m-p/1831602#M33207</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/217269"&gt;@cg11&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;Why are both parameters ORIGIN configured as 0x00002000 for int_itcm0 and int_itcm ?&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Mar 2024 02:40:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Can-the-S32K312-chip-support-setting-the-ITCM-RAM-as-system-RAM/m-p/1831602#M33207</guid>
      <dc:creator>Chris-Sun</dc:creator>
      <dc:date>2024-03-20T02:40:04Z</dc:date>
    </item>
  </channel>
</rss>

