<?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: BUS error while programming S32K344 using Lauterbach debugger utrace in RAM section.</title>
    <link>https://community.nxp.com/t5/S32K/BUS-error-while-programming-S32K344-using-Lauterbach-debugger/m-p/1967893#M41692</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;attached Lauterbach scripts I am using.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Oct 2024 12:59:19 GMT</pubDate>
    <dc:creator>snehalb</dc:creator>
    <dc:date>2024-10-07T12:59:19Z</dc:date>
    <item>
      <title>BUS error while programming S32K344 using Lauterbach debugger utrace in RAM section.</title>
      <link>https://community.nxp.com/t5/S32K/BUS-error-while-programming-S32K344-using-Lauterbach-debugger/m-p/1966874#M41631</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to run program in RAM section . I build simple sieve code using S32 design studio with build setting as Debug_RAM. when I debug using PEmicro debugger it works fine , there are no errors. but If I use same elf and program it using Lauterbach script&amp;nbsp;&amp;nbsp;"s32k344cvd-q257_sieve_sram.cmm" it throws bus error "bus error at EST:0x2043000--0x204310CF".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;note: with example elf file provided by Lauterbach, script "s32k344cvd-q257_sieve_sram.cmm" works perfectly fine.&lt;/P&gt;
&lt;P&gt;What setting I am missing in S32_studio ? Are any changes need to do in linker manually?&lt;/P&gt;
&lt;P&gt;&lt;LI-PRODUCT title="S32K344-WB" id="S32K344-WB"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance!!&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2024 10:44:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/BUS-error-while-programming-S32K344-using-Lauterbach-debugger/m-p/1966874#M41631</guid>
      <dc:creator>snehalb</dc:creator>
      <dc:date>2024-10-04T10:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: BUS error while programming S32K344 using Lauterbach debugger utrace in RAM section.</title>
      <link>https://community.nxp.com/t5/S32K/BUS-error-while-programming-S32K344-using-Lauterbach-debugger/m-p/1967802#M41682</link>
      <description>&lt;P&gt;This is rather question to Lauterbach. Could you share mentioned script?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2024 09:49:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/BUS-error-while-programming-S32K344-using-Lauterbach-debugger/m-p/1967802#M41682</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2024-10-07T09:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: BUS error while programming S32K344 using Lauterbach debugger utrace in RAM section.</title>
      <link>https://community.nxp.com/t5/S32K/BUS-error-while-programming-S32K344-using-Lauterbach-debugger/m-p/1967893#M41692</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;attached Lauterbach scripts I am using.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2024 12:59:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/BUS-error-while-programming-S32K344-using-Lauterbach-debugger/m-p/1967893#M41692</guid>
      <dc:creator>snehalb</dc:creator>
      <dc:date>2024-10-07T12:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: BUS error while programming S32K344 using Lauterbach debugger utrace in RAM section.</title>
      <link>https://community.nxp.com/t5/S32K/BUS-error-while-programming-S32K344-using-Lauterbach-debugger/m-p/1968047#M41712</link>
      <description>&lt;P&gt;The script 'init_sram.cmm' initialized address range 0x20400000-0x20427FFF i.e. 160kB i.e. only half of SRAM memory of S32K344.init_sram.cmm&lt;/P&gt;
&lt;P&gt;That's the reason probably&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2024 17:24:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/BUS-error-while-programming-S32K344-using-Lauterbach-debugger/m-p/1968047#M41712</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2024-10-07T17:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: BUS error while programming S32K344 using Lauterbach debugger utrace in RAM section.</title>
      <link>https://community.nxp.com/t5/S32K/BUS-error-while-programming-S32K344-using-Lauterbach-debugger/m-p/1968820#M41770</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/52613"&gt;@davidtosenovjan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Initializing whole RAM in init_ram.cmm script resolved my issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you so much.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 10:09:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/BUS-error-while-programming-S32K344-using-Lauterbach-debugger/m-p/1968820#M41770</guid>
      <dc:creator>snehalb</dc:creator>
      <dc:date>2024-10-08T10:09:46Z</dc:date>
    </item>
  </channel>
</rss>

