<?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: Setting censor mpc563 in MPC5xxx</title>
    <link>https://community.nxp.com/t5/MPC5xxx/Setting-censor-mpc563/m-p/1333296#M19039</link>
    <description>&lt;P&gt;Thank you for your reply. It seems that EPEE and BOEPEE are both set because the byte 0x2FC808 (UC3FCTL) is equal to 0x58=0b1011000.&lt;/P&gt;&lt;P&gt;I made a little video of my problem :&lt;/P&gt;&lt;P&gt;&lt;A href="https://m.youtube.com/watch?v=gACG9_35JwU" target="_blank"&gt;https://m.youtube.com/watch?v=gACG9_35JwU&lt;/A&gt;&lt;/P&gt;&lt;P&gt;How could execute the instructions of the MPC563 manual from RAM with my ICD software ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Sep 2021 14:07:36 GMT</pubDate>
    <dc:creator>mpowere36</dc:creator>
    <dc:date>2021-09-01T14:07:36Z</dc:date>
    <item>
      <title>Setting censor mpc563</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Setting-censor-mpc563/m-p/1331225#M19009</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have some difficulties to set censor bits of my mpc563 after clearing them. However, I follow the instructions given in the manual for setting censor (see picture attached).&lt;/P&gt;&lt;P&gt;My 2FC800 register is currently equal to 40 FF 00 FF and I want to set it to 41 FF 00 FF (censorship = 1).&lt;/P&gt;&lt;P&gt;Before setting the censor bit, I set the 2FC808 register (UC3FCTL) to 58 00 00 42 (CSC=1, PE=0, SES=1) as it is said in the manual but then, when I try to change the first byte of the 2FC800 register from 40 to 41, the value stay at 40. It is like I am not allowed to set the censor bits and I don't understand why.&lt;/P&gt;&lt;P&gt;If someone can help me, it would be very appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 22:16:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Setting-censor-mpc563/m-p/1331225#M19009</guid>
      <dc:creator>mpowere36</dc:creator>
      <dc:date>2021-08-27T22:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Setting censor mpc563</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Setting-censor-mpc563/m-p/1333188#M19037</link>
      <description>&lt;P&gt;I have found in the old ticket database some code snippet to enable censorship.&lt;/P&gt;
&lt;P&gt;They should be both high to enable program of FLASH NVM location.&lt;/P&gt;
&lt;P&gt;// Enable EPEE and BOEPEE&lt;BR /&gt;USIU.SGPIOCR.B.SDDRC = 0x60;&lt;BR /&gt;USIU.SGPIODT2.B.SGPIOC = 0x00;&lt;BR /&gt;while(UC3F_A.UC3FCTL.B.EPEE != TRUE);&lt;/P&gt;
&lt;P&gt;UC3F_A.UC3FCTL.B.CSC =1;&lt;BR /&gt;UC3F_A.UC3FCTL.B.PE = 0;&lt;BR /&gt;UC3F_A.UC3FCTL.B.SES =1;&lt;BR /&gt;UC3F_A.UC3FMCR.B.CENSOR = INFORMATION_CENSORSHIP;&lt;BR /&gt;UC3F_A.UC3FCTL.B.EHV = 1;&lt;/P&gt;
&lt;P&gt;So yes, please make sure you execute the set censor process from RAM.&lt;/P&gt;
&lt;P&gt;Also check errata sheet for the device you are using, there are some mentions about censorship.&lt;/P&gt;
&lt;P&gt;Unfortunately we cannot offer comprehensive support for these legacy family (MPC5xx) since we do have no expert.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 07:22:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Setting-censor-mpc563/m-p/1333188#M19037</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2021-09-02T07:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Setting censor mpc563</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Setting-censor-mpc563/m-p/1333296#M19039</link>
      <description>&lt;P&gt;Thank you for your reply. It seems that EPEE and BOEPEE are both set because the byte 0x2FC808 (UC3FCTL) is equal to 0x58=0b1011000.&lt;/P&gt;&lt;P&gt;I made a little video of my problem :&lt;/P&gt;&lt;P&gt;&lt;A href="https://m.youtube.com/watch?v=gACG9_35JwU" target="_blank"&gt;https://m.youtube.com/watch?v=gACG9_35JwU&lt;/A&gt;&lt;/P&gt;&lt;P&gt;How could execute the instructions of the MPC563 manual from RAM with my ICD software ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 14:07:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Setting-censor-mpc563/m-p/1333296#M19039</guid>
      <dc:creator>mpowere36</dc:creator>
      <dc:date>2021-09-01T14:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Setting censor mpc563</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Setting-censor-mpc563/m-p/1333949#M19047</link>
      <description>&lt;P&gt;I suppose it could certain RAM target in that version of CodeWarrior.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 08:00:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Setting-censor-mpc563/m-p/1333949#M19047</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2021-09-02T08:00:54Z</dc:date>
    </item>
  </channel>
</rss>

