<?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 SRAM problem MPC5775K in MPC5xxx</title>
    <link>https://community.nxp.com/t5/MPC5xxx/SRAM-problem-MPC5775K/m-p/771001#M11073</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question about SRAM. I attached a part of the SRAM when viewed with Lauterbach. Some addresses can't be read. When I want to write to one address with parameter long, there is an bus error, but when i write with Lauterbach a quad value, the writing works and I can see the data afterwards. Do you know why there are bus errors at all and why the writing works with parameter quad?&lt;/P&gt;&lt;P&gt;So for example this command works:&amp;nbsp; &amp;nbsp; Data.Set EA:0x40000000 %Quad 0&lt;/P&gt;&lt;P&gt;but this one is not working:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Data.Set EA:0x40000000 %Long 0&lt;/P&gt;&lt;P&gt;I want to use the SSD Driver, so i must be able to write to RAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;whoam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Nov 2017 12:34:42 GMT</pubDate>
    <dc:creator>whoam</dc:creator>
    <dc:date>2017-11-13T12:34:42Z</dc:date>
    <item>
      <title>SRAM problem MPC5775K</title>
      <link>https://community.nxp.com/t5/MPC5xxx/SRAM-problem-MPC5775K/m-p/771001#M11073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question about SRAM. I attached a part of the SRAM when viewed with Lauterbach. Some addresses can't be read. When I want to write to one address with parameter long, there is an bus error, but when i write with Lauterbach a quad value, the writing works and I can see the data afterwards. Do you know why there are bus errors at all and why the writing works with parameter quad?&lt;/P&gt;&lt;P&gt;So for example this command works:&amp;nbsp; &amp;nbsp; Data.Set EA:0x40000000 %Quad 0&lt;/P&gt;&lt;P&gt;but this one is not working:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Data.Set EA:0x40000000 %Long 0&lt;/P&gt;&lt;P&gt;I want to use the SSD Driver, so i must be able to write to RAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;whoam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 12:34:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/SRAM-problem-MPC5775K/m-p/771001#M11073</guid>
      <dc:creator>whoam</dc:creator>
      <dc:date>2017-11-13T12:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: SRAM problem MPC5775K</title>
      <link>https://community.nxp.com/t5/MPC5xxx/SRAM-problem-MPC5775K/m-p/771002#M11074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you probably see uninitialized SRAM. SRAM initialization must be included in the MCU startup code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reset state of internal SRAM is random, thus data and checkbits may contain any data. Most probably the first read attempt to any address would generate non-correctable ECC error. SRAM must be initialized after power-up. Typically it means the whole SRAM is deleted or written by any value, however it must be either 64-bit write to completely define ECC code for data unit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 16:50:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/SRAM-problem-MPC5775K/m-p/771002#M11074</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2017-11-13T16:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: SRAM problem MPC5775K</title>
      <link>https://community.nxp.com/t5/MPC5xxx/SRAM-problem-MPC5775K/m-p/771003#M11075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks David, i think the initialization was the problem!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still have one more question. Do you know how i can check the RAM/Memory values with Lauterbach when I'm writing them with my external tool (so I can check if the SSD/SSD Config writing was correct)?&amp;nbsp; When I'm using both tools parallel Lauterbach is showing 'debug port fail' error and when I'm powering of my external tool Lauterbach is shwoing 'target reset' in Data Dump and I need to reset the MPC5775K first to see the vaules, but this reset of course deletes the values in SRAM. DO you know how i can manage to check my data writes with Lauterbach?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;whoam&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 08:06:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/SRAM-problem-MPC5775K/m-p/771003#M11075</guid>
      <dc:creator>whoam</dc:creator>
      <dc:date>2017-11-15T08:06:36Z</dc:date>
    </item>
  </channel>
</rss>

