<?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 Setting the External Debug Control Register EDBCR0 (P4080) in P-Series</title>
    <link>https://community.nxp.com/t5/P-Series/Setting-the-External-Debug-Control-Register-EDBCR0-P4080/m-p/381621#M1987</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to set the EDBCR0[EDM] to 0.&lt;/P&gt;&lt;P&gt;How can I do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The manual says (E500MCRM, p.329):&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;Addressing the debug/expert resources through the memory mapped interface entails driving a base&lt;/P&gt;
&lt;P&gt;address for the e500mc core (BASE), a functional group select (GID) and register index for a specific&lt;/P&gt;
&lt;P&gt;register. The functional group select determines what class of resource is to be accessed, while the register&lt;/P&gt;
&lt;P&gt;index determines which resource within the group to access.&lt;/P&gt;
&lt;P&gt;Refer to the SoC reference manual for specifics on accessing the internal memory mapped resources via&lt;/P&gt;
&lt;P&gt;the external JTAG interface as well as the Aurora high speed serial interface.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;P&gt;What does this mean? (I am using the code warrior tap if this is important)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you can help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Jan 2015 21:05:06 GMT</pubDate>
    <dc:creator>clemensreibetan</dc:creator>
    <dc:date>2015-01-27T21:05:06Z</dc:date>
    <item>
      <title>Setting the External Debug Control Register EDBCR0 (P4080)</title>
      <link>https://community.nxp.com/t5/P-Series/Setting-the-External-Debug-Control-Register-EDBCR0-P4080/m-p/381621#M1987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to set the EDBCR0[EDM] to 0.&lt;/P&gt;&lt;P&gt;How can I do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The manual says (E500MCRM, p.329):&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;Addressing the debug/expert resources through the memory mapped interface entails driving a base&lt;/P&gt;
&lt;P&gt;address for the e500mc core (BASE), a functional group select (GID) and register index for a specific&lt;/P&gt;
&lt;P&gt;register. The functional group select determines what class of resource is to be accessed, while the register&lt;/P&gt;
&lt;P&gt;index determines which resource within the group to access.&lt;/P&gt;
&lt;P&gt;Refer to the SoC reference manual for specifics on accessing the internal memory mapped resources via&lt;/P&gt;
&lt;P&gt;the external JTAG interface as well as the Aurora high speed serial interface.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;P&gt;What does this mean? (I am using the code warrior tap if this is important)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you can help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 21:05:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Setting-the-External-Debug-Control-Register-EDBCR0-P4080/m-p/381621#M1987</guid>
      <dc:creator>clemensreibetan</dc:creator>
      <dc:date>2015-01-27T21:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the External Debug Control Register EDBCR0 (P4080)</title>
      <link>https://community.nxp.com/t5/P-Series/Setting-the-External-Debug-Control-Register-EDBCR0-P4080/m-p/381622#M1988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have colleague provide a &lt;SPAN style="font-size: 10pt;"&gt;way for previous customer asking about this, to control the EDM/IDM mode, &lt;SPAN style="font-size: 10pt;"&gt;while under debugger control. Please check below:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Enter the following command in the Debugger Shell view, while in a debug session:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; protocol ccs::config_template &amp;lt;core_chain_pos&amp;gt; 0 &amp;lt;value&amp;gt; &lt;BR /&gt; where &lt;BR /&gt; &amp;lt;core_chain_pos&amp;gt; is the chain position of the core for which you need to alter the EDM mode, eg 1 for core#0, 2 for core#1 etc&lt;BR /&gt; &amp;lt;value&amp;gt; is according to the following table:&lt;BR /&gt;&amp;nbsp; /* EDM: External Debug Mode.&amp;nbsp; Default value is 1. Values mean:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * 0: EDM off when running, off when stepping&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * 1: EDM on when running, on when stepping&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * 2: EDM on when running, off when stepping&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * 3: EDM off when running, on when stepping&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please note &lt;SPAN style="font-size: 10pt;"&gt;changing this mode can break CW debugger's functionality.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Lunmin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 02:19:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Setting-the-External-Debug-Control-Register-EDBCR0-P4080/m-p/381622#M1988</guid>
      <dc:creator>lunminliang</dc:creator>
      <dc:date>2015-01-28T02:19:37Z</dc:date>
    </item>
  </channel>
</rss>

