<?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のトピックCan't save or debug.  File Error 206003</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Can-t-save-or-debug-File-Error-206003/m-p/136879#M2468</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;File Error 206003. Can't save or debug.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Everything was going good the last couple days, porting my HC11 code, then I get this file error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To try to work around it, I opened a new project, then pasted the main.asm I was trying to save into the new project's main.asm. Same thing. Can't save or debug.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In case I get it going again, what is the correct form for the two offsets in this code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wait BRCLR TFLG1, $20ZOT ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;more code&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ZOT BRCLR TFLG1, $01Wait ;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Nov 2006 15:44:07 GMT</pubDate>
    <dc:creator>JohnnyP</dc:creator>
    <dc:date>2006-11-16T15:44:07Z</dc:date>
    <item>
      <title>Can't save or debug.  File Error 206003</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Can-t-save-or-debug-File-Error-206003/m-p/136879#M2468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;File Error 206003. Can't save or debug.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Everything was going good the last couple days, porting my HC11 code, then I get this file error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To try to work around it, I opened a new project, then pasted the main.asm I was trying to save into the new project's main.asm. Same thing. Can't save or debug.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In case I get it going again, what is the correct form for the two offsets in this code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wait BRCLR TFLG1, $20ZOT ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;more code&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ZOT BRCLR TFLG1, $01Wait ;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2006 15:44:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Can-t-save-or-debug-File-Error-206003/m-p/136879#M2468</guid>
      <dc:creator>JohnnyP</dc:creator>
      <dc:date>2006-11-16T15:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can't save or debug.  File Error 206003</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Can-t-save-or-debug-File-Error-206003/m-p/136880#M2469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Are you sing the Codewarrior Special Edition, by any chance? If so, you may be running into its size limitation.&lt;BR /&gt;&lt;BR /&gt;---Tom&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2006 00:22:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Can-t-save-or-debug-File-Error-206003/m-p/136880#M2469</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2006-11-17T00:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can't save or debug.  File Error 206003</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Can-t-save-or-debug-File-Error-206003/m-p/136881#M2470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;The version came with the Softec PK-HCS12C32 Starter Kit.&lt;BR /&gt;&lt;BR /&gt;The Disk says 3.0 for 68HC(S)12&lt;BR /&gt;&lt;BR /&gt;The "about" file says:&lt;BR /&gt;&lt;BR /&gt;IDE version 5.51272&lt;BR /&gt;for Motorola HC12 3.1, build 4047&lt;BR /&gt;&lt;BR /&gt;You may be correct in your diagnosis.&lt;BR /&gt;&lt;BR /&gt;I made another project, and copied just a portion of the old code in main.asm, and it's working.&lt;BR /&gt;&lt;BR /&gt;My HC11 code takes up 1100 lines, and 1600 bytes of code.&lt;BR /&gt;&lt;BR /&gt;To start porting, I pasted all the HC11 code into the example framework, then commented it all out.&lt;BR /&gt;&lt;BR /&gt;Then I started adding HC12 code a line at a time, leaving the HC11 code in place, to work from.&lt;BR /&gt;&lt;BR /&gt;Don't know how many lines total before it gave the error. I think I had about two hundred HC12 lines before it bombed.&lt;BR /&gt;&lt;BR /&gt;I remember downloading and installing the license file last year. The file is pretty big, and has three sections.&lt;BR /&gt;&lt;BR /&gt;Section one talks about the demo version&lt;BR /&gt;&lt;BR /&gt;Section two talks about the pro version&lt;BR /&gt;HC12 professional edition V3.0&lt;BR /&gt;IDE unlimited, advanced beans and bean wizard&lt;BR /&gt;&lt;BR /&gt;Section three talks about the special version&lt;BR /&gt;HC12 Special Edition for V3.x&lt;BR /&gt;IDE: learning edition max 32 files&lt;BR /&gt;unlimited assembly/Hex/S19, C code up to 12k&lt;BR /&gt;Processor expert basic beans&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2006 07:22:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Can-t-save-or-debug-File-Error-206003/m-p/136881#M2470</guid>
      <dc:creator>JohnnyP</dc:creator>
      <dc:date>2006-11-17T07:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can't save or debug.  File Error 206003</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Can-t-save-or-debug-File-Error-206003/m-p/136882#M2471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I already answered that question in the CodeWarrior Forum.&lt;/DIV&gt;&lt;DIV&gt;Please look at thread:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://forums.freescale.com/freescale/board/message?board.id=CWCOMM&amp;amp;message.id=2980" target="_blank"&gt;http://forums.freescale.com/freescale/board/message?board.id=CWCOMM&amp;amp;message.id=2980&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2006 20:23:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Can-t-save-or-debug-File-Error-206003/m-p/136882#M2471</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2006-11-17T20:23:46Z</dc:date>
    </item>
  </channel>
</rss>

