<?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: Question about using FLASH on MCF52210 in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Question-about-using-FLASH-on-MCF52210/m-p/177166#M7004</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi&lt;BR /&gt;&lt;BR /&gt;Just a side note.&lt;BR /&gt;&lt;BR /&gt;The 52210 has also the potential to hold values in battery backed-up RAM (VSTBY power intput) which can be an interesting alternative to storing to FLASH (as long as a suitable battery is connected).&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Mark&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.uTasker.com%20" rel="nofollow" target="_blank"&gt;&lt;/A&gt;&lt;A href="https://community.nxp.com/www.uTasker.com" target="test_blank"&gt;www.uTasker.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Aug 2008 02:32:31 GMT</pubDate>
    <dc:creator>mjbcswitzerland</dc:creator>
    <dc:date>2008-08-01T02:32:31Z</dc:date>
    <item>
      <title>Question about using FLASH on MCF52210</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Question-about-using-FLASH-on-MCF52210/m-p/177161#M6999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi, this may be a stupid question but is there any way to store a variable in flash?&amp;nbsp; Say I receive&amp;nbsp;a value only once and store it to a variable. &amp;nbsp;I want to retain the value of that variable&amp;nbsp;even if the power to the board is shut off.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks for any help&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 01:24:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Question-about-using-FLASH-on-MCF52210/m-p/177161#M6999</guid>
      <dc:creator>junkers13</dc:creator>
      <dc:date>2008-07-31T01:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Question about using FLASH on MCF52210</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Question-about-using-FLASH-on-MCF52210/m-p/177162#M7000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Hi Joey,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I do this all the time on an MCF52221, which I believe will be very similar.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;You can see the routines I use in this post:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="http://forums.freescale.com/freescale/board/message?board.id=CFCOMM&amp;amp;message.id=4262#M4262" target="_blank"&gt;http://forums.freescale.com/freescale/board/message?board.id=CFCOMM&amp;amp;message.id=4262#M4262&lt;/A&gt;&lt;A href="http://forums.freescale.com/freescale/board/message?board.id=CFCOMM&amp;amp;thread.id=4251" target="_blank"&gt;&lt;FONT color="#017BBA"&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Cmag got them to work for him as well in a subsequent thread.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I'm happy to mail you the source files, as well, if that helps.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;One thing you'll want to consider, though, is storing two copies of your data in case you lose power during an update.&amp;nbsp; I describe what I do here:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="http://forums.freescale.com/freescale/board/message?board.id=CFCOMM&amp;amp;message.id=4348&amp;amp;query.id=45898#M4348" target="_blank"&gt;http://forums.freescale.com/freescale/board/message?board.id=CFCOMM&amp;amp;message.id=4348&amp;amp;query.id=45898#M4348&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Good luck.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;-- Rich&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 03:22:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Question-about-using-FLASH-on-MCF52210/m-p/177162#M7000</guid>
      <dc:creator>RichTestardi</dc:creator>
      <dc:date>2008-07-31T03:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Question about using FLASH on MCF52210</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Question-about-using-FLASH-on-MCF52210/m-p/177163#M7001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Geesh I have no idea how I didnt find that thread, thats exactly what I need. Thanks for the info, I'm sure I'll be back if something goes wrong.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 19:28:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Question-about-using-FLASH-on-MCF52210/m-p/177163#M7001</guid>
      <dc:creator>junkers13</dc:creator>
      <dc:date>2008-07-31T19:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Question about using FLASH on MCF52210</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Question-about-using-FLASH-on-MCF52210/m-p/177164#M7002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV&gt;Everything compiles correctly and runs fine but I dont know how to pull that value from flash.&amp;nbsp; I see in the other thread that I should use memcpy() but I dont have memcpy and have no idea how to create the function.&amp;nbsp; Also I dont even know if the value made it into flash or not.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 21:12:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Question-about-using-FLASH-on-MCF52210/m-p/177164#M7002</guid>
      <dc:creator>junkers13</dc:creator>
      <dc:date>2008-07-31T21:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Question about using FLASH on MCF52210</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Question-about-using-FLASH-on-MCF52210/m-p/177165#M7003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;To look in flash in the debugger, you can just view memory and look at the flash address you wrote.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;To do it in C, if the flash address was, for example, 0xf800 (the last page of your flash), you could just do:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;&amp;nbsp; uint32 *address;&lt;BR /&gt;&amp;nbsp; uint32 data_written;&lt;BR /&gt;&amp;nbsp; uint32 data_read;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;&amp;nbsp; address = (uint32 *)0xf800;&lt;BR /&gt;&amp;nbsp; flash_erase_pages(address, 1);&lt;BR /&gt;&amp;nbsp; data_written = 0x12345678;&lt;BR /&gt;&amp;nbsp; flash_write_words(address, &amp;amp;data_written, 1);&lt;BR /&gt;&amp;nbsp; data_read = *address;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;You have half the flash I have, so hopefully it will work.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I just ran that on a 52221 and data_read was equal to data_written when it was done.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;-- Rich&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 01:43:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Question-about-using-FLASH-on-MCF52210/m-p/177165#M7003</guid>
      <dc:creator>RichTestardi</dc:creator>
      <dc:date>2008-08-01T01:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Question about using FLASH on MCF52210</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Question-about-using-FLASH-on-MCF52210/m-p/177166#M7004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi&lt;BR /&gt;&lt;BR /&gt;Just a side note.&lt;BR /&gt;&lt;BR /&gt;The 52210 has also the potential to hold values in battery backed-up RAM (VSTBY power intput) which can be an interesting alternative to storing to FLASH (as long as a suitable battery is connected).&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Mark&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.uTasker.com%20" rel="nofollow" target="_blank"&gt;&lt;/A&gt;&lt;A href="https://community.nxp.com/www.uTasker.com" target="test_blank"&gt;www.uTasker.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 02:32:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Question-about-using-FLASH-on-MCF52210/m-p/177166#M7004</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2008-08-01T02:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Question about using FLASH on MCF52210</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Question-about-using-FLASH-on-MCF52210/m-p/177167#M7005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hmm I can definantly read from flash now but it doesnt seem to be writting.&amp;nbsp; I look through the debugger and it doesnt write anything to the address.&amp;nbsp; I know I'm retreving the value at the memory address correctly becuase its value is being set to FFFFFFFFFF which is the value @ 0xf800.&amp;nbsp; On a side note using your code here:&amp;nbsp; &lt;A href="http://forums.freescale.com/freescale/board/message?board.id=CFCOMM&amp;amp;message.id=4262#M4262" target="_blank"&gt;&lt;FONT color="#017BBA"&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;A href="http://forums.freescale.com/freescale/board/message?board.id=CFCOMM&amp;amp;message.id=4262#M4262" target="test_blank"&gt;http://forums.freescale.com/freescale/board/message?board.id=CFCOMM&amp;amp;message.id=4262#M4262&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;under flash command function, for me it doesnt like when i declare backdoor_adr inside the function, I'm not sure what thats about, it says "invalid address" in the debugger, but if I make the variable global, it uses a different memory location and is able to get a valid address.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks for the help&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 03:45:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Question-about-using-FLASH-on-MCF52210/m-p/177167#M7005</guid>
      <dc:creator>junkers13</dc:creator>
      <dc:date>2008-08-01T03:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Question about using FLASH on MCF52210</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Question-about-using-FLASH-on-MCF52210/m-p/177168#M7006</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;&lt;DIV&gt;The only code of yours I changed was the:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;// write the flash thru the backdoor address&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; backdoor_addr = (uint32 *)(__IPSBAR+0x04000000+(int)addr);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *backdoor_addr = data;&lt;BR /&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;to&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;// write the flash thru the backdoor address&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; backdoor_addr = (uint32 *)(int)addr);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *backdoor_addr = data;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;the address of *backdoor_addr is correct (0x0000F800) but the value is not changing to data, could the cmds be wrong?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;my cmds have different names&amp;nbsp;but the values should be the same:&lt;/DIV&gt;&lt;DIV&gt;MCF_CFM_CFMCMD_WORD_PROGRAM = (0x20) right?&lt;/DIV&gt;&lt;DIV&gt;and&lt;/DIV&gt;&lt;DIV&gt;MCF_CFM_CFMCMD_PAGE_ERASE = (0x40)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The registers are getting the right values though.... hmm im stumped&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;Message Edited by joey c on &lt;SPAN class="date_text"&gt;2008-07-31&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;05:03 PM&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Message Edited by joey c on &lt;SPAN class="date_text"&gt;2008-07-31&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;05:08 PM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 03:50:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Question-about-using-FLASH-on-MCF52210/m-p/177168#M7006</guid>
      <dc:creator>junkers13</dc:creator>
      <dc:date>2008-08-01T03:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Question about using FLASH on MCF52210</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Question-about-using-FLASH-on-MCF52210/m-p/177169#M7007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Hi Joey,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;gt; The only code of yours I changed was the:&lt;/DIV&gt;&lt;DIV&gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; backdoor_addr = (uint32 *)(__IPSBAR+0x04000000+(int)addr);&lt;BR /&gt;&amp;gt; to&lt;/DIV&gt;&lt;DIV&gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; backdoor_addr = (uint32 *)(int)addr);&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I would not expect the code to work if you did not use the backdoor address -- that's critical for writing the flash.&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The MCF52211 Reference Manual in 18.3.2 seems to indicate the 52210 behaves identically to the 52221 (that I am using) in this regard:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;B&gt;&lt;FONT face="Helvetica-Bold"&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;BLOCKQUOTE&gt;&lt;P align="left"&gt;NOTE&lt;BR /&gt;&lt;FONT face="Times New Roman"&gt;Flash accesses (reads/writes) by a bus master other than the core, DMA&lt;BR /&gt;controller, or writes to flash by the core during programming must use the&lt;BR /&gt;backdoor flash address of IPSBAR plus an offset of 0x0400_0000. For&lt;BR /&gt;example, for a DMA transfer from the first location of flash when IPSBAR&lt;BR /&gt;is at its default location of 0x4000_0000, the source register would be&lt;BR /&gt;loaded with 0x4400_0000. Backdoor access to flash for reads can be made&lt;BR /&gt;by the bus master, but it takes two cycles longer than a direct read of the&lt;BR /&gt;flash if using its FLASHBAR address.&lt;/FONT&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P align="left"&gt;&lt;FONT face="Times New Roman"&gt;&lt;FONT face="Arial"&gt;So I think you want to leave that unchanged.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;FONT face="Times New Roman"&gt;&lt;FONT face="Arial"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;Did you try it unchanged?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-- Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 04:48:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Question-about-using-FLASH-on-MCF52210/m-p/177169#M7007</guid>
      <dc:creator>RichTestardi</dc:creator>
      <dc:date>2008-08-01T04:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Question about using FLASH on MCF52210</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Question-about-using-FLASH-on-MCF52210/m-p/177170#M7008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Oh, and one more thing...&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The *debugger* likely cannot read the backdoor address...&amp;nbsp; That's why in the code snippet I posted, I set "address" to 0xf800.&amp;nbsp; Then only when you go into the flash functions does the CPU compute (and then discard)&amp;nbsp;backdoor_addr -- you should not ask the debugger to dereference the backdoor&amp;nbsp;address, only the&amp;nbsp;normal (front door :-)&amp;nbsp;address.&amp;nbsp; And when you are reading flash, you should use the normal address, as well.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;-- Rich&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 04:52:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Question-about-using-FLASH-on-MCF52210/m-p/177170#M7008</guid>
      <dc:creator>RichTestardi</dc:creator>
      <dc:date>2008-08-01T04:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Question about using FLASH on MCF52210</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Question-about-using-FLASH-on-MCF52210/m-p/177171#M7009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;One more thing, sorry...&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If you're using the debugger and you want to look at local variables, I'd suggest changing your project settings as follows:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;1. under Code Generation -&amp;gt; ColdFire Processor, *uncheck* Register Coloring&lt;/DIV&gt;&lt;DIV&gt;2. under Code Generation -&amp;gt; Global Optimizations, set Level 1&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Otherwise the debugger will have problems displaying local variables for you.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Note that once you do this, your code will be bigger and slower, so you might not want to ship that way.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;-- Rich&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 05:32:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Question-about-using-FLASH-on-MCF52210/m-p/177171#M7009</guid>
      <dc:creator>RichTestardi</dc:creator>
      <dc:date>2008-08-01T05:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Question about using FLASH on MCF52210</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Question-about-using-FLASH-on-MCF52210/m-p/177172#M7010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Yea that worked, I just couldn't put all the pieces together, thanks alot for the help man.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 19:18:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Question-about-using-FLASH-on-MCF52210/m-p/177172#M7010</guid>
      <dc:creator>junkers13</dc:creator>
      <dc:date>2008-08-01T19:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Question about using FLASH on MCF52210</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Question-about-using-FLASH-on-MCF52210/m-p/177173#M7011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Glad to hear it!!!&amp;nbsp; You're welcome.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 20:50:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Question-about-using-FLASH-on-MCF52210/m-p/177173#M7011</guid>
      <dc:creator>RichTestardi</dc:creator>
      <dc:date>2008-08-01T20:50:09Z</dc:date>
    </item>
  </channel>
</rss>

