<?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 Can't flash mc68evb912bc32 in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Can-t-flash-mc68evb912bc32/m-p/207564#M8014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello.&lt;BR /&gt;I have a problem - I can't correctly write my programms to flash of EVB. Please, help, I'm very confused about it and don't know what to do yet.&lt;BR /&gt;I generate .s19 file with CodeWarrior, it looks right. Connect computer to EVB via COM port, connect +12 V to EVB, set Vfp on EVB, set bootload mode (J3 and J4 to pos A), press RESET on EVB. Then I have message "(E)rase, (P)rogramm, (L)oad" at my computer terminal. It's right. So I press E and get message "Erase" (it's right too). Then I write my .s19 file to EVB and for some time and a lot of stars (*) get message "Programmed". It's right too. So, as I think, all done correctly and I cut +12 V, set Vpp on EVB, change mode to 'EVB' (J3, J4 to pos. B) and reset controller (or turn off/on) and get nothing! I don't know what to do. I've already tried to programm EVB with different programms, changed settings of .s19 file generation, nothing help.&lt;BR /&gt;Please help me, give some advice. In my programms I changed interrupts to alternative addresses (0xf7c0 - 0xf7ff), also I have pair of EVBs and noone works, so it's problem of .s19 files (but it looks right and programm succesfull) or bootload modes. May it be that controller don't jump to startup vector 0xf7ef?&lt;BR /&gt;Thanks.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Dec 2008 20:11:33 GMT</pubDate>
    <dc:creator>Evgenij</dc:creator>
    <dc:date>2008-12-05T20:11:33Z</dc:date>
    <item>
      <title>Can't flash mc68evb912bc32</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Can-t-flash-mc68evb912bc32/m-p/207564#M8014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello.&lt;BR /&gt;I have a problem - I can't correctly write my programms to flash of EVB. Please, help, I'm very confused about it and don't know what to do yet.&lt;BR /&gt;I generate .s19 file with CodeWarrior, it looks right. Connect computer to EVB via COM port, connect +12 V to EVB, set Vfp on EVB, set bootload mode (J3 and J4 to pos A), press RESET on EVB. Then I have message "(E)rase, (P)rogramm, (L)oad" at my computer terminal. It's right. So I press E and get message "Erase" (it's right too). Then I write my .s19 file to EVB and for some time and a lot of stars (*) get message "Programmed". It's right too. So, as I think, all done correctly and I cut +12 V, set Vpp on EVB, change mode to 'EVB' (J3, J4 to pos. B) and reset controller (or turn off/on) and get nothing! I don't know what to do. I've already tried to programm EVB with different programms, changed settings of .s19 file generation, nothing help.&lt;BR /&gt;Please help me, give some advice. In my programms I changed interrupts to alternative addresses (0xf7c0 - 0xf7ff), also I have pair of EVBs and noone works, so it's problem of .s19 files (but it looks right and programm succesfull) or bootload modes. May it be that controller don't jump to startup vector 0xf7ef?&lt;BR /&gt;Thanks.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 20:11:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Can-t-flash-mc68evb912bc32/m-p/207564#M8014</guid>
      <dc:creator>Evgenij</dc:creator>
      <dc:date>2008-12-05T20:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can't flash mc68evb912bc32</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Can-t-flash-mc68evb912bc32/m-p/207565#M8015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;Have you tried downloading one of the CodeWarrior example programs and see if that works? If so, then the problem is definitely in your code. I'd guess that you setting up your interrupt vector table incorrectly, or maybe the COP timeout is taking the program out.&lt;BR /&gt;&lt;BR /&gt;---Tom&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 23:01:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Can-t-flash-mc68evb912bc32/m-p/207565#M8015</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2008-12-05T23:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can't flash mc68evb912bc32</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Can-t-flash-mc68evb912bc32/m-p/207566#M8016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Thanks for reply.&lt;/DIV&gt;&lt;DIV&gt;My table is correct, because I have example, that works. But COP.. Realy, I forgot about this. I watch example once more&amp;nbsp;and find string&amp;nbsp;_DISABLE_COP ();. So, may be, problem is&amp;nbsp;here. I'll complement my projects with disabling COP and write result.&lt;/DIV&gt;&lt;DIV&gt;Thank you.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Dec 2008 16:51:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Can-t-flash-mc68evb912bc32/m-p/207566#M8016</guid>
      <dc:creator>Evgenij</dc:creator>
      <dc:date>2008-12-06T16:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can't flash mc68evb912bc32</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Can-t-flash-mc68evb912bc32/m-p/207567#M8017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;The problem isn't in COP and I don't know in what is. I'm first in such situation. So, I'll try to find person who worked with such evaluation board. If something will go from dead point I'll wright here.&lt;SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;IMG alt=":smileyindifferent:" class="emoticon emoticon-smileyindifferent" id="smileyindifferent" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-indifferent.gif" title="Smiley Indifferent" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 06:36:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Can-t-flash-mc68evb912bc32/m-p/207567#M8017</guid>
      <dc:creator>Evgenij</dc:creator>
      <dc:date>2008-12-09T06:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can't flash mc68evb912bc32</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Can-t-flash-mc68evb912bc32/m-p/207568#M8018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;You can try searching these forums because similar problems have been posted here before. I'd try searching with the strings "vector" "table" "restart" and variations of these, such as "exception" and "interrupt" instead of "vector".&lt;BR /&gt;&lt;BR /&gt;Just to confirm: the program was working before you made the changes?&lt;BR /&gt;&lt;BR /&gt;---Tom&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 21:09:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Can-t-flash-mc68evb912bc32/m-p/207568#M8018</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2008-12-09T21:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can't flash mc68evb912bc32</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Can-t-flash-mc68evb912bc32/m-p/207569#M8019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;Thanks. I've already search this forum for different combinations and find a lot of posts with alike problems of flashing or interrupts problems, but all of them belong to 'microcontrollers' but not to 'evaluation board with microcontroller'. Difference is that evaluation board and single microcontroller programming by different ways, so the main combination for searching for me are "evb" or "evaluation board", or may be "bootloader". There are only little information about EVBs and most about single microcontrollers on forum.&lt;BR /&gt;I've find person, who worked with such EVBs and got from him project, that must works. But it has no interrupts. I'll try to replace his code by mine and flash it. After this I'll write results.&lt;BR /&gt;Best regards.&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2008 20:05:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Can-t-flash-mc68evb912bc32/m-p/207569#M8019</guid>
      <dc:creator>Evgenij</dc:creator>
      <dc:date>2008-12-10T20:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can't flash mc68evb912bc32</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Can-t-flash-mc68evb912bc32/m-p/207570#M8020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I solve my problem. All works fine now.&lt;BR /&gt;The problem was in some string in main file that don't generate when new project creates and no in examples. But there was in project, that I got from a person and I rewrite it to my project. And it works! It flashing to EVB and works correctly.&lt;BR /&gt;The string is "#pragma MESSAGE DISABLE&amp;nbsp; C1420". For what is it? To right disabling COP, may be..&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 06:07:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Can-t-flash-mc68evb912bc32/m-p/207570#M8020</guid>
      <dc:creator>Evgenij</dc:creator>
      <dc:date>2008-12-11T06:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can't flash mc68evb912bc32</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Can-t-flash-mc68evb912bc32/m-p/207571#M8021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;According to the HC12 Compiler settings panel, this is a warning message, stating that the 'Result of function-call is ignored'. It sounds like there's function in the code that's in bad need of a function prototype.&lt;BR /&gt;&lt;BR /&gt;---Tom&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 23:08:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Can-t-flash-mc68evb912bc32/m-p/207571#M8021</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2008-12-11T23:08:36Z</dc:date>
    </item>
  </channel>
</rss>

