<?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: MMU Table Entry in Lauterbach Script in CodeWarrior Development Tools</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MMU-Table-Entry-in-Lauterbach-Script/m-p/843199#M7273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reinhard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, VinothS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jan 2019 12:03:33 GMT</pubDate>
    <dc:creator>vinothkumars</dc:creator>
    <dc:date>2019-01-08T12:03:33Z</dc:date>
    <item>
      <title>MMU Table Entry in Lauterbach Script</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MMU-Table-Entry-in-Lauterbach-Script/m-p/843194#M7268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I done the &lt;STRONG&gt;lauterbach&lt;/STRONG&gt; &lt;STRONG&gt;script&lt;/STRONG&gt; for &lt;STRONG&gt;t4160rdb&lt;/STRONG&gt; board. I have the demo script and I workthrogh it and from this script I don't know what is MMU TLB entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, provide the detailed explanation or reference document for the following,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;;MMU setup&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; MMU.TLB1.Set 0. 0xC0000A00 0xC0000008 0xC0000015 0x00000000 0x00000000 ;FLASH 0xC0000000--0xffffffff (1GB)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; MMU.TLB1.Set 1. 0xC0000A00 0x00000000 0x00000015 0x00000000 0x00000000 ;DDR 0x00000000--0x3fffffff (1GB)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;MMU.TLB1.Set 2. 0xC0000A00 0x40000000 0x40000015 0x00000000 0x00000000 ;DDR 0x40000000--0x7fffffff (1GB)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;MMU.TLB1.Set 3. 0xC0000A00 0x80000000 0x80000015 0x00000000 0x00000000 ;DDR 0x80000000--0xbfffffff (1GB)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your suggestion will be very helpful If it related to &lt;STRONG&gt;QorIq T4&lt;/STRONG&gt; series .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for all your help ...........!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, VinothS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2018 12:23:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MMU-Table-Entry-in-Lauterbach-Script/m-p/843194#M7268</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2018-12-31T12:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: MMU Table Entry in Lauterbach Script</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MMU-Table-Entry-in-Lauterbach-Script/m-p/843195#M7269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The e6500 core uses TLB entries to map pages of real memory. Each TLB entry contains&lt;BR /&gt;a set of attributes which describe how the core and the system should treat core accesses&lt;BR /&gt;to that page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TLB entries are not directly accessible, the core updates TLB entries through special MMU Assist (MAS) registers.&lt;/P&gt;&lt;P&gt;However, debugger can access TLB entries directly using debugger commands like &lt;STRONG&gt;MMU.TLB1.Set&lt;/STRONG&gt; above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more details about MMU TLB entries, please look e6500 Core Reference Manual, Chapter 7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/reference-manual/E6500RM.pdf"&gt;https://www.nxp.com/docs/en/reference-manual/E6500RM.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For debugger commands description please refer to debugger documentation.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Alexander&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2018 13:23:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MMU-Table-Entry-in-Lauterbach-Script/m-p/843195#M7269</guid>
      <dc:creator>alexander_yakov</dc:creator>
      <dc:date>2018-12-31T13:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: MMU Table Entry in Lauterbach Script</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MMU-Table-Entry-in-Lauterbach-Script/m-p/843196#M7270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your quick response..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, VinotS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2018 13:58:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MMU-Table-Entry-in-Lauterbach-Script/m-p/843196#M7270</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2018-12-31T13:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: MMU Table Entry in Lauterbach Script</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MMU-Table-Entry-in-Lauterbach-Script/m-p/843197#M7271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your suggestion. But, still I have some confusion.&amp;nbsp;Will you please give detailed explanation for configure &lt;STRONG&gt;MMU TLB&lt;/STRONG&gt; entry for flash and configure. Still I am struggled in that same step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In&amp;nbsp;&lt;STRONG&gt;init_rev.cmm&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;;MMU setup&lt;BR /&gt;MMU.TLB1.Set 0. 0xC0000A00 0xC0000008 0xC0000015 0x00000000 0x00000000 ;FLASH 0xC0000000--0xffffffff (1GB)&lt;BR /&gt;MMU.TLB1.Set 1. 0xC0000A00 0x00000000 0x00000015 0x00000000 0x00000000 ;DDR 0x00000000--0x3fffffff (1GB)&lt;BR /&gt;MMU.TLB1.Set 2. 0xC0000A00 0x40000000 0x40000015 0x00000000 0x00000000 ;DDR 0x40000000--0x7fffffff (1GB)&lt;BR /&gt;MMU.TLB1.Set 3. 0xC0000A00 0x80000000 0x80000015 0x00000000 0x00000000 ;DDR 0x80000000--0xbfffffff (1GB)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;flash_cfi.cmm&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;;TLB entry for FLASH 0xC0000000--0xffffffff (caching inhibited - memory access guarded)&lt;BR /&gt;MMU.TLB1.Set 0. 0xC0000A00 0xC000000A 0xC0000015 0x00000000 0x0&lt;/P&gt;&lt;P&gt;;TLB entry for CPC-SRAM 0x10000000--0x100FFFFF&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;MMU.TLB1.Set 1. 0x80000500 0x10000002 0x10000015 0x00000000 0x0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it possible please explain anyone of the &lt;STRONG&gt;MMU&amp;nbsp; TLB&lt;/STRONG&gt; entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also I struggled in selection of &lt;STRONG&gt;LAW&lt;/STRONG&gt; register for &lt;STRONG&gt;DDR&lt;/STRONG&gt;, &lt;STRONG&gt;NOR FLASH&lt;/STRONG&gt; and &lt;STRONG&gt;SRAM&lt;/STRONG&gt;. If it possible please give some document to configure LAW register (It will be very helpful if &lt;STRONG&gt;t4160rdb&lt;/STRONG&gt;&amp;nbsp;machine)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help...........!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, VinothS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2019 04:57:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MMU-Table-Entry-in-Lauterbach-Script/m-p/843197#M7271</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2019-01-02T04:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: MMU Table Entry in Lauterbach Script</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MMU-Table-Entry-in-Lauterbach-Script/m-p/843198#M7272</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;the debugger commands are described in debugger_ppcqoriq.pdf.&lt;/P&gt;&lt;P&gt;You can find it in the PDF folder of your TRACE32 installation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Reinhard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2019 11:54:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MMU-Table-Entry-in-Lauterbach-Script/m-p/843198#M7272</guid>
      <dc:creator>rweiss</dc:creator>
      <dc:date>2019-01-08T11:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: MMU Table Entry in Lauterbach Script</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MMU-Table-Entry-in-Lauterbach-Script/m-p/843199#M7273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reinhard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, VinothS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2019 12:03:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MMU-Table-Entry-in-Lauterbach-Script/m-p/843199#M7273</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2019-01-08T12:03:33Z</dc:date>
    </item>
  </channel>
</rss>

