<?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: I tried to reconfigure FlexRAM using DCD, but it didn't work in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/I-tried-to-reconfigure-FlexRAM-using-DCD-but-it-didn-t-work/m-p/1630065#M24496</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60336" target="_blank"&gt;@kerryzhou&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I reconfigure flexram in reset handler or jlink script are both work fine.&lt;/P&gt;&lt;P&gt;It's just that the configuration in DCD is invalid.&lt;/P&gt;&lt;P&gt;I am not using any IDE. I using jlink download flash&lt;/P&gt;&lt;P&gt;Thank you for your document, I will look into it in detail&lt;/P&gt;</description>
    <pubDate>Sat, 08 Apr 2023 05:37:04 GMT</pubDate>
    <dc:creator>Ashlee</dc:creator>
    <dc:date>2023-04-08T05:37:04Z</dc:date>
    <item>
      <title>I tried to reconfigure FlexRAM using DCD, but it didn't work</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/I-tried-to-reconfigure-FlexRAM-using-DCD-but-it-didn-t-work/m-p/1628732#M24462</link>
      <description>&lt;P&gt;I want to configure FlexRAM to 256k itcm and 256k dtcm&lt;/P&gt;&lt;P&gt;I used the following DCD array&lt;/P&gt;&lt;LI-CODE lang="c"&gt;const uint8_t dcd_data[] = {
	/* HEADER */
	/* Tag */
	0xD2,
	/* Image Length */
	0x00, 0x1C,
	/* Version */
	0x41,

	/* COMMANDS */
	/* #1, command: write_value, address: IOMUXC_GPR_GPR17, value: 0xAAFFFFAA, size: 4 */
	0xCC, 0x00, 0x0C, 0x04, 0x40, 0x0A, 0xC0, 0x44, 0xAA, 0xFF, 0xFF, 0xAA,
	/* #2, command: write_set_bits, address: IOMUXC_GPR_GPR16, value: 0x4, size: 4 */
	0xCC, 0x00, 0x0C, 0x1C, 0x40, 0x0A, 0xC0, 0x40, 0x00, 0x00, 0x00, 0x04
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but it didn't work&lt;/P&gt;&lt;P&gt;thank you for the help&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 05:21:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/I-tried-to-reconfigure-FlexRAM-using-DCD-but-it-didn-t-work/m-p/1628732#M24462</guid>
      <dc:creator>Ashlee</dc:creator>
      <dc:date>2023-04-06T05:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: I tried to reconfigure FlexRAM using DCD, but it didn't work</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/I-tried-to-reconfigure-FlexRAM-using-DCD-but-it-didn-t-work/m-p/1628801#M24465</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/215348"&gt;@Ashlee&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Thank you for your interest in the NXP MIMXRT product, I would like to provide service for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Do you try to reconfigure the flexRAM in the reset handler, whether that works OK or not?&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;After that works, then you can try to add it in the DCD.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Which IDE you are using, do you debug it or just download the code to the flash check the boot situation?&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I attach one document, which also use DCD modification, but it is in chinese, you can associate with the translation tool to check it, that works OK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wish it helps you!&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 06:37:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/I-tried-to-reconfigure-FlexRAM-using-DCD-but-it-didn-t-work/m-p/1628801#M24465</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2023-04-06T06:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: I tried to reconfigure FlexRAM using DCD, but it didn't work</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/I-tried-to-reconfigure-FlexRAM-using-DCD-but-it-didn-t-work/m-p/1630065#M24496</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60336" target="_blank"&gt;@kerryzhou&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I reconfigure flexram in reset handler or jlink script are both work fine.&lt;/P&gt;&lt;P&gt;It's just that the configuration in DCD is invalid.&lt;/P&gt;&lt;P&gt;I am not using any IDE. I using jlink download flash&lt;/P&gt;&lt;P&gt;Thank you for your document, I will look into it in detail&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2023 05:37:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/I-tried-to-reconfigure-FlexRAM-using-DCD-but-it-didn-t-work/m-p/1630065#M24496</guid>
      <dc:creator>Ashlee</dc:creator>
      <dc:date>2023-04-08T05:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: I tried to reconfigure FlexRAM using DCD, but it didn't work</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/I-tried-to-reconfigure-FlexRAM-using-DCD-but-it-didn-t-work/m-p/1630220#M24500</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/215348"&gt;@Ashlee&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Your are welcome!&lt;/P&gt;
&lt;P&gt;&amp;nbsp; After you check my document, and still have issues, you can use your company email to create the question, then we can put more time to check the deep details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 03:07:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/I-tried-to-reconfigure-FlexRAM-using-DCD-but-it-didn-t-work/m-p/1630220#M24500</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2023-04-10T03:07:42Z</dc:date>
    </item>
  </channel>
</rss>

