<?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 use s32k344 code as 314 in S32K</title>
    <link>https://community.nxp.com/t5/S32K/How-to-use-s32k344-code-as-314/m-p/1915878#M38147</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Hmm, there will be difference in access to TCMs.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="petervlna_0-1721803024987.png" style="width: 659px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/290057i26DF429414BD1C6A/image-dimensions/659x365?v=v2" width="659" height="365" role="button" title="petervlna_0-1721803024987.png" alt="petervlna_0-1721803024987.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;nt_dtcm : ORIGIN = 0x20000000, LENGTH = 0x00010000 /* 128K */&lt;/P&gt;
&lt;P&gt;As I am looking into memory map, the 314 has 64kB only. So that will be be the reason why you have&lt;/P&gt;
&lt;P&gt;break at address "0x2010000"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="petervlna_1-1721804097420.png" style="width: 777px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/290062i9A2CD896D1574516/image-dimensions/777x335?v=v2" width="777" height="335" role="button" title="petervlna_1-1721804097420.png" alt="petervlna_1-1721804097420.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jul 2024 06:55:14 GMT</pubDate>
    <dc:creator>petervlna</dc:creator>
    <dc:date>2024-07-24T06:55:14Z</dc:date>
    <item>
      <title>How to use s32k344 code as 314</title>
      <link>https://community.nxp.com/t5/S32K/How-to-use-s32k344-code-as-314/m-p/1914561#M38035</link>
      <description>&lt;P&gt;Hello, I'm using the S32K344 EVB board&lt;BR /&gt;Personally, I made the S32K314 PCB.&lt;BR /&gt;There was a problem that the power was not turned on, but the problem was solved.&lt;BR /&gt;However, the code based on the existing EVB board did not work on the board I made.&lt;/P&gt;&lt;P&gt;While looking up the data, LINKER_FLASH found that this part is different from 344 and 314.&lt;BR /&gt;int_itcm : ORIGIN = 0x00000000, LENGTH = 0x00010000 /* 64K */&lt;BR /&gt;While searching for data int_itcm: ORIGIN = 0x0000000000, LENGTH = 0x00008000 /* 64K */&lt;BR /&gt;int_dtcm : ORIGIN = 0x20000000, LENGTH = 0x00020000 /* 128K */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;int_itcm : ORIGIN = 0x00000000, LENGTH = 0x00008000 /* 64K */&lt;BR /&gt;While searching for data int_itcm: ORIGIN = 0x0000000000, LENGTH = 0x00008000 /* 64K */&lt;BR /&gt;int_dtcm : ORIGIN = 0x20000000, LENGTH = 0x00010000 /* 128K */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there anything else I need to revise?&lt;/P&gt;&lt;P&gt;HARDFAULT error or&lt;BR /&gt;Break at address "0x2010000" with no debug information available, or outside of program code.&lt;BR /&gt;A warning message is displayed.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 02:39:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-use-s32k344-code-as-314/m-p/1914561#M38035</guid>
      <dc:creator>Oido</dc:creator>
      <dc:date>2024-07-23T02:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to use s32k344 code as 314</title>
      <link>https://community.nxp.com/t5/S32K/How-to-use-s32k344-code-as-314/m-p/1915878#M38147</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Hmm, there will be difference in access to TCMs.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="petervlna_0-1721803024987.png" style="width: 659px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/290057i26DF429414BD1C6A/image-dimensions/659x365?v=v2" width="659" height="365" role="button" title="petervlna_0-1721803024987.png" alt="petervlna_0-1721803024987.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;nt_dtcm : ORIGIN = 0x20000000, LENGTH = 0x00010000 /* 128K */&lt;/P&gt;
&lt;P&gt;As I am looking into memory map, the 314 has 64kB only. So that will be be the reason why you have&lt;/P&gt;
&lt;P&gt;break at address "0x2010000"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="petervlna_1-1721804097420.png" style="width: 777px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/290062i9A2CD896D1574516/image-dimensions/777x335?v=v2" width="777" height="335" role="button" title="petervlna_1-1721804097420.png" alt="petervlna_1-1721804097420.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 06:55:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-use-s32k344-code-as-314/m-p/1915878#M38147</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2024-07-24T06:55:14Z</dc:date>
    </item>
  </channel>
</rss>

