<?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>T-SeriesのトピックProgramming RCW in T2080RDB</title>
    <link>https://community.nxp.com/t5/T-Series/Programming-RCW-in-T2080RDB/m-p/1247384#M4013</link>
    <description>&lt;P&gt;&lt;EM&gt;Hi,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&amp;nbsp;I corrupted the RCW which is located in NOR flash at location 0xE8000000 to 0xE801FFFF&amp;nbsp; in T2080RDB.&amp;nbsp; Now on power on, my boot code does not run.I want to reprogram the RCW into the same location. Tried creating a bareboard SRAM project with hard coded RCW and the SRAM init script as provided with CW 10.5 and executing target task to do the flash programming.&amp;nbsp;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;I&gt;But the flash programming is not happening. It says that it is not able to perform the flash algorithm and hence not able to read the flash ID. May be the flash is not configured properly. Also for the RCW image which is 80 bytes in size, the flash programmer target task says the image size is 0 bytes.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Please suggest what might have gone wrong and how to reprogram RCW. &lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;There are 3 RCW files provided in jtag_chain folder for T2080RDB. Which one is to be used?&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Thanks in advance.&amp;nbsp;&lt;/I&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Mar 2021 16:22:29 GMT</pubDate>
    <dc:creator>abhisheksingh</dc:creator>
    <dc:date>2021-03-17T16:22:29Z</dc:date>
    <item>
      <title>Programming RCW in T2080RDB</title>
      <link>https://community.nxp.com/t5/T-Series/Programming-RCW-in-T2080RDB/m-p/1247384#M4013</link>
      <description>&lt;P&gt;&lt;EM&gt;Hi,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&amp;nbsp;I corrupted the RCW which is located in NOR flash at location 0xE8000000 to 0xE801FFFF&amp;nbsp; in T2080RDB.&amp;nbsp; Now on power on, my boot code does not run.I want to reprogram the RCW into the same location. Tried creating a bareboard SRAM project with hard coded RCW and the SRAM init script as provided with CW 10.5 and executing target task to do the flash programming.&amp;nbsp;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;I&gt;But the flash programming is not happening. It says that it is not able to perform the flash algorithm and hence not able to read the flash ID. May be the flash is not configured properly. Also for the RCW image which is 80 bytes in size, the flash programmer target task says the image size is 0 bytes.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Please suggest what might have gone wrong and how to reprogram RCW. &lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;There are 3 RCW files provided in jtag_chain folder for T2080RDB. Which one is to be used?&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Thanks in advance.&amp;nbsp;&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 16:22:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Programming-RCW-in-T2080RDB/m-p/1247384#M4013</guid>
      <dc:creator>abhisheksingh</dc:creator>
      <dc:date>2021-03-17T16:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Programming RCW in T2080RDB</title>
      <link>https://community.nxp.com/t5/T-Series/Programming-RCW-in-T2080RDB/m-p/1247487#M4014</link>
      <description>&lt;P&gt;&amp;gt; &lt;I&gt;bareboard SRAM project &lt;STRONG&gt;with hard coded RCW&lt;/STRONG&gt;&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;What do you mean?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 18:01:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Programming-RCW-in-T2080RDB/m-p/1247487#M4014</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2021-03-17T18:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Programming RCW in T2080RDB</title>
      <link>https://community.nxp.com/t5/T-Series/Programming-RCW-in-T2080RDB/m-p/1247808#M4015</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;EM&gt;For executing the Flash Programmer target task in CodeWarrior, I created a Bareboard project in 'Download SRAM' launch configuration&amp;nbsp; and used the JTAG configuration file T2080RDB_PCIe_RCW_1533_600_1600_rev1.0.txt to override RCW. Also in the board switch settings, the RCW source is set to '010011011' to enable 'hardcoded RCW for JTAG debug' as mentioned in T2080RDBQS.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Are these configurations correct? Is there anything I am missing?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Thank You.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 05:38:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Programming-RCW-in-T2080RDB/m-p/1247808#M4015</guid>
      <dc:creator>abhisheksingh</dc:creator>
      <dc:date>2021-03-18T05:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Programming RCW in T2080RDB</title>
      <link>https://community.nxp.com/t5/T-Series/Programming-RCW-in-T2080RDB/m-p/1247843#M4016</link>
      <description>&lt;P&gt;RCW override is not needed if appropriate (corresponding to SYSCLK frequency) hard-coded RCW option is selected.&lt;/P&gt;
&lt;P&gt;Are you able to establish debug connection with the board?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 06:26:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Programming-RCW-in-T2080RDB/m-p/1247843#M4016</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2021-03-18T06:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Programming RCW in T2080RDB</title>
      <link>https://community.nxp.com/t5/T-Series/Programming-RCW-in-T2080RDB/m-p/1249005#M4019</link>
      <description>&lt;P&gt;Thank you for your support.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to perform flash programming with switch settings configured for hardcoded RCW and no JTAG configuration file was required for RCW override.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 16:58:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Programming-RCW-in-T2080RDB/m-p/1249005#M4019</guid>
      <dc:creator>abhisheksingh</dc:creator>
      <dc:date>2021-03-19T16:58:05Z</dc:date>
    </item>
  </channel>
</rss>

