<?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: iMX8 Cortex M7 SPI with SDMA in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX8-Cortex-M7-SPI-with-SDMA/m-p/1744130#M214530</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/224607"&gt;@frank9&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find rdc config in uboot dts: arch/arm/dts/imx8mp-evk-u-boot.dtsi&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;mcu_rdc {
		compatible = "imx8m,mcu_rdc";
			    /* rdc config when MCU starts
			     * master
			     *   SDMA3p --&amp;gt; domain 1
			     *   SDMA3b --&amp;gt; domian 1
			     *   SDMA3_SPBA2  --&amp;gt; domian 1
			     * peripheral:
			     *   SAI3   --&amp;gt; Only Domian 1 can access
			     *   UART4  --&amp;gt; Only Domian 1 can access
			     *   GPT1   --&amp;gt; Only Domian 1 can access
			     *   SDMA3  --&amp;gt; Only Domian 1 can access
			     *   I2C3   --&amp;gt; Only Domian 1 can access
			     * memory:
			     *   TCM    --&amp;gt; Only Domian 1 can access (0x7E0000~0x81FFFF)
			     *   DDR    --&amp;gt; Only Domian 1 can access (0x80000000~0x81000000)
			     * end.
			     */&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You don't have ecspi sdma1 permission with default rdc config. Please try to add sdma1 config in&amp;nbsp;imx8mp-evk-u-boot.dtsi.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Oct 2023 03:39:57 GMT</pubDate>
    <dc:creator>Zhiming_Liu</dc:creator>
    <dc:date>2023-10-23T03:39:57Z</dc:date>
    <item>
      <title>iMX8 Cortex M7 SPI with SDMA</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8-Cortex-M7-SPI-with-SDMA/m-p/1743152#M214450</link>
      <description>&lt;P&gt;Encountered an issue after trying to enable SPI with SDMA for Cortex M7 on the 8MPLUSLPD4-EVK.&amp;nbsp; I believed I followed the SDMA example that came with the IMX8 (found in below path).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="frank9_0-1697741008016.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/245997i3B257F5BEA09A97A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="frank9_0-1697741008016.png" alt="frank9_0-1697741008016.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am using FreeRTOS.&amp;nbsp;The build appears to be having difficulty in running loaded ROM script.&amp;nbsp; It gets stuck in the below while loop.&amp;nbsp; Also below is call stack.&amp;nbsp; Any thoughts to what could be wrong with my setup?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="frank9_1-1697740890696.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/245994i4723D6BD30196D27/image-size/medium?v=v2&amp;amp;px=400" role="button" title="frank9_1-1697740890696.jpeg" alt="frank9_1-1697740890696.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="frank9_2-1697740890696.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/245993i23B44081C6746635/image-size/medium?v=v2&amp;amp;px=400" role="button" title="frank9_2-1697740890696.jpeg" alt="frank9_2-1697740890696.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 18:44:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8-Cortex-M7-SPI-with-SDMA/m-p/1743152#M214450</guid>
      <dc:creator>frank9</dc:creator>
      <dc:date>2023-10-19T18:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8 Cortex M7 SPI with SDMA</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8-Cortex-M7-SPI-with-SDMA/m-p/1744130#M214530</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/224607"&gt;@frank9&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find rdc config in uboot dts: arch/arm/dts/imx8mp-evk-u-boot.dtsi&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;mcu_rdc {
		compatible = "imx8m,mcu_rdc";
			    /* rdc config when MCU starts
			     * master
			     *   SDMA3p --&amp;gt; domain 1
			     *   SDMA3b --&amp;gt; domian 1
			     *   SDMA3_SPBA2  --&amp;gt; domian 1
			     * peripheral:
			     *   SAI3   --&amp;gt; Only Domian 1 can access
			     *   UART4  --&amp;gt; Only Domian 1 can access
			     *   GPT1   --&amp;gt; Only Domian 1 can access
			     *   SDMA3  --&amp;gt; Only Domian 1 can access
			     *   I2C3   --&amp;gt; Only Domian 1 can access
			     * memory:
			     *   TCM    --&amp;gt; Only Domian 1 can access (0x7E0000~0x81FFFF)
			     *   DDR    --&amp;gt; Only Domian 1 can access (0x80000000~0x81000000)
			     * end.
			     */&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You don't have ecspi sdma1 permission with default rdc config. Please try to add sdma1 config in&amp;nbsp;imx8mp-evk-u-boot.dtsi.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 03:39:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8-Cortex-M7-SPI-with-SDMA/m-p/1744130#M214530</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2023-10-23T03:39:57Z</dc:date>
    </item>
  </channel>
</rss>

