<?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: Code warrior can not connect to the bare board's CPU core----LS1043A in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/Code-warrior-can-not-connect-to-the-bare-board-s-CPU-core/m-p/1990630#M15075</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="weid_0-1731029484736.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/309322i4EDF8430F6FBF92C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="weid_0-1731029484736.png" alt="weid_0-1731029484736.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;weid_0-1731029484736.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I've done what is in the guidebook and it still doesn't work;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Nov 2024 01:32:45 GMT</pubDate>
    <dc:creator>weid</dc:creator>
    <dc:date>2024-11-08T01:32:45Z</dc:date>
    <item>
      <title>Code warrior can not connect to the bare board's CPU core----LS1043A</title>
      <link>https://community.nxp.com/t5/Layerscape/Code-warrior-can-not-connect-to-the-bare-board-s-CPU-core/m-p/1987880#M15057</link>
      <description>&lt;P&gt;Refer to the guide"Use CodeWarrior for ARMv8 to Debug U-boot and Linux Kernel and Bring up&lt;BR /&gt;Bare Boards ",we want to flash our bare board without changing the hardcode RCW, but fail,the fail log as flow:&lt;/P&gt;&lt;P&gt;Memory access failed.&lt;BR /&gt;//&lt;BR /&gt;Additional error details:&lt;BR /&gt;[Failed to write memory at address 0x2016002c on core CortexA53#0.&lt;BR /&gt;Core CortexA53#0 not found on the JTAG chain. Please verify that the Reset Configuration Word is correct, or enable RCW Override in the initialization file.]&lt;/P&gt;&lt;P&gt;the script config as flow:&lt;/P&gt;&lt;P&gt;USE_SAFE_RCW=True;&lt;/P&gt;&lt;P&gt;TA.rcw.set_source(0x9E);(determined by the board config--&amp;gt;SYSCLK = 100 MHz, single-ended)&lt;/P&gt;&lt;P&gt;the code warrior version is:Version: 11.5.0&lt;BR /&gt;Build Id: 200629GA&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 09:57:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Code-warrior-can-not-connect-to-the-bare-board-s-CPU-core/m-p/1987880#M15057</guid>
      <dc:creator>weid</dc:creator>
      <dc:date>2024-11-05T09:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Code warrior can not connect to the bare board's CPU core----LS1043A</title>
      <link>https://community.nxp.com/t5/Layerscape/Code-warrior-can-not-connect-to-the-bare-board-s-CPU-core/m-p/1990442#M15072</link>
      <description>&lt;P&gt;you have to review the settings into the RCW initialization file, use the &lt;STRONG&gt;reference manual&lt;/STRONG&gt; to check the values used for hard-coded RCW " &lt;STRONG&gt;&lt;SPAN class="fontstyle0"&gt;4.4.6.2 Hard-coded RCW options&lt;/SPAN&gt;&lt;/STRONG&gt;", also please review the steps, in the "CodeWarrior Development Studio for&lt;BR /&gt;QorIQ LS series - ARM V8 ISA, Targeting Manual", to override RCW through JTAG.&lt;/P&gt;
&lt;P&gt;please take a note that " &lt;SPAN class="fontstyle0"&gt;If a hard-coded RCW option is used, the user should not enable the core and the DDR controllers. The user may enable the core and DDR controllers after a valid RCW is restored.&lt;/SPAN&gt;"&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 18:23:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Code-warrior-can-not-connect-to-the-bare-board-s-CPU-core/m-p/1990442#M15072</guid>
      <dc:creator>LFGP</dc:creator>
      <dc:date>2024-11-07T18:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Code warrior can not connect to the bare board's CPU core----LS1043A</title>
      <link>https://community.nxp.com/t5/Layerscape/Code-warrior-can-not-connect-to-the-bare-board-s-CPU-core/m-p/1990620#M15074</link>
      <description>Hello, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203371"&gt;@LFGP&lt;/a&gt;&lt;BR /&gt;Thank you for your response；&lt;BR /&gt;I have checked the configuration of zhe board, it's as below:&lt;BR /&gt;cfg_rcw_src=0x25(rcw source is Nor flash)&lt;BR /&gt;system clock=100MHz, Single-ended；&lt;BR /&gt;The Reset_REQ_B signal is just pulled high through 4.7Kohm resistor；&lt;BR /&gt;The PORST_N and JTAG_RESET_N signal are connected together by wire and logic；&lt;BR /&gt;&lt;BR /&gt;When the bare board come from factory（the Nor flash is blank), I want to program the flash by JTAG ,and do not change any Hardware(cfg_rcw_src);&lt;BR /&gt;I copy the script from code warrior tool(the script's name is LS1043A_RDB), and modify the USE_SAFE_RCW=True, TA.rcw.set_source(0x9E);&lt;BR /&gt;After done this,click the Flash Programmer button, then the script show fail；&lt;BR /&gt;I tried modifying the TA.rcw.set_source(0x9E) to 0X9F，0X9A and the script still fails；&lt;BR /&gt;Also, I found that ccs log prompt “Error message: LS1043A: Core not responding”&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Nov 2024 01:18:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Code-warrior-can-not-connect-to-the-bare-board-s-CPU-core/m-p/1990620#M15074</guid>
      <dc:creator>weid</dc:creator>
      <dc:date>2024-11-08T01:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Code warrior can not connect to the bare board's CPU core----LS1043A</title>
      <link>https://community.nxp.com/t5/Layerscape/Code-warrior-can-not-connect-to-the-bare-board-s-CPU-core/m-p/1990630#M15075</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="weid_0-1731029484736.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/309322i4EDF8430F6FBF92C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="weid_0-1731029484736.png" alt="weid_0-1731029484736.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;weid_0-1731029484736.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I've done what is in the guidebook and it still doesn't work;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 01:32:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Code-warrior-can-not-connect-to-the-bare-board-s-CPU-core/m-p/1990630#M15075</guid>
      <dc:creator>weid</dc:creator>
      <dc:date>2024-11-08T01:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Code warrior can not connect to the bare board's CPU core----LS1043A</title>
      <link>https://community.nxp.com/t5/Layerscape/Code-warrior-can-not-connect-to-the-bare-board-s-CPU-core/m-p/1990652#M15076</link>
      <description>the first step is to be sure that your DDR is supported by the SoC.&lt;BR /&gt;the second step is to check your CW License is active.&lt;BR /&gt;if all the above is ok then you need to add to CW a new algorithm for your flash device, please use the next link to download the application notes &lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Adding-a-flash-device-configuration-CodeWarrior-11-5/m-p/1404828" target="_blank"&gt;https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Adding-a-flash-device-configuration-CodeWarrior-11-5/m-p/1404828&lt;/A&gt;</description>
      <pubDate>Fri, 08 Nov 2024 01:59:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Code-warrior-can-not-connect-to-the-bare-board-s-CPU-core/m-p/1990652#M15076</guid>
      <dc:creator>LFGP</dc:creator>
      <dc:date>2024-11-08T01:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Code warrior can not connect to the bare board's CPU core----LS1043A</title>
      <link>https://community.nxp.com/t5/Layerscape/Code-warrior-can-not-connect-to-the-bare-board-s-CPU-core/m-p/1990672#M15077</link>
      <description>The DDR is DDR4，3200MT/s，Microchip；&lt;BR /&gt;And the CW software version is 11.5，is an evaluation version license；&lt;BR /&gt;&lt;BR /&gt;Is the failure of the script report in the Init_BRR() function and not yet in the DDRC initialization process（Init_DDRC() function）, is it also related to the memory configuration in this scenario?</description>
      <pubDate>Fri, 08 Nov 2024 02:35:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Code-warrior-can-not-connect-to-the-bare-board-s-CPU-core/m-p/1990672#M15077</guid>
      <dc:creator>weid</dc:creator>
      <dc:date>2024-11-08T02:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Code warrior can not connect to the bare board's CPU core----LS1043A</title>
      <link>https://community.nxp.com/t5/Layerscape/Code-warrior-can-not-connect-to-the-bare-board-s-CPU-core/m-p/1992170#M15088</link>
      <description>did you check if your NorFlash is listed in CW? if it isn't listed please follow the steps in the previous application note.&lt;BR /&gt;The error message "Core CortexA53#0 not found on the JTAG chain" is related to some problem in the MPU like power level, sysclock not stable or ""power sequence"", please be sure for this last one (you can find it in the data sheet).&lt;BR /&gt;Finally review the next kink to explain other method to bring up a Layerscape board.&lt;BR /&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN12270.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN12270.pdf&lt;/A&gt; &lt;BR /&gt;</description>
      <pubDate>Mon, 11 Nov 2024 18:08:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Code-warrior-can-not-connect-to-the-bare-board-s-CPU-core/m-p/1992170#M15088</guid>
      <dc:creator>LFGP</dc:creator>
      <dc:date>2024-11-11T18:08:15Z</dc:date>
    </item>
  </channel>
</rss>

