<?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>ColdFire/68K Microcontrollers and ProcessorsのトピックProblem with DEMOAC</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problem-with-DEMOAC/m-p/186548#M7871</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Afternoon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recently purchased a DEMOAC board, but cannot seem to get it to operate.&amp;nbsp; I previously used a DEMOJM board, and wrote C code using CodeWarrior v6.3 and Processor Expert, and everything worked as expected (IO, A2D, PWM, etc.).&amp;nbsp; On the DEMOAC board, I wrote a simple program, compiled, connected to the board, programmed the board, and it started immediately (it did not wait for me to press the green arrow).&amp;nbsp; When I select Halt, it stops once, but seems to be stuck in the initialization code.&amp;nbsp; If I continue (green arrow), it will not stop again (it just ignores the command).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried downloading the code from Processor Expert (the initial code with no modifications) and it does the same thing.&amp;nbsp; Downloading and running this initial code on the DEMOJM works (it doesn't do anything, but it works).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help or suggestions would be greatly appreciated.&amp;nbsp; What is the minimum code, using Processor Expert, that will run in the DEMOAC?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Mar 2010 04:47:27 GMT</pubDate>
    <dc:creator>DakotaHound</dc:creator>
    <dc:date>2010-03-26T04:47:27Z</dc:date>
    <item>
      <title>Problem with DEMOAC</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problem-with-DEMOAC/m-p/186548#M7871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Afternoon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recently purchased a DEMOAC board, but cannot seem to get it to operate.&amp;nbsp; I previously used a DEMOJM board, and wrote C code using CodeWarrior v6.3 and Processor Expert, and everything worked as expected (IO, A2D, PWM, etc.).&amp;nbsp; On the DEMOAC board, I wrote a simple program, compiled, connected to the board, programmed the board, and it started immediately (it did not wait for me to press the green arrow).&amp;nbsp; When I select Halt, it stops once, but seems to be stuck in the initialization code.&amp;nbsp; If I continue (green arrow), it will not stop again (it just ignores the command).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried downloading the code from Processor Expert (the initial code with no modifications) and it does the same thing.&amp;nbsp; Downloading and running this initial code on the DEMOJM works (it doesn't do anything, but it works).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help or suggestions would be greatly appreciated.&amp;nbsp; What is the minimum code, using Processor Expert, that will run in the DEMOAC?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 04:47:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problem-with-DEMOAC/m-p/186548#M7871</guid>
      <dc:creator>DakotaHound</dc:creator>
      <dc:date>2010-03-26T04:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with DEMOAC</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problem-with-DEMOAC/m-p/186549#M7872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;it seems that the problem is caused by incorrect settings of CPU component (components was formerly called beans).&lt;/P&gt;&lt;P&gt;Therefore could you please post here a simple project to reproduced the problem or at last settings of CPU bean and row where is the problem?&lt;BR /&gt;&lt;BR /&gt;In case that you are running from external crystal, are you sure that its value on demo board correspond to the value entered in the CPU component ("Clock frequency [MHz]" property)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What version of Processor Expert are you using?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;BR /&gt;Vojtech Filip&lt;BR /&gt;Processor Expert Support Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 15:18:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problem-with-DEMOAC/m-p/186549#M7872</guid>
      <dc:creator>ProcessorExpert</dc:creator>
      <dc:date>2010-03-26T15:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with DEMOAC</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problem-with-DEMOAC/m-p/186550#M7873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Morning,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the quick response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using CodeWarrior 6.3 SE.&amp;nbsp; Although my post states "newbie," I have been using Motorola/Freescale microcontrollers for many years.&amp;nbsp; This includes the use of many DEMO/EVAL boards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My past experience has been that the default configuration provided by Processor Expert can be programmed into the device, and it runs (it doesn't do anything but sit in the for loop - but it runs).&amp;nbsp; The DEMOJM board worked this way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the DEMOAC board, however, I programmed the board with the default startup code, the&amp;nbsp;debugger window appeared,&amp;nbsp;and it began running immediately (the green arrow was gray).&amp;nbsp; It displays:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;move.w&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #0x2700,sr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I halt the processor, it displays:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;setReg8(SPMSC2, 0x00);&amp;nbsp;&lt;/P&gt;&lt;P&gt;or&amp;nbsp;&lt;/P&gt;&lt;P&gt;lea&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _SP_INIT,a7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I start it again, it will not halt.&amp;nbsp; It appears to be stuck in the initialization code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried resetting the watchdog timer in the loop, but that did not seem to make any difference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The startup project is attached.&amp;nbsp; It should be running with the internal clock at 4 MHz bus speed (well below he limit), with the FLL engaged&amp;nbsp;.&amp;nbsp; Any help will be appreciated.&amp;nbsp; What is the minimum stable startup configuration using Processor Expert 6.3?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 16:55:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problem-with-DEMOAC/m-p/186550#M7873</guid>
      <dc:creator>DakotaHound</dc:creator>
      <dc:date>2010-03-26T16:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with DEMOAC</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problem-with-DEMOAC/m-p/186551#M7874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;SPAN class="906022611-26032010"&gt;Hello,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;SPAN class="906022611-26032010"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;SPAN class="906022611-26032010"&gt;I have reproduced the problem but it is not related to Processor Expert. It is caused by&lt;/SPAN&gt;&lt;/FONT&gt; &lt;FONT face="Arial" size="2"&gt;&lt;SPAN class="906022611-26032010"&gt;incompatibility of earlier versions of AC256&amp;nbsp;MCUs with CW V6.3. To avoid the problem it is necessary to program the chip by using debugger (hiwave.exe) from&amp;nbsp;CW&lt;/SPAN&gt;&lt;/FONT&gt; &lt;FONT face="Arial" size="2"&gt;&lt;SPAN class="906022611-26032010"&gt;V6.2.&lt;/SPAN&gt;&lt;/FONT&gt; &lt;FONT face="Arial" size="2"&gt;&lt;SPAN class="906022611-26032010"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;SPAN class="906022611-26032010"&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Arial" size="2"&gt;&lt;SPAN class="906022611-26032010"&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Arial" size="2"&gt;&lt;SPAN class="906022611-26032010"&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Arial" size="2"&gt;&lt;SPAN class="906022611-26032010"&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;SPAN class="906022611-26032010"&gt;Please follow the steps below to upload yout binary(*.abs) file to chip:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;SPAN class="906022611-26032010"&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;SPAN class="906022611-26032010"&gt;1. Download and install CW V6.2&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;SPAN class="906022611-26032010"&gt;2. Go to the prog directory within your CW V6.2 installation and run hiwave.exe&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;SPAN class="906022611-26032010"&gt;3. Select appropriate connection and derivate&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;SPAN class="906022611-26032010"&gt;4.&amp;nbsp;Using the "Load..." (CTRL+L) menu command&amp;nbsp;select your binary file - for more details please find attached screenshot&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;SPAN class="906022611-26032010"&gt;5. Programmation process will start after clicking "Open" button&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;SPAN class="906022611-26032010"&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;SPAN class="906022611-26032010"&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;FONT face="Arial" size="2"&gt;&lt;SPAN class="906022611-26032010"&gt;Could you please post here full&amp;nbsp;name of your chip? (e.g PCF51AC256LK, with chip mask M50N)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;best regards&lt;BR /&gt;Vojtech Filip&lt;BR /&gt;Processor Expert Support Team&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 21:15:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problem-with-DEMOAC/m-p/186551#M7874</guid>
      <dc:creator>ProcessorExpert</dc:creator>
      <dc:date>2010-03-26T21:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with DEMOAC</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problem-with-DEMOAC/m-p/186552#M7875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Afternoon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using the v6.2 CW hiwave.exe worked, although it took several tries (it did not give me the opportunity to select the processor version on the first two tries).&amp;nbsp; Thank you - I would never have found the problem.&amp;nbsp; Going back to an earlier version of CW is not something that I would normally try.&amp;nbsp; Interestingly, the MCF51JM part only works with 6.3 (not 6.2) when using the USB BDM programmer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The device is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PCF51AC256AVLKE&lt;/P&gt;&lt;P&gt;M60N&lt;/P&gt;&lt;P&gt;QAC0817&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am somewhat disheartened that this is an older device - I purchased the DEMOAC board a few days ago.&amp;nbsp; I will likely order a new daughter card for the DEMOAC board.&amp;nbsp; Is there some way to be sure that&amp;nbsp;the daughter card I order has&amp;nbsp;a newer device?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 23:39:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problem-with-DEMOAC/m-p/186552#M7875</guid>
      <dc:creator>DakotaHound</dc:creator>
      <dc:date>2010-03-26T23:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with DEMOAC</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problem-with-DEMOAC/m-p/186553#M7876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you should send &lt;A href="https://www.freescale.com/webapp/servicerequest.create_SR.framework" rel="nofollow" target="_self"&gt;service request&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;BR /&gt;Vojtech Filip&lt;BR /&gt;Processor Expert Support Team&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 14:55:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problem-with-DEMOAC/m-p/186553#M7876</guid>
      <dc:creator>ProcessorExpert</dc:creator>
      <dc:date>2010-03-29T14:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with DEMOAC</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problem-with-DEMOAC/m-p/186554#M7877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There&amp;nbsp;is a problem with initial revision of chip with workaround in debugger. The support in 6.3 intended for final fixed silicon. &amp;nbsp; To check whether this is the case you can try the following&amp;nbsp;workaround - &amp;nbsp;you can try to modify the coldfire.ini file (in prog directory, make the copy of current version).&lt;/P&gt;&lt;P&gt;The lines &lt;STRONG&gt;DBG_MODULE_DLL=dbgcoldfirev1.dll&lt;/STRONG&gt; should be replaced with &lt;STRONG&gt;DBG_MODULE_DLL=dbgcoldfirev1_ac256.dll&lt;/STRONG&gt; for sections related to AC256 and AC128 (like below, only dll name should be changed): &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[MCUID7005]&lt;BR /&gt;;MCF51AC256A&lt;BR /&gt;DMM_MODULE0=FLASH 0x0 0x40000 100 5 1 2 1 1 0&lt;BR /&gt;DMM_MODULE1=RAM 0x800000 0x8000 101 5 0 2 1 1 0&lt;BR /&gt;CORE=V1&lt;BR /&gt;DBG_MODULE_DLL=dbgcoldfirev1_ac256.dll&lt;BR /&gt;FCS=cfv1fam.fcs &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[MCUID7006]&lt;BR /&gt;;MCF51AC128A&lt;BR /&gt;DMM_MODULE0=FLASH 0x0 0x20000 100 5 1 2 1 1 0&lt;BR /&gt;DMM_MODULE1=RAM 0x800000 0x8000 101 5 0 2 1 1 0&lt;BR /&gt;CORE=V1&lt;BR /&gt;DBG_MODULE_DLL=dbgcoldfirev1_ac256.dll&lt;BR /&gt;FCS=cfv1fam.fcs &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[MCUID700E]&lt;BR /&gt;;MCF51AC256B&lt;BR /&gt;DMM_MODULE0=FLASH 0x0 0x40000 100 5 1 2 1 1 0&lt;BR /&gt;DMM_MODULE1=RAM 0x800000 0x8000 101 5 0 2 1 1 0&lt;BR /&gt;CORE=V1&lt;BR /&gt;DBG_MODULE_DLL=dbgcoldfirev1_ac256.dll&lt;BR /&gt;FCS=cfv1fam.fcs &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[MCUID700F]&lt;BR /&gt;;MCF51AC128C&lt;BR /&gt;DMM_MODULE0=FLASH 0x0 0x20000 100 5 1 2 1 1 0&lt;BR /&gt;DMM_MODULE1=RAM 0x800000 0x4000 101 5 0 2 1 1 0&lt;BR /&gt;CORE=V1&lt;BR /&gt;DBG_MODULE_DLL=dbgcoldfirev1_ac256.dll&lt;BR /&gt;FCS=cfv1fam.fcs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 21:32:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problem-with-DEMOAC/m-p/186554#M7877</guid>
      <dc:creator>petr_uhlir</dc:creator>
      <dc:date>2010-03-29T21:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with DEMOAC</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problem-with-DEMOAC/m-p/186555#M7878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have similar symptoms with MCF51AC256A and CodeWarrior 6.2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Weird hangs like the previous poster, doesn't seem to get through the initialization.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My device came from the sample program, and is marked:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PCF51AC256ACFUE&lt;/P&gt;&lt;P&gt;M60N&lt;/P&gt;&lt;P&gt;QAA0811&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Modifying ColdFire.ini as you explained above worked for me:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;DBG_MODULE_DLL=dbgcoldfirev1.dll should be replaced with DBG_MODULE_DLL=dbgcoldfirev1_ac256.dll&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I use newer chips with a different mask ID, will I have to switch back to the other DLL?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 09:37:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problem-with-DEMOAC/m-p/186555#M7878</guid>
      <dc:creator>wrljet</dc:creator>
      <dc:date>2020-10-29T09:37:42Z</dc:date>
    </item>
  </channel>
</rss>

