<?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: What part is M10AFV3N86B in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/What-part-is-M10AFV3N86B/m-p/623243#M37302</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code fragment is as follows:&lt;/P&gt;&lt;P&gt;FTFL-&amp;gt;FCCOB0 = 0x80; //select the PGMPART command&lt;/P&gt;&lt;P&gt;FTFL-&amp;gt;FCCOB1 = 0x00;&lt;/P&gt;&lt;P&gt;FTFL-&amp;gt;FCCOB2 = 0x00;&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;The trap happens on the second line. The tool is the KEIL system. Could it be that in this part the sequence cannot be executed from flash? On a bigger part it worked fine!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yours,&lt;/P&gt;&lt;P&gt;Harry Koukoutos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Oct 2016 07:34:53 GMT</pubDate>
    <dc:creator>harrykoukoutos</dc:creator>
    <dc:date>2016-10-12T07:34:53Z</dc:date>
    <item>
      <title>What part is M10AFV3N86B</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/What-part-is-M10AFV3N86B/m-p/623241#M37300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have received a part labeled M10AFV3N86B CTVCQE. It should be a MK10DX64VLF5, but, as we have a hardware fault trap accessing registers in the FTFL group we wonder if it is another part&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 14:36:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/What-part-is-M10AFV3N86B/m-p/623241#M37300</guid>
      <dc:creator>harrykoukoutos</dc:creator>
      <dc:date>2016-10-10T14:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: What part is M10AFV3N86B</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/What-part-is-M10AFV3N86B/m-p/623242#M37301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harry,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; M10AFV should be MK10DX64Vxxx, just like this picture:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/3642i6E3E71747E36CFCC/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; For the package, you should check your hardware, If it is 48 LQFP (7 mm x 7 mm), then it is MK10DX64VLF5.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You said when you access the FTFL register, you get hard fault, please tell me which register you access?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Beside, please disable the global interrupt before your do the FTFL operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;/P&gt;&lt;P&gt;Kerry&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 05:12:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/What-part-is-M10AFV3N86B/m-p/623242#M37301</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-10-11T05:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: What part is M10AFV3N86B</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/What-part-is-M10AFV3N86B/m-p/623243#M37302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code fragment is as follows:&lt;/P&gt;&lt;P&gt;FTFL-&amp;gt;FCCOB0 = 0x80; //select the PGMPART command&lt;/P&gt;&lt;P&gt;FTFL-&amp;gt;FCCOB1 = 0x00;&lt;/P&gt;&lt;P&gt;FTFL-&amp;gt;FCCOB2 = 0x00;&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;The trap happens on the second line. The tool is the KEIL system. Could it be that in this part the sequence cannot be executed from flash? On a bigger part it worked fine!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yours,&lt;/P&gt;&lt;P&gt;Harry Koukoutos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 07:34:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/What-part-is-M10AFV3N86B/m-p/623243#M37302</guid>
      <dc:creator>harrykoukoutos</dc:creator>
      <dc:date>2016-10-12T07:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: What part is M10AFV3N86B</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/What-part-is-M10AFV3N86B/m-p/623244#M37303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harry,&lt;/P&gt;&lt;P&gt;&amp;nbsp;1. check your KEIL optimization level in the options&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please modify your optimization level to none.&lt;/P&gt;&lt;P&gt;2. Disable the global interrupt before do flash operation, after the flash operation, you can enable it again.&lt;/P&gt;&lt;P&gt;3. Copy the FTFL launch command code to RAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 08:18:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/What-part-is-M10AFV3N86B/m-p/623244#M37303</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-10-12T08:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: What part is M10AFV3N86B</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/What-part-is-M10AFV3N86B/m-p/623245#M37304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, I will try these&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 09:35:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/What-part-is-M10AFV3N86B/m-p/623245#M37304</guid>
      <dc:creator>harrykoukoutos</dc:creator>
      <dc:date>2016-10-12T09:35:24Z</dc:date>
    </item>
  </channel>
</rss>

