<?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>S12 / MagniV MicrocontrollersのトピックRe: S12ZVC not able to debug in CodeWarrior 10.6</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVC-not-able-to-debug-in-CodeWarrior-10-6/m-p/537074#M12613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Radek,&lt;/P&gt;&lt;P&gt;I'm using Processor Expert to generate the code. It should be correct.&lt;/P&gt;&lt;P&gt;I tested this on my colleague's laptop, it's working fine with 32MHz bus clock.&lt;/P&gt;&lt;P&gt;But my laptop and the customer's laptop are with problem. We all are using CodeWarrior 10.6.4.&lt;/P&gt;&lt;P&gt;The cause might be the firmware. We will update to latest PE firmware and try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jason Yang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Aug 2016 05:39:15 GMT</pubDate>
    <dc:creator>jinjingyang</dc:creator>
    <dc:date>2016-08-19T05:39:15Z</dc:date>
    <item>
      <title>S12ZVC not able to debug in CodeWarrior 10.6</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVC-not-able-to-debug-in-CodeWarrior-10-6/m-p/537072#M12611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sir,&lt;/P&gt;&lt;P&gt;If config S12ZVC for 24MHz or lower bus clock, we can download and debug the MCU correctly in CodeWarrior 10.6 with P&amp;amp;E UMultilink.&lt;/P&gt;&lt;P&gt;If config S12ZVC for 32MHz (higher than 24MHz) bus clock, we can download with P&amp;amp;E UMultilink after a power off and on cycle, but cannnot debug.&lt;/P&gt;&lt;P&gt;I changed the settings of debug:&lt;/P&gt;&lt;P&gt;Target Settings =&amp;gt; Connection =&amp;gt; Edit... =&amp;gt; Connection =&amp;gt; Addition Options =&amp;gt; uncheck the item "Use Bus Clock as Debug Controller (SIBDC) Clock Source"&lt;/P&gt;&lt;P&gt;I still cannot debug the S12ZVC MCU.&lt;/P&gt;&lt;P&gt;Do you have any comments?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jason Yang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 07:08:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVC-not-able-to-debug-in-CodeWarrior-10-6/m-p/537072#M12611</guid>
      <dc:creator>jinjingyang</dc:creator>
      <dc:date>2016-08-18T07:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: S12ZVC not able to debug in CodeWarrior 10.6</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVC-not-able-to-debug-in-CodeWarrior-10-6/m-p/537073#M12612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Janson,&lt;/P&gt;&lt;P&gt;It works fine on my side with VLG-S12ZVC board and PEmicro USB Multilink Rev.C.&lt;/P&gt;&lt;P&gt;Could you please share here your code, your clock source, and PLL settings?&lt;/P&gt;&lt;P&gt;If you use internal 1MHz oscillator as source clock (PEI mode), the correct settings should be CPMUSYNR=0x5F, CPMUREFDV=0x00, CPMUPOSDIV=0x00.&lt;/P&gt;&lt;P&gt;If you use external 4MHz oscillator (like on VLG-S12ZVC board) as source clock (PEE mode), the correct settings should be for example CPMUSYNR=0x5F, CPMUREFDV=0x03, CPMUPOSDIV=0x00 or rather CPMUSYNR=0x47, CPMUREFDV=0x40, CPMUPOSDIV=0x00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try to download and install latest PEmicro drivers:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.pemicro.com%2Fdownloads%2Fdownload_file.cfm%3Fdownload_id%3D53" rel="nofollow" target="_blank"&gt;http://www.pemicro.com/downloads/download_file.cfm?download_id=53&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Radek&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>Thu, 18 Aug 2016 11:16:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVC-not-able-to-debug-in-CodeWarrior-10-6/m-p/537073#M12612</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2016-08-18T11:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: S12ZVC not able to debug in CodeWarrior 10.6</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVC-not-able-to-debug-in-CodeWarrior-10-6/m-p/537074#M12613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Radek,&lt;/P&gt;&lt;P&gt;I'm using Processor Expert to generate the code. It should be correct.&lt;/P&gt;&lt;P&gt;I tested this on my colleague's laptop, it's working fine with 32MHz bus clock.&lt;/P&gt;&lt;P&gt;But my laptop and the customer's laptop are with problem. We all are using CodeWarrior 10.6.4.&lt;/P&gt;&lt;P&gt;The cause might be the firmware. We will update to latest PE firmware and try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jason Yang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 05:39:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVC-not-able-to-debug-in-CodeWarrior-10-6/m-p/537074#M12613</guid>
      <dc:creator>jinjingyang</dc:creator>
      <dc:date>2016-08-19T05:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: S12ZVC not able to debug in CodeWarrior 10.6</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVC-not-able-to-debug-in-CodeWarrior-10-6/m-p/537075#M12614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: We also know about some issues at higher bus clock frequencies at USB-Multilink universal (Rev.C) and USB-Multilink universal FX (Rev.B) with firmware 9.59.&lt;/P&gt;&lt;P&gt;It is already fixed in newer versions of PE firmware. The firmware in USB-Multilink universal (FX) may be updated via CW or by FirmwareUpdater from USB Multilink Universal (and FX) Resource CD:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.pemicro.com%2Fdownloads%2Fdownload_file.cfm%3Fdownload_id%3D346" rel="nofollow" target="_blank"&gt;http://www.pemicro.com/downloads/download_file.cfm?download_id=346&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when the BDM debugger works correctly on different PC, it rather looks like some issue with drivers...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Radek&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>Fri, 19 Aug 2016 09:13:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVC-not-able-to-debug-in-CodeWarrior-10-6/m-p/537075#M12614</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2016-08-19T09:13:18Z</dc:date>
    </item>
  </channel>
</rss>

