<?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: Reading the DEFLASH on K40. in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Reading-the-DEFLASH-on-K40/m-p/271577#M9237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Thanks for the information!! I have implemented your code on my TWR-K40X256 which has a PK40X256VMD100 mounted. The code runs well on my side, so I think maybe your issue is a code issue, please try the attached project and kindly let me know if the problem is still there.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/119606iC0C756EEEFE6682F/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.PNG" alt="1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;B.R&lt;/P&gt;&lt;P&gt;Kan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jul 2013 07:16:35 GMT</pubDate>
    <dc:creator>Kan_Li</dc:creator>
    <dc:date>2013-07-16T07:16:35Z</dc:date>
    <item>
      <title>Reading the DEFLASH on K40.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Reading-the-DEFLASH-on-K40/m-p/271573#M9233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using a K40 Kinetis chip. I am trying to read from the DEFLASH. I am using the READ8 macro supplied by Freescale after I do a FlashInit(...).&lt;/P&gt;&lt;P&gt;I get a hard fault exception.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 06:45:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Reading-the-DEFLASH-on-K40/m-p/271573#M9233</guid>
      <dc:creator>srinivasanganji</dc:creator>
      <dc:date>2013-07-15T06:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Reading the DEFLASH on K40.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Reading-the-DEFLASH-on-K40/m-p/271574#M9234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you please provide information about the part number of the K40 device? if you could give a code snippet regarding &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;READ8&lt;/SPAN&gt; issue, that would be better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your patience!!&lt;/P&gt;&lt;P&gt;B.R&lt;/P&gt;&lt;P&gt;Kan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 08:47:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Reading-the-DEFLASH-on-K40/m-p/271574#M9234</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2013-07-15T08:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Reading the DEFLASH on K40.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Reading-the-DEFLASH-on-K40/m-p/271575#M9235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kan. The part # is: PK40X256VLQ100. The READ8 macro is defined in the Freescale file&lt;/P&gt;&lt;P&gt;SSD_FTFx_Common.h as:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;#define READ8(address)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;&lt;P&gt;((UINT8)(*(VUINT8*)(address)))&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;I do a FlashInit(... ) which returns no error. After that I try to read the D-Flash at the base (&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;#define FLASH_BLOCK1_BASE&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; 0x10000000&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; // Data flash - NVM&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 10:25:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Reading-the-DEFLASH-on-K40/m-p/271575#M9235</guid>
      <dc:creator>srinivasanganji</dc:creator>
      <dc:date>2013-07-15T10:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Reading the DEFLASH on K40.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Reading-the-DEFLASH-on-K40/m-p/271576#M9236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srinivasan Ganjigunte&lt;/P&gt;&lt;P&gt;Cascademic Solutions pvt. ltd.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 10:29:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Reading-the-DEFLASH-on-K40/m-p/271576#M9236</guid>
      <dc:creator>srinivasanganji</dc:creator>
      <dc:date>2013-07-15T10:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Reading the DEFLASH on K40.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Reading-the-DEFLASH-on-K40/m-p/271577#M9237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Thanks for the information!! I have implemented your code on my TWR-K40X256 which has a PK40X256VMD100 mounted. The code runs well on my side, so I think maybe your issue is a code issue, please try the attached project and kindly let me know if the problem is still there.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/119606iC0C756EEEFE6682F/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.PNG" alt="1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;B.R&lt;/P&gt;&lt;P&gt;Kan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 07:16:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Reading-the-DEFLASH-on-K40/m-p/271577#M9237</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2013-07-16T07:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Reading the DEFLASH on K40.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Reading-the-DEFLASH-on-K40/m-p/271578#M9238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Srinivasan,&lt;/P&gt;&lt;P&gt;how's the project going? Any breakthroughs?&lt;/P&gt;&lt;P&gt;Please keep us posted :smileywink:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Monica.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 23:57:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Reading-the-DEFLASH-on-K40/m-p/271578#M9238</guid>
      <dc:creator>Monica</dc:creator>
      <dc:date>2013-07-24T23:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Reading the DEFLASH on K40.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Reading-the-DEFLASH-on-K40/m-p/271579#M9239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well it's going on fine. I am able to read and write to the DEFLASH.&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;GRS&lt;/P&gt;&lt;P&gt;(G.R.Srinivasan&lt;/P&gt;&lt;P&gt;Cascademic Solutions Ltd.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 06:48:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Reading-the-DEFLASH-on-K40/m-p/271579#M9239</guid>
      <dc:creator>srinivasanganji</dc:creator>
      <dc:date>2013-07-25T06:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Reading the DEFLASH on K40.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Reading-the-DEFLASH-on-K40/m-p/271580#M9240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 19:44:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Reading-the-DEFLASH-on-K40/m-p/271580#M9240</guid>
      <dc:creator>Monica</dc:creator>
      <dc:date>2013-07-25T19:44:07Z</dc:date>
    </item>
  </channel>
</rss>

