<?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: Problems starting a new board - BusFault: An imprecise (asynchronous) data access error has occu in S32K</title>
    <link>https://community.nxp.com/t5/S32K/Problems-starting-a-new-board-BusFault-An-imprecise-asynchronous/m-p/1748267#M28233</link>
    <description>&lt;P&gt;The linker file is a file created by Generate, but it is strange that the address does not match.&lt;/P&gt;&lt;P&gt;Thank you for your support.&lt;BR /&gt;I solved this problem by changing the size of itcm and dtcm.&lt;/P&gt;</description>
    <pubDate>Mon, 30 Oct 2023 04:23:06 GMT</pubDate>
    <dc:creator>jwkang</dc:creator>
    <dc:date>2023-10-30T04:23:06Z</dc:date>
    <item>
      <title>Problems starting a new board - BusFault: An imprecise (asynchronous) data access error has occurred</title>
      <link>https://community.nxp.com/t5/S32K/Problems-starting-a-new-board-BusFault-An-imprecise-asynchronous/m-p/1748143#M28225</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I confirmed that our code works well on the S32K344-WB EVB. I created a project for S32K344 and S32K314 and confirmed that each works.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/design/development-boards/automotive-development-platforms/s32k-mcu-platforms/s32k344-white-evaluation-board-for-automotive-general-purpose:S32K344-WB" target="_blank"&gt;https://www.nxp.com/design/development-boards/automotive-development-platforms/s32k-mcu-platforms/s32k344-white-evaluation-board-for-automotive-general-purpose:S32K344-WB&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on this, we created a new board with S32K314.&lt;BR /&gt;S32DS 3.4, NXP GCC 10.2 for Arm 32-bit Bare-Metal&lt;BR /&gt;RTD 2.0.0, Debugger Pemicro&lt;/P&gt;&lt;P&gt;I tried running the code on this board, but it doesn't work properly.&lt;BR /&gt;The binary appears to have been written in Flash, but the code appears to no longer run at 0x0. I checked the JTAG line, but there seems to be no problem.&lt;/P&gt;&lt;P&gt;I checked the error code and it is as follows.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;BusFault: An imprecise (asynchronous) data access error has occurred. &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;HardFault: A fault has been escalated to a hard fault. &lt;/FONT&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="jwkang_0-1698565907702.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247332iDC7C38488AC19871/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jwkang_0-1698565907702.png" alt="jwkang_0-1698565907702.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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="jwkang_1-1698564992268.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247334iB1E48EC08124F665/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jwkang_1-1698564992268.png" alt="jwkang_1-1698564992268.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="jwkang_2-1698565059337.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247335iFC6B7872210BAC42/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jwkang_2-1698565059337.png" alt="jwkang_2-1698565059337.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I tried to forcefully move the address, and it seems to move, but when I run it, it doesn't actually proceed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Plz tell me the exact meaning of the error code.&lt;BR /&gt;And plz&amp;nbsp;&lt;SPAN&gt;advise on what additional things to check.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Oct 2023 07:38:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Problems-starting-a-new-board-BusFault-An-imprecise-asynchronous/m-p/1748143#M28225</guid>
      <dc:creator>jwkang</dc:creator>
      <dc:date>2023-10-29T07:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problems starting a new board - BusFault: An imprecise (asynchronous) data access error has occu</title>
      <link>https://community.nxp.com/t5/S32K/Problems-starting-a-new-board-BusFault-An-imprecise-asynchronous/m-p/1748195#M28228</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Seems that the HardFault(BusFault) occur at &lt;STRONG&gt;DTCM_LOOP&lt;/STRONG&gt;() in &lt;EM&gt;startup_cm7.s&lt;/EM&gt;.&amp;nbsp; Please check whether it was caused by wrong size of int_itcm and int_dtcm in&amp;nbsp;Project_Settings/Linker_Files/&lt;EM&gt;linker_flash_s32k314.ld&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ITCM DTCM size of S32K344 S32K314 linker file.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247348i9DFB2019FD8D631D/image-size/large?v=v2&amp;amp;px=999" role="button" title="ITCM DTCM size of S32K344 S32K314 linker file.png" alt="ITCM DTCM size of S32K344 S32K314 linker file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Robin&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 02:20:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Problems-starting-a-new-board-BusFault-An-imprecise-asynchronous/m-p/1748195#M28228</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2023-10-30T02:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problems starting a new board - BusFault: An imprecise (asynchronous) data access error has occu</title>
      <link>https://community.nxp.com/t5/S32K/Problems-starting-a-new-board-BusFault-An-imprecise-asynchronous/m-p/1748267#M28233</link>
      <description>&lt;P&gt;The linker file is a file created by Generate, but it is strange that the address does not match.&lt;/P&gt;&lt;P&gt;Thank you for your support.&lt;BR /&gt;I solved this problem by changing the size of itcm and dtcm.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 04:23:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Problems-starting-a-new-board-BusFault-An-imprecise-asynchronous/m-p/1748267#M28233</guid>
      <dc:creator>jwkang</dc:creator>
      <dc:date>2023-10-30T04:23:06Z</dc:date>
    </item>
  </channel>
</rss>

