<?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のトピックRead Flash MC9S08QE8</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Read-Flash-MC9S08QE8/m-p/202181#M16612</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;I found a sample code to read&amp;nbsp;flash octet. Here under the sample code&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;// Read the content of a memory address&lt;BR /&gt;char flash_read(unsigned int address)&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp; unsigned char *pointer;&lt;BR /&gt;&amp;nbsp; pointer = (char*) address;&lt;BR /&gt;&amp;nbsp; return (*pointer);&lt;BR /&gt;}&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I don't understand why there is no action, no register modification to read a contain of specific adress.&lt;/DIV&gt;&lt;DIV&gt;For me, the second line of the previous function do: pointer receiver adress of adress parameter (for example E000 = first octet of flash. That all!!! But there is not flash register has been modified before!!!?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Somebody have any explanation about this sample&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;David&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Nov 2008 22:46:28 GMT</pubDate>
    <dc:creator>DavidoBG</dc:creator>
    <dc:date>2008-11-14T22:46:28Z</dc:date>
    <item>
      <title>Read Flash MC9S08QE8</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Read-Flash-MC9S08QE8/m-p/202181#M16612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;I found a sample code to read&amp;nbsp;flash octet. Here under the sample code&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;// Read the content of a memory address&lt;BR /&gt;char flash_read(unsigned int address)&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp; unsigned char *pointer;&lt;BR /&gt;&amp;nbsp; pointer = (char*) address;&lt;BR /&gt;&amp;nbsp; return (*pointer);&lt;BR /&gt;}&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I don't understand why there is no action, no register modification to read a contain of specific adress.&lt;/DIV&gt;&lt;DIV&gt;For me, the second line of the previous function do: pointer receiver adress of adress parameter (for example E000 = first octet of flash. That all!!! But there is not flash register has been modified before!!!?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Somebody have any explanation about this sample&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;David&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2008 22:46:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Read-Flash-MC9S08QE8/m-p/202181#M16612</guid>
      <dc:creator>DavidoBG</dc:creator>
      <dc:date>2008-11-14T22:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Read Flash MC9S08QE8</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Read-Flash-MC9S08QE8/m-p/202182#M16613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hello David,&lt;BR /&gt;&lt;BR /&gt;Your function seems to work correctly for me under simulation.&amp;nbsp; I called the function using the following test code -&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="Courier New"&gt;unsigned char value;&lt;BR /&gt;&lt;BR /&gt;value = flash_read( 0xFFFE);&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;The upper byte of the reset vector was returned.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mac&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Nov 2008 13:44:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Read-Flash-MC9S08QE8/m-p/202182#M16613</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2008-11-15T13:44:55Z</dc:date>
    </item>
  </channel>
</rss>

