<?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>8-bit Microcontrollers中的主题 Re: mc908gp32 - using flash as eeprom? I can´t</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/mc908gp32-using-flash-as-eeprom-I-can-t/m-p/160028#M9580</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;This might help, I use FLASH with MC908GT8 mcu for user settings and trim values. There is a demo project in the last post. I should have used the first&amp;nbsp;two 64 byte sectors of FLASH instead of the last two. This way the FLashBlockProtect can be used to protect the FLASH the code resides in. I have corrected this in my own software but not in the demo project.&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=8BITCOMM&amp;amp;message.id=1346#M1346" target="_blank"&gt;http://forums.freescale.com/freescale/board/message?board.id=8BITCOMM&amp;amp;message.id=1346#M1346&lt;/A&gt;&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>Thu, 01 Nov 2007 09:14:37 GMT</pubDate>
    <dc:creator>Technoman64</dc:creator>
    <dc:date>2007-11-01T09:14:37Z</dc:date>
    <item>
      <title>mc908gp32 - using flash as eeprom? I can´t</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/mc908gp32-using-flash-as-eeprom-I-can-t/m-p/160026#M9578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;SPAN&gt;I need to store data in flash memory of mc908gp32&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have followed step by step, which indicates the manual. I can not find the mistake.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could someone giving me an example of how to store data in flash memory in assembler language&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help &lt;/SPAN&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Added p/n to subject.&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Message Edited by NLFSJ on &lt;/SPAN&gt;&lt;SPAN class="date_text"&gt;2007-10-31&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;04:57 PM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 23:40:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/mc908gp32-using-flash-as-eeprom-I-can-t/m-p/160026#M9578</guid>
      <dc:creator>GTE</dc:creator>
      <dc:date>2007-10-31T23:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: using flash as eeprom? I can´t</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/mc908gp32-using-flash-as-eeprom-I-can-t/m-p/160027#M9579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi GTE,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Have you seen AN2183? It seems to be exactly what you want.&lt;/DIV&gt;&lt;DIV&gt;Plug it in to the keyword search at the top right of this page.&lt;/DIV&gt;&lt;DIV&gt;Good Luck!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 06:10:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/mc908gp32-using-flash-as-eeprom-I-can-t/m-p/160027#M9579</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2007-11-01T06:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: mc908gp32 - using flash as eeprom? I can´t</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/mc908gp32-using-flash-as-eeprom-I-can-t/m-p/160028#M9580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;This might help, I use FLASH with MC908GT8 mcu for user settings and trim values. There is a demo project in the last post. I should have used the first&amp;nbsp;two 64 byte sectors of FLASH instead of the last two. This way the FLashBlockProtect can be used to protect the FLASH the code resides in. I have corrected this in my own software but not in the demo project.&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=8BITCOMM&amp;amp;message.id=1346#M1346" target="_blank"&gt;http://forums.freescale.com/freescale/board/message?board.id=8BITCOMM&amp;amp;message.id=1346#M1346&lt;/A&gt;&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>Thu, 01 Nov 2007 09:14:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/mc908gp32-using-flash-as-eeprom-I-can-t/m-p/160028#M9580</guid>
      <dc:creator>Technoman64</dc:creator>
      <dc:date>2007-11-01T09:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: mc908gp32 - using flash as eeprom? I can´t</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/mc908gp32-using-flash-as-eeprom-I-can-t/m-p/160029#M9581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;I wrote this GP32FLASH8 assembler routine several years ago.&lt;/DIV&gt;&lt;DIV&gt;It was written in the P&amp;amp;E assembler, so it needs rewriting if you want to use it in a CodeWarrior environment.&lt;/DIV&gt;&lt;DIV&gt;It shows how to change single bytes as used in an EEPROM.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;(I have written it myself, so no guaranteee that it works)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Ake&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 17:35:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/mc908gp32-using-flash-as-eeprom-I-can-t/m-p/160029#M9581</guid>
      <dc:creator>Ake</dc:creator>
      <dc:date>2007-11-01T17:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: mc908gp32 - using flash as eeprom? I can´t</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/mc908gp32-using-flash-as-eeprom-I-can-t/m-p/160030#M9582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Remember that you have to run the program on the ram is not on the rom. That could be your mistake&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Dec 2007 04:09:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/mc908gp32-using-flash-as-eeprom-I-can-t/m-p/160030#M9582</guid>
      <dc:creator>blaz</dc:creator>
      <dc:date>2007-12-01T04:09:41Z</dc:date>
    </item>
  </channel>
</rss>

