<?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>LayerscapeのトピックRe: How do I read the DCFG_CCSR_RSTRQPBLSR register with CW4NET?</title>
    <link>https://community.nxp.com/t5/Layerscape/How-do-I-read-the-DCFG-CCSR-RSTRQPBLSR-register-with-CW4NET/m-p/1395304#M9781</link>
    <description>&lt;P&gt;Please use a digital scope to check that RCW is properly (completely) read from the source flash.&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jan 2022 04:45:21 GMT</pubDate>
    <dc:creator>ufedor</dc:creator>
    <dc:date>2022-01-06T04:45:21Z</dc:date>
    <item>
      <title>How do I read the DCFG_CCSR_RSTRQPBLSR register with CW4NET?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-do-I-read-the-DCFG-CCSR-RSTRQPBLSR-register-with-CW4NET/m-p/1390626#M9680</link>
      <description>&lt;P&gt;I have a board that sometimes fails to boot and appears to be asserting RESET_REQ_B. I have just acquired a CWTAP to analyze this, and am trying to figure out how to actually read this register.&amp;nbsp; I have the latest version of CodeWarrior ARM v8 ISA for Linux, and none of the getting started manuals appear to be written for this version.&lt;/P&gt;&lt;P&gt;The CWTAP is attached to my board and I can connect to the TAP via ethernet. Can anyone give me step by step instructions on how I can use the CW4NET software to simply read out this register? The RCW and PBI are already programmed in the SPI flash, and I have verified with a scope that the PBL is reading the entire configuration over the SPI bus.&amp;nbsp; When a failure occurs, it generally happens about 100msec after the checksum has been read, and the assertion of RESET_REQ_B usually coincident with, or just before the first fetch of 0x100000 to begin executing the actual program.&lt;/P&gt;&lt;P&gt;After I launch fsl_eclipse.sh, what do I do to simply attach to the CWTAP and read out the register?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 08:20:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-do-I-read-the-DCFG-CCSR-RSTRQPBLSR-register-with-CW4NET/m-p/1390626#M9680</guid>
      <dc:creator>AbelianMeme</dc:creator>
      <dc:date>2021-12-22T08:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do I read the DCFG_CCSR_RSTRQPBLSR register with CW4NET?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-do-I-read-the-DCFG-CCSR-RSTRQPBLSR-register-with-CW4NET/m-p/1390698#M9681</link>
      <description>&lt;P&gt;Which processor is in question?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 09:31:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-do-I-read-the-DCFG-CCSR-RSTRQPBLSR-register-with-CW4NET/m-p/1390698#M9681</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2021-12-22T09:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I read the DCFG_CCSR_RSTRQPBLSR register with CW4NET?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-do-I-read-the-DCFG-CCSR-RSTRQPBLSR-register-with-CW4NET/m-p/1390710#M9682</link>
      <description>&lt;P&gt;Hi ufedor,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The processor is an LS1046A.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 09:44:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-do-I-read-the-DCFG-CCSR-RSTRQPBLSR-register-with-CW4NET/m-p/1390710#M9682</guid>
      <dc:creator>AbelianMeme</dc:creator>
      <dc:date>2021-12-22T09:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I read the DCFG_CCSR_RSTRQPBLSR register with CW4NET?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-do-I-read-the-DCFG-CCSR-RSTRQPBLSR-register-with-CW4NET/m-p/1390731#M9684</link>
      <description>&lt;P&gt;For reading RSTRQPBLSR, the recommended and supported approach is:&lt;/P&gt;
&lt;P&gt;Prevent the RESET_REQ_B from generating PORESET_B.&lt;/P&gt;
&lt;P&gt;Attach (do not apply reset and do not execute initialization script) CodeWarrior to the board and use the "Peripherals" view in CodeWarrior.&lt;/P&gt;
&lt;P&gt;See attached screenshot for example.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 10:19:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-do-I-read-the-DCFG-CCSR-RSTRQPBLSR-register-with-CW4NET/m-p/1390731#M9684</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2021-12-22T10:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I read the DCFG_CCSR_RSTRQPBLSR register with CW4NET?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-do-I-read-the-DCFG-CCSR-RSTRQPBLSR-register-with-CW4NET/m-p/1390738#M9685</link>
      <description>&lt;P&gt;Thank you. This is what I want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you explain to me how I get a "peripherals view"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All I have is the software asking me to create a project. What do I need to do to get the peripherals view?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 10:27:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-do-I-read-the-DCFG-CCSR-RSTRQPBLSR-register-with-CW4NET/m-p/1390738#M9685</guid>
      <dc:creator>AbelianMeme</dc:creator>
      <dc:date>2021-12-22T10:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I read the DCFG_CCSR_RSTRQPBLSR register with CW4NET?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-do-I-read-the-DCFG-CCSR-RSTRQPBLSR-register-with-CW4NET/m-p/1390758#M9686</link>
      <description>&lt;P&gt;Just activate connection and press button:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Attach_Inspect.jpg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/165974iAA9E7A6201011FAE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Attach_Inspect.jpg" alt="Attach_Inspect.jpg" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Attach_Inspect.jpg&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 10:57:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-do-I-read-the-DCFG-CCSR-RSTRQPBLSR-register-with-CW4NET/m-p/1390758#M9686</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2021-12-22T10:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I read the DCFG_CCSR_RSTRQPBLSR register with CW4NET?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-do-I-read-the-DCFG-CCSR-RSTRQPBLSR-register-with-CW4NET/m-p/1395018#M9778</link>
      <description>&lt;P&gt;Hi sorry to crash this thread but I have the exact same issue on a custom board using LS1046A, and when I try to just connect to my target, I get the error message:&lt;/P&gt;&lt;P&gt;"Core CortexA72#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 only way I seem to be able to connect, is to "run diagnostics" which runs the initialization script and resets the target, which we do not want.&amp;nbsp; Is there a way to just connect and query the values in certain registers directly?&amp;nbsp; When I go to CodeWarrior QCVS I'm able to "read RCW from target" without issue, but I don't know how to read DCFG_CCSR_RSTRQBLSR from there.&amp;nbsp; Any suggestions?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 17:54:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-do-I-read-the-DCFG-CCSR-RSTRQPBLSR-register-with-CW4NET/m-p/1395018#M9778</guid>
      <dc:creator>JRRandall</dc:creator>
      <dc:date>2022-01-05T17:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do I read the DCFG_CCSR_RSTRQPBLSR register with CW4NET?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-do-I-read-the-DCFG-CCSR-RSTRQPBLSR-register-with-CW4NET/m-p/1395300#M9779</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/56916"&gt;@ufedor&lt;/a&gt;&amp;nbsp;I should be clear that we did make sure that we removed a jumper on our custom LS1046A board to prevent&amp;nbsp;&lt;SPAN&gt;RESET_REQ_B from generating PORESET_B.&amp;nbsp; I am actually able to connect to our board in this error state using CodeWarriror QCVS to read our RCW values from&amp;nbsp;RCWSR0 - RCWS&lt;BR /&gt;R15 using that interface (see attached screenshot with "Read from target..." button circled).&amp;nbsp; So we know it's at least possible to connect to the board in this state with CWTAP and read out the RCWSR.&amp;nbsp; Since we are able to read our RCW with this interface, it suggests our failure occurred somewhere later in PBL, which&amp;nbsp;is why we're trying to get to reading&amp;nbsp;DCFG_CCSR_RSTRQPBLSR.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CodeWarrior_QCVS_rcw_read_from_target_LS1046A_custom_board.JPG" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166833i85F483CF734B8420/image-size/large?v=v2&amp;amp;px=999" role="button" title="CodeWarrior_QCVS_rcw_read_from_target_LS1046A_custom_board.JPG" alt="CodeWarrior_QCVS_rcw_read_from_target_LS1046A_custom_board.JPG" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;CodeWarrior_QCVS_rcw_read_from_target_LS1046A_custom_board.JPG&lt;/span&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 04:38:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-do-I-read-the-DCFG-CCSR-RSTRQPBLSR-register-with-CW4NET/m-p/1395300#M9779</guid>
      <dc:creator>JRRandall</dc:creator>
      <dc:date>2022-01-06T04:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I read the DCFG_CCSR_RSTRQPBLSR register with CW4NET?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-do-I-read-the-DCFG-CCSR-RSTRQPBLSR-register-with-CW4NET/m-p/1395304#M9781</link>
      <description>&lt;P&gt;Please use a digital scope to check that RCW is properly (completely) read from the source flash.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 04:45:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-do-I-read-the-DCFG-CCSR-RSTRQPBLSR-register-with-CW4NET/m-p/1395304#M9781</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2022-01-06T04:45:21Z</dc:date>
    </item>
  </channel>
</rss>

