<?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>Kinetis MicrocontrollersのトピックRe: Which DRAM controller slave ports is able to be accessed through which master ports on a Kinetis K70</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Which-DRAM-controller-slave-ports-is-able-to-be-accessed-through/m-p/365876#M18837</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Claus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am in processing to get confirmation info from Kinetis product team.&lt;/P&gt;&lt;P&gt;Thank you for the patience.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Wish it helps.&lt;BR /&gt;best regards &lt;BR /&gt;Ma Hui&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>Fri, 31 Oct 2014 03:54:13 GMT</pubDate>
    <dc:creator>Hui_Ma</dc:creator>
    <dc:date>2014-10-31T03:54:13Z</dc:date>
    <item>
      <title>Which DRAM controller slave ports is able to be accessed through which master ports on a Kinetis K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Which-DRAM-controller-slave-ports-is-able-to-be-accessed-through/m-p/365875#M18836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am doing an application where performance is extremely important, causing the need for pushing the K70 to its performance limits. One of the requirements is that I need to DMA data with approximate 50 MB/s from the Flexbus to DDR memory with very low latency, while the Cortex-M4 also accessing the memory controller. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to the K70 reference manual the DRAM controller’s slave ports can be accessed by the following master ports based on address range.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0x7000_0000-0x7FFF_FFFF&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Cortex-M4 (M1), eDMA ( M2) can access S5, S6 and S7&lt;/LI&gt;&lt;LI&gt;LCD (M4) can access S5, S6 and S7&lt;/LI&gt;&lt;LI&gt;LCD (M5), eSDHC/NFC (M3), ENET (M7), USB (M6) can access S5&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;0x8000_0000-0x8FFF_FFFF&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Cortex-M4 (M1), eDMA ( M2) can access S5&lt;/LI&gt;&lt;LI&gt;LCD (M4) can access S5, S6 and S7&lt;/LI&gt;&lt;LI&gt;LCD (M5), eSDHC/NFC (M3), ENET (M7), USB (M6) can access S5, S6 and S7&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though looking in the Freescale training material &lt;A href="http://www.freescale.com/files/training_pdf/WBNR_LA2012_K70SP.pdf?lang_cd=en"&gt;http://www.freescale.com/files/training_pdf/WBNR_LA2012_K70SP.pdf?lang_cd=en&lt;/A&gt; page 27 it states:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0x7000_0000-0x7FFF_FFFF&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Cortex-M4 (M1), eDMA ( M2) can access S5&lt;/LI&gt;&lt;LI&gt;LCD (M4) can access S6&lt;/LI&gt;&lt;LI&gt;LCD (M5), eSDHC/NFC (M3), ENET (M7), USB (M6) can access S7&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;0x8000_0000-0x8FFF_FFFF&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Cortex-M4 (M1), eDMA ( M2) can access S5&lt;/LI&gt;&lt;LI&gt;LCD (M4) can access S6&lt;/LI&gt;&lt;LI&gt;LCD (M5), eSDHC/NFC (M3), ENET (M7), USB (M6) can access S7&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what is correct? Is the Cortex M and DMA limited to one slave port together, or is the reference manual correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the reference manual is correct. How can I change which slave port a master ports tries with its first attempt. I want to setup the system so the Cortex-M4 always asks S6 first, and the DMA always ask S7, and they both have the highest priority on those ports. The LCD is then able to share the last port together with the USB, ENET etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know about the port priority (AXBS_PRSn), and arbitration (AXBS_CRSn) registers, but I can not find any details above the other elements, which I need to know to push the K70 to it full potential.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice, I have created a service request about this issue (1-3027240671 ) and will try to update this thread if possible with information I receive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 12:59:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Which-DRAM-controller-slave-ports-is-able-to-be-accessed-through/m-p/365875#M18836</guid>
      <dc:creator>ClausStovgaard</dc:creator>
      <dc:date>2014-10-30T12:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Which DRAM controller slave ports is able to be accessed through which master ports on a Kinetis K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Which-DRAM-controller-slave-ports-is-able-to-be-accessed-through/m-p/365876#M18837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Claus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am in processing to get confirmation info from Kinetis product team.&lt;/P&gt;&lt;P&gt;Thank you for the patience.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Wish it helps.&lt;BR /&gt;best regards &lt;BR /&gt;Ma Hui&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>Fri, 31 Oct 2014 03:54:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Which-DRAM-controller-slave-ports-is-able-to-be-accessed-through/m-p/365876#M18837</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2014-10-31T03:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Which DRAM controller slave ports is able to be accessed through which master ports on a Kinetis K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Which-DRAM-controller-slave-ports-is-able-to-be-accessed-through/m-p/365877#M18838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Claus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check below K70 updated DRAM controller memory map info.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="updated K70 memory map about DRAM controller.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/45544i5ADA7848761B471A/image-size/large?v=v2&amp;amp;px=999" role="button" title="updated K70 memory map about DRAM controller.jpg" alt="updated K70 memory map about DRAM controller.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Related info will be updated at next version K70 reference manual soon.&lt;/P&gt;&lt;P&gt;Sorry for our document with incorrect info may bring any inconvenience to you.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Wish it helps.&lt;BR /&gt;best regards &lt;BR /&gt;Ma Hui&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, 03 Nov 2014 06:50:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Which-DRAM-controller-slave-ports-is-able-to-be-accessed-through/m-p/365877#M18838</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2014-11-03T06:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Which DRAM controller slave ports is able to be accessed through which master ports on a Kinetis K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Which-DRAM-controller-slave-ports-is-able-to-be-accessed-through/m-p/365878#M18839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just for other users running into the same issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on your answer it seems that the optimum settings is something like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="color: #ffffff; background-color: #6690bc; text-align: center; font-family: arial,helvetica,sans-serif; vertical-align: baseline;"&gt;Slave port&lt;/TH&gt;&lt;TH style="color: #ffffff; background-color: #6690bc; text-align: center; font-family: arial,helvetica,sans-serif; vertical-align: baseline;"&gt;&lt;P&gt;Prio1&lt;/P&gt;&lt;/TH&gt;&lt;TH style="color: #ffffff; background-color: #6690bc; text-align: center; font-family: arial,helvetica,sans-serif; vertical-align: baseline;"&gt;&lt;P&gt;Prio2&lt;/P&gt;&lt;/TH&gt;&lt;TH style="color: #ffffff; background-color: #6690bc; text-align: center; font-family: arial,helvetica,sans-serif; vertical-align: baseline;"&gt;&lt;P&gt;Prio3&lt;/P&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="color: #575757; text-align: left; background-color: transparent; font-family: arial,helvetica,sans-serif; vertical-align: baseline;"&gt;S4&lt;/TD&gt;&lt;TD style="color: #575757; text-align: left; background-color: transparent; font-family: arial,helvetica,sans-serif; vertical-align: baseline;"&gt;M2&lt;/TD&gt;&lt;TD style="color: #575757; text-align: left; background-color: transparent; font-family: arial,helvetica,sans-serif; vertical-align: baseline;"&gt;M1&lt;/TD&gt;&lt;TD style="color: #575757; text-align: left; background-color: transparent; font-family: arial,helvetica,sans-serif; vertical-align: baseline;"&gt;Don't care&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="color: #575757; text-align: left; background-color: transparent; font-family: arial,helvetica,sans-serif; vertical-align: baseline;"&gt;S5&lt;/TD&gt;&lt;TD style="color: #575757; text-align: left; background-color: transparent; font-family: arial,helvetica,sans-serif; vertical-align: baseline;"&gt;M2&lt;/TD&gt;&lt;TD style="color: #575757; text-align: left; background-color: transparent; font-family: arial,helvetica,sans-serif; vertical-align: baseline;"&gt;M1&lt;/TD&gt;&lt;TD style="color: #575757; text-align: left; background-color: transparent; font-family: arial,helvetica,sans-serif; vertical-align: baseline;"&gt;M0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="color: #575757; text-align: left; background-color: transparent; font-family: arial,helvetica,sans-serif; vertical-align: baseline;"&gt;S6&lt;/TD&gt;&lt;TD style="color: #575757; text-align: left; background-color: transparent; font-family: arial,helvetica,sans-serif; vertical-align: baseline;"&gt;M4&lt;/TD&gt;&lt;TD style="color: #575757; text-align: left; background-color: transparent; font-family: arial,helvetica,sans-serif; vertical-align: baseline;"&gt;Don't care&lt;/TD&gt;&lt;TD style="color: #575757; text-align: left; background-color: transparent; font-family: arial,helvetica,sans-serif; vertical-align: baseline;"&gt;Don't care&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="color: #575757; text-align: left; background-color: transparent; font-family: arial,helvetica,sans-serif; vertical-align: baseline;"&gt;S7&lt;/TD&gt;&lt;TD style="color: #575757; text-align: left; background-color: transparent; font-family: arial,helvetica,sans-serif; vertical-align: baseline;"&gt;M5&lt;/TD&gt;&lt;TD style="color: #575757; text-align: left; background-color: transparent; font-family: arial,helvetica,sans-serif; vertical-align: baseline;"&gt;M3&lt;/TD&gt;&lt;TD style="color: #575757; text-align: left; background-color: transparent; font-family: arial,helvetica,sans-serif; vertical-align: baseline;"&gt;M6&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And regarding parking register, something like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="color: #ffffff; background-color: #6690bc; text-align: center; font-family: arial,helvetica,sans-serif; vertical-align: baseline;"&gt;Slave port&lt;/TH&gt;&lt;TH style="color: #ffffff; background-color: #6690bc; text-align: center; font-family: arial,helvetica,sans-serif; vertical-align: baseline;"&gt;Parked&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="color: #575757; text-align: left; background-color: transparent; font-family: arial,helvetica,sans-serif; vertical-align: baseline;"&gt;S4&lt;/TD&gt;&lt;TD style="color: #575757; text-align: left; background-color: transparent; font-family: arial,helvetica,sans-serif; vertical-align: baseline;"&gt;M2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="color: #575757; text-align: left; background-color: transparent; font-family: arial,helvetica,sans-serif; vertical-align: baseline;"&gt;S5&lt;/TD&gt;&lt;TD style="color: #575757; text-align: left; background-color: transparent; font-family: arial,helvetica,sans-serif; vertical-align: baseline;"&gt;M2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="color: #575757; text-align: left; background-color: transparent; font-family: arial,helvetica,sans-serif; vertical-align: baseline;"&gt;S6&lt;/TD&gt;&lt;TD style="color: #575757; text-align: left; background-color: transparent; font-family: arial,helvetica,sans-serif; vertical-align: baseline;"&gt;M4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="color: #575757; text-align: left; background-color: transparent; font-family: arial,helvetica,sans-serif; vertical-align: baseline;"&gt;S7&lt;/TD&gt;&lt;TD style="color: #575757; text-align: left; background-color: transparent; font-family: arial,helvetica,sans-serif; vertical-align: baseline;"&gt;M5&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking into the DDR controller registers for the last performance tweaks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 11:17:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Which-DRAM-controller-slave-ports-is-able-to-be-accessed-through/m-p/365878#M18839</guid>
      <dc:creator>ClausStovgaard</dc:creator>
      <dc:date>2014-11-04T11:17:36Z</dc:date>
    </item>
  </channel>
</rss>

