<?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 KL03Z, Flash Option Register FTFA_FOPT settings? in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL03Z-Flash-Option-Register-FTFA-FOPT-settings/m-p/459766#M27495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the KL03 series MCUs:&amp;nbsp; Where are the settings for the Flash Option Register FTFA_FOPT defined?&amp;nbsp; The reference manual (section 27.3.3.4) refers to the "Chip's configuration settings."&amp;nbsp; Where are those?&amp;nbsp; I don't find those settings in the data sheet for the KL03Z.&amp;nbsp; Thanks in advance for clarifying.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Jan 2016 23:21:07 GMT</pubDate>
    <dc:creator>thomasedel</dc:creator>
    <dc:date>2016-01-23T23:21:07Z</dc:date>
    <item>
      <title>KL03Z, Flash Option Register FTFA_FOPT settings?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL03Z-Flash-Option-Register-FTFA-FOPT-settings/m-p/459766#M27495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the KL03 series MCUs:&amp;nbsp; Where are the settings for the Flash Option Register FTFA_FOPT defined?&amp;nbsp; The reference manual (section 27.3.3.4) refers to the "Chip's configuration settings."&amp;nbsp; Where are those?&amp;nbsp; I don't find those settings in the data sheet for the KL03Z.&amp;nbsp; Thanks in advance for clarifying.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jan 2016 23:21:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL03Z-Flash-Option-Register-FTFA-FOPT-settings/m-p/459766#M27495</guid>
      <dc:creator>thomasedel</dc:creator>
      <dc:date>2016-01-23T23:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: KL03Z, Flash Option Register FTFA_FOPT settings?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL03Z-Flash-Option-Register-FTFA-FOPT-settings/m-p/459767#M27496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FTFA_FOPT register is loaded with the value in Flash at location 0x40c at reset.&lt;/P&gt;&lt;P&gt;Thereforefore you control the setting with the const values in the Flash configration area (0x400..0x40f).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;// Flash configuration - this is linked at address 0x00000400 (when working with standalone-build)
//
const KINETIS_FLASH_CONFIGURATION __attribute__((section(".f_config"))) __flash_config
= {
&amp;nbsp;&amp;nbsp;&amp;nbsp; KINETIS_FLASH_CONFIGURATION_BACKDOOR_KEY,
&amp;nbsp;&amp;nbsp;&amp;nbsp; KINETIS_FLASH_CONFIGURATION_PROGRAM_PROTECTION,
&amp;nbsp;&amp;nbsp;&amp;nbsp; KINETIS_FLASH_CONFIGURATION_SECURITY,
&amp;nbsp; &lt;SPAN style="color: #3a0699;"&gt;&amp;nbsp; KINETIS_FLASH_CONFIGURATION_NONVOL_OPTION,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; KINETIS_FLASH_CONFIGURATION_EEPROM_PROT,
&amp;nbsp;&amp;nbsp;&amp;nbsp; KINETIS_FLASH_CONFIGURATION_DATAFLASH_PROT
};&lt;/PRE&gt;&lt;P&gt;Eg.&lt;/P&gt;&lt;P&gt;#define KINETIS_FLASH_CONFIGURATION_NONVOL_OPTION&amp;nbsp; (FTFL_FOPT_EZPORT_ENABLED | FTFL_FOPT_LPBOOT_NORMAL | FTFL_FOPT_NMI_DISABLED)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kinetis: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.utasker.com/kinetis.html" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.utasker.com/kinetis.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;KL03: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.utasker.com/kinetis/FRDM-KL03Z.html" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.utasker.com/kinetis/FRDM-KL03Z.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For the complete "out-of-the-box" Kinetis experience and faster time to market&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jan 2016 12:16:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL03Z-Flash-Option-Register-FTFA-FOPT-settings/m-p/459767#M27496</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2016-01-24T12:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: KL03Z, Flash Option Register FTFA_FOPT settings?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL03Z-Flash-Option-Register-FTFA-FOPT-settings/m-p/459768#M27497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mark, for your response.&amp;nbsp; I think I wasn't as clear as I should have been.&amp;nbsp; I need to know what the bits do, not the mechanics of how to set them.&amp;nbsp; Section &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;27.3.3.4 of the reference manual&lt;/SPAN&gt;&amp;nbsp; states "The function of the bits is defined in the device's Chip Configuration details."&amp;nbsp; I don't know where to find the "Chip Configuration details" so I don't know what these bits control, so I don't know what their settings should be for my application.&amp;nbsp; What is the function of each of the &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;FTFA_FOPT bits?&amp;nbsp; What document are they explained in?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Perhaps this is out of scope, but I have a similar issue with the&amp;nbsp; "LPTMRx_PSR field descriptions" in section 32.4.2.&amp;nbsp; Where are the details about the low four bits, for the "prescaler clock select"?&amp;nbsp; How do I know which clock source is selected?&amp;nbsp; What document shows that?&lt;BR /&gt;Thanks for your help with this.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jan 2016 21:00:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL03Z-Flash-Option-Register-FTFA-FOPT-settings/m-p/459768#M27497</guid>
      <dc:creator>thomasedel</dc:creator>
      <dc:date>2016-01-24T21:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: KL03Z, Flash Option Register FTFA_FOPT settings?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL03Z-Flash-Option-Register-FTFA-FOPT-settings/m-p/459769#M27498</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;KL03 User's Manual:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;- FTFA_FOPT - Section 6.3.2 FOPT boot options, table 6-2 "Flash Option Register (FTFA:FOPT) definition.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;- LPTMRn_PSR[PCS] - Section 32.1.2 LPTMR prescaler/glitch filter clocking options.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Mark&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jan 2016 21:16:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL03Z-Flash-Option-Register-FTFA-FOPT-settings/m-p/459769#M27498</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2016-01-24T21:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: KL03Z, Flash Option Register FTFA_FOPT settings?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL03Z-Flash-Option-Register-FTFA-FOPT-settings/m-p/459770#M27499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes!&amp;nbsp; That's what I was missing.&amp;nbsp; Thank you!&lt;/P&gt;&lt;P&gt;A suggestion for the next revision of the KL03 Reference Manual:&amp;nbsp; It&amp;nbsp; would be helpful to refer to the sections you pointed out more clearly from the main register definition sections.&amp;nbsp; Simply saying that &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;"The function of the bits is defined in the device's Chip Configuration details"&amp;nbsp; doesn't help much to find it in the same document. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Again, thanks for your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jan 2016 23:23:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL03Z-Flash-Option-Register-FTFA-FOPT-settings/m-p/459770#M27499</guid>
      <dc:creator>thomasedel</dc:creator>
      <dc:date>2016-01-24T23:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: KL03Z, Flash Option Register FTFA_FOPT settings?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL03Z-Flash-Option-Register-FTFA-FOPT-settings/m-p/459771#M27500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree that the references to the configuration section are not that clear/obvious.&lt;/P&gt;&lt;P&gt;However I could find the liks that you were searching for by using the search function in Adobe Reader.&lt;/P&gt;&lt;P&gt;- &lt;STRONG&gt;FTFA_FOPT&lt;/STRONG&gt; took me 20s to find &lt;/P&gt;&lt;P&gt;- &lt;STRONG&gt;LPTMRn_PSR[PCS] &lt;/STRONG&gt;this one was easier (I searched LPTMR0_PSR and it took about 5s to locate it).&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Therefore it should not normally pose a real difficulty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 04:50:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL03Z-Flash-Option-Register-FTFA-FOPT-settings/m-p/459771#M27500</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2016-01-25T04:50:57Z</dc:date>
    </item>
  </channel>
</rss>

