<?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: kinetis kea ftm0 mode register in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/kinetis-kea-ftm0-mode-register/m-p/913514#M53492</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;In the S9KEAZN32 there is a register FTM0_MODE at the address 0x40038054 with the WPDIS bit - default is '1' according to the user's manual. However, as you probably are aware, the FTMx_MODE is only implemented in FTM2 (and not in FTM0 and FTM1). Therefore you should avoid accessing FTM0_MODE (I think that it will give a hard fault if tried).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically it means that the FTM0 and FTM1 have reduced features and so you can't set its registers to write protect mode as you can with FTM2. Therefore - as all FTMs - FTM0 comes up with no write protection and you should not try to protect it since it is not supported.&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Complete Kinetis solutions for professional needs, training and support: &lt;A href="http://www.utasker.com/kinetis.html" target="test_blank"&gt;http://www.utasker.com/kinetis.html&lt;/A&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Kinetis KEA64:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;- &lt;A href="http://www.utasker.com/kinetis/FRDM-KEAZ64Q64.html" target="test_blank"&gt;http://www.utasker.com/kinetis/FRDM-KEAZ64Q64.html&lt;/A&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;- &lt;A href="http://www.utasker.com/kinetis/TRK-KEA64.html" target="test_blank"&gt;http://www.utasker.com/kinetis/TRK-KEA64.html&lt;/A&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM&gt;uTasker: supporting &amp;gt;1'000 registered Kinetis users get products faster and cheaper to market&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;EM&gt;Request Free emergency remote desk-top consulting at &lt;A href="http://www.utasker.com/services.html" target="test_blank"&gt;http://www.utasker.com/services.html&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Open Source version at &lt;A href="https://github.com/uTasker/uTasker-Kinetis" target="test_blank"&gt;https://github.com/uTasker/uTasker-Kinetis&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jun 2019 18:50:36 GMT</pubDate>
    <dc:creator>mjbcswitzerland</dc:creator>
    <dc:date>2019-06-27T18:50:36Z</dc:date>
    <item>
      <title>kinetis kea ftm0 mode register</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/kinetis-kea-ftm0-mode-register/m-p/913513#M53491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using a Kinetis S9KEAZN32AVLC.&lt;/P&gt;&lt;P&gt;I see that FTM0 channel 0 status and control register (FTM0_C0SC) has some bits write protected (MSB MSA ELSB ELSA).&lt;/P&gt;&lt;P&gt;To write these bits the write protect bit must be = 1 (default condition at power on reset) but the MODE register of FTM0 timer doesn't exist.&lt;/P&gt;&lt;P&gt;What is the meaning of a protection bit in a register that doesn't exist?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2019 15:16:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/kinetis-kea-ftm0-mode-register/m-p/913513#M53491</guid>
      <dc:creator>fabrizioborra</dc:creator>
      <dc:date>2019-06-27T15:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: kinetis kea ftm0 mode register</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/kinetis-kea-ftm0-mode-register/m-p/913514#M53492</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;In the S9KEAZN32 there is a register FTM0_MODE at the address 0x40038054 with the WPDIS bit - default is '1' according to the user's manual. However, as you probably are aware, the FTMx_MODE is only implemented in FTM2 (and not in FTM0 and FTM1). Therefore you should avoid accessing FTM0_MODE (I think that it will give a hard fault if tried).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically it means that the FTM0 and FTM1 have reduced features and so you can't set its registers to write protect mode as you can with FTM2. Therefore - as all FTMs - FTM0 comes up with no write protection and you should not try to protect it since it is not supported.&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Complete Kinetis solutions for professional needs, training and support: &lt;A href="http://www.utasker.com/kinetis.html" target="test_blank"&gt;http://www.utasker.com/kinetis.html&lt;/A&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Kinetis KEA64:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;- &lt;A href="http://www.utasker.com/kinetis/FRDM-KEAZ64Q64.html" target="test_blank"&gt;http://www.utasker.com/kinetis/FRDM-KEAZ64Q64.html&lt;/A&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;- &lt;A href="http://www.utasker.com/kinetis/TRK-KEA64.html" target="test_blank"&gt;http://www.utasker.com/kinetis/TRK-KEA64.html&lt;/A&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM&gt;uTasker: supporting &amp;gt;1'000 registered Kinetis users get products faster and cheaper to market&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;EM&gt;Request Free emergency remote desk-top consulting at &lt;A href="http://www.utasker.com/services.html" target="test_blank"&gt;http://www.utasker.com/services.html&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Open Source version at &lt;A href="https://github.com/uTasker/uTasker-Kinetis" target="test_blank"&gt;https://github.com/uTasker/uTasker-Kinetis&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2019 18:50:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/kinetis-kea-ftm0-mode-register/m-p/913514#M53492</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2019-06-27T18:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: kinetis kea ftm0 mode register</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/kinetis-kea-ftm0-mode-register/m-p/913515#M53493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fabrizio Borra,&lt;/P&gt;&lt;P&gt;You can find the answer in "3.9.1.1 FTM overview" of S9KEA64Z64M20SF0RM.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="FTM overview.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/89909iDFBA6232567202C2/image-size/large?v=v2&amp;amp;px=999" role="button" title="FTM overview.png" alt="FTM overview.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&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>Fri, 28 Jun 2019 02:26:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/kinetis-kea-ftm0-mode-register/m-p/913515#M53493</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2019-06-28T02:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: kinetis kea ftm0 mode register</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/kinetis-kea-ftm0-mode-register/m-p/913516#M53494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fabrizio&lt;/P&gt;&lt;P&gt;Your answer can be found at the reference manual. You can find the link below.&lt;/P&gt;&lt;P&gt;The image below is the register, you can access though this syntax: &lt;EM&gt;FTM0-&amp;gt;&lt;SPAN class=""&gt;MODE&amp;nbsp; |= FTM_MODE_WPDIS_MASK;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/89968i600E55CF9F242DAF/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And here is a brief description of the protection bit:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/89969i7DE870C2F642DCF1/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reference Manual: &lt;A class="link-titled" href="https://www.nxp.com/docs/en/reference-manual/KEA8RM.pdf" title="https://www.nxp.com/docs/en/reference-manual/KEA8RM.pdf"&gt;https://www.nxp.com/docs/en/reference-manual/KEA8RM.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;Omar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2019 20:46:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/kinetis-kea-ftm0-mode-register/m-p/913516#M53494</guid>
      <dc:creator>Omar_Anguiano</dc:creator>
      <dc:date>2019-06-28T20:46:29Z</dc:date>
    </item>
  </channel>
</rss>

