<?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: INTERNAL_FLASH config does not work on MCF5233DEMO  in CodeWarrior !!! ??? in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/INTERNAL-FLASH-config-does-not-work-on-MCF5233DEMO-in/m-p/145028#M3034</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BLOCKQUOTE&gt;&lt;DIV&gt;&lt;EM&gt;Ensure that the programm is being correctly programmed to FLASH. This step is not automated ...&lt;/EM&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;DIV&gt;&lt;STRONG&gt;Why is this not automated?&lt;/STRONG&gt; It is a process that may be repeated &lt;U&gt;hundreds or thousands of times&lt;/U&gt; during development. Please consider adding this feature, thus eliminating a most serious bottleneck in the development process.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2007 00:03:51 GMT</pubDate>
    <dc:creator>lambtron</dc:creator>
    <dc:date>2007-09-18T00:03:51Z</dc:date>
    <item>
      <title>INTERNAL_FLASH config does not work on MCF5233DEMO  in CodeWarrior !!! ???</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/INTERNAL-FLASH-config-does-not-work-on-MCF5233DEMO-in/m-p/145024#M3030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi to all;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I'm trying to use INTERNAL_FLASH on CodeWarrior for MCF52233DEMO board, but it does not work.&lt;/DIV&gt;&lt;DIV&gt;The same source is working without problems on the RAM config.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I suspect there is something wrong on the linker configuration file but i have not found nothing related on internet, neither this forum, etc..&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Does any one have the solution to this problem??&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;As a guide, the problem can be easilly reproduced from the "hello World" project stationary of Codewarrior.&lt;/DIV&gt;&lt;DIV&gt;Do a New project, and run it on RAM -&amp;gt; no problem will appear, change to INTERNAL_FLASH and the problem will appear:&amp;nbsp; "Exception vector name: Address Error".&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thank you in advance.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;BR.&lt;/DIV&gt;&lt;DIV&gt;Oscar Sanz.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 21:42:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/INTERNAL-FLASH-config-does-not-work-on-MCF5233DEMO-in/m-p/145024#M3030</guid>
      <dc:creator>osanz</dc:creator>
      <dc:date>2007-09-12T21:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: INTERNAL_FLASH config does not work on MCF5233DEMO  in CodeWarrior !!! ???</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/INTERNAL-FLASH-config-does-not-work-on-MCF5233DEMO-in/m-p/145025#M3031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;I have not gotten the INTERNAL_FLASH target to work either.&amp;nbsp; If I debug from INTERNAL_FLASH I get repeated windows with "Exception vector name: Address error" until I reset the board.&amp;nbsp; If I run the app from INTERNAL_FLASH then nothing happens at all.&lt;BR /&gt;&lt;BR /&gt;This is using the default "hello world" project where I took out the printf() and added LED blinking in CWCF6.4 on MCF52233DEMO.&amp;nbsp; The CONSOLE_RAM and RAM targets work fine.&amp;nbsp; This application never enables or requests interrupts.&lt;BR /&gt;&lt;BR /&gt;John Regehr&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 22:41:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/INTERNAL-FLASH-config-does-not-work-on-MCF5233DEMO-in/m-p/145025#M3031</guid>
      <dc:creator>regehr</dc:creator>
      <dc:date>2007-09-12T22:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: INTERNAL_FLASH config does not work on MCF5233DEMO  in CodeWarrior !!! ???</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/INTERNAL-FLASH-config-does-not-work-on-MCF5233DEMO-in/m-p/145026#M3032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;Hi&lt;BR /&gt;&lt;BR /&gt;Ensure that the programm is being correctly programmed to FLASH by using either the internal CW FLASH programming utility or the CF FLASHER. This step is not automated and so just connecting to the debugger will not load any program to be executed, even if it gives the impression that it may be doing so.&lt;BR /&gt;&lt;BR /&gt;See also this forum post for more details:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.utasker.com/forum/index.php?topic=47.0" rel="nofollow" target="_blank"&gt;http://www.utasker.com/forum/index.php?topic=47.0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Mark&lt;BR /&gt;&lt;BR /&gt;PS.&lt;BR /&gt;Check out the following tutorial, which may help with a step-by-step programming guide for both tools.&lt;BR /&gt;&lt;A href="http://http//www.utasker.com/docs/M5223X/uTaskerV1.3-Tutorial-M5223X_003.PDF" rel="nofollow" target="_blank"&gt;http://www.utasker.com/docs/M5223X/uTaskerV1.3-Tutorial-M5223X_003.PDF&lt;/A&gt;&lt;BR /&gt;from page 12/34.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;Message Edited by mjbcswitzerland on &lt;SPAN class="date_text"&gt;2007-09-13&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;02:48 PM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 19:44:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/INTERNAL-FLASH-config-does-not-work-on-MCF5233DEMO-in/m-p/145026#M3032</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2007-09-13T19:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: INTERNAL_FLASH config does not work on MCF5233DEMO  in CodeWarrior !!! ???</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/INTERNAL-FLASH-config-does-not-work-on-MCF5233DEMO-in/m-p/145027#M3033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi Mark;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Yes, this was my mistake. I just expect to have the same behaviour, as on RAM target, so I only started the debugger, but not to program the flash....&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Now is working without problems ( without this problem... ) so i agree so much all your help, on this matter.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Oscar Sanz.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 20:02:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/INTERNAL-FLASH-config-does-not-work-on-MCF5233DEMO-in/m-p/145027#M3033</guid>
      <dc:creator>osanz</dc:creator>
      <dc:date>2007-09-13T20:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: INTERNAL_FLASH config does not work on MCF5233DEMO  in CodeWarrior !!! ???</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/INTERNAL-FLASH-config-does-not-work-on-MCF5233DEMO-in/m-p/145028#M3034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BLOCKQUOTE&gt;&lt;DIV&gt;&lt;EM&gt;Ensure that the programm is being correctly programmed to FLASH. This step is not automated ...&lt;/EM&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;DIV&gt;&lt;STRONG&gt;Why is this not automated?&lt;/STRONG&gt; It is a process that may be repeated &lt;U&gt;hundreds or thousands of times&lt;/U&gt; during development. Please consider adding this feature, thus eliminating a most serious bottleneck in the development process.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 00:03:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/INTERNAL-FLASH-config-does-not-work-on-MCF5233DEMO-in/m-p/145028#M3034</guid>
      <dc:creator>lambtron</dc:creator>
      <dc:date>2007-09-18T00:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: INTERNAL_FLASH config does not work on MCF5233DEMO  in CodeWarrior !!! ???</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/INTERNAL-FLASH-config-does-not-work-on-MCF5233DEMO-in/m-p/145029#M3035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Yes, it will be a great IMPROVEMENT!!!!, in spite of the debugger in flash is EXCELENT also, the developing process will be much better!!!!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;How many times do you have started the debbugger without to re-programming the FLASH???&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CodeWarrior people, please consider it.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 13:22:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/INTERNAL-FLASH-config-does-not-work-on-MCF5233DEMO-in/m-p/145029#M3035</guid>
      <dc:creator>osanz</dc:creator>
      <dc:date>2007-09-18T13:22:43Z</dc:date>
    </item>
  </channel>
</rss>

