<?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>Kinetis MicrocontrollersのトピックRe: CONNFWKRM Timers Manager help</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CONNFWKRM-Timers-Manager-help/m-p/617232#M36799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lucian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't fully understand your question, they don't cancel each other, the connectivity software uses Timers Manager to enable APIs that facility Timers usage with TPM . So, if you require a timer you can Initialize/Allocate/Free/Enable etc timers. If you check the code, tpm is initialized in StackTimer_Init, and this fucntion is called in TMR_Init, which implement the timer module of the connectivity software.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if you want to uses another TPM module you use have to verify that is not the same that the framework is using (TPM0).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope this information helps you&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jorge Alcala&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>Fri, 10 Mar 2017 00:36:13 GMT</pubDate>
    <dc:creator>jorge_a_vazquez</dc:creator>
    <dc:date>2017-03-10T00:36:13Z</dc:date>
    <item>
      <title>CONNFWKRM Timers Manager help</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CONNFWKRM-Timers-Manager-help/m-p/617231#M36798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;KW40Z_Connectivity_Software_1.0.1 (KSDK_1.3.0); IAR 7.50&lt;/P&gt;&lt;P&gt;Connectivity Framework, Reference Manual, Rev. 1, 09/2015&lt;BR /&gt;Document Number: CONNFWKRM&lt;/P&gt;&lt;P&gt;3.4. Timers Manager&lt;/P&gt;&lt;P&gt;Contains references to only &lt;STRONG&gt;TimersManager.h &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But framework contains also:&lt;BR /&gt;TimersManager.c, &lt;STRONG&gt;TimersManagerInternal.h&lt;/STRONG&gt;, TMR_Adapter.c, &lt;STRONG&gt;TMR_Adapter.h&lt;/STRONG&gt;&lt;BR /&gt;inside: &lt;BR /&gt;\KW40Z_Connectivity_Software_1.0.1\ConnSw\framework\TimersManager\Interface&lt;BR /&gt;\KW40Z_Connectivity_Software_1.0.1\ConnSw\framework\TimersManager\Source&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_8.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/14979i12C5CFC631129318/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_8.png" alt="pastedImage_8.png" /&gt;&lt;/span&gt;&lt;BR /&gt;What about &lt;STRONG&gt;TMR_Adapter.h&lt;/STRONG&gt; defines&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;#ifndef gStackTimerInstance_c&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;#define gStackTimerInstance_c&amp;nbsp; 0&lt;BR /&gt;#endif&lt;/P&gt;&lt;P&gt;#ifndef gStackTimerChannel_c&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;#define gStackTimerChannel_c&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;#endif&lt;/P&gt;&lt;P&gt;#ifndef gLptmrInstance_c&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;#define gLptmrInstance_c&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;#endif&lt;/P&gt;&lt;P&gt;#ifndef gTmrRtcInstance_c&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;#define gTmrRtcInstance_c&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;#endif&lt;/P&gt;&lt;P&gt;#ifndef gTmrPitInstance_c&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;#define gTmrPitInstance_c&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;#endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define gStackTimer_IsrPrio_c (0x80)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;There is a documentation how to set them ?&lt;/P&gt;&lt;P&gt;How to set &lt;STRONG&gt;gStackTimerInstance_c&amp;nbsp; &lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to set timers and &lt;STRONG&gt;TPM&lt;/STRONG&gt; functionality not to cancel each other ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Lucian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 12:54:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CONNFWKRM-Timers-Manager-help/m-p/617231#M36798</guid>
      <dc:creator>lucianfiran</dc:creator>
      <dc:date>2017-03-03T12:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: CONNFWKRM Timers Manager help</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CONNFWKRM-Timers-Manager-help/m-p/617232#M36799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lucian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't fully understand your question, they don't cancel each other, the connectivity software uses Timers Manager to enable APIs that facility Timers usage with TPM . So, if you require a timer you can Initialize/Allocate/Free/Enable etc timers. If you check the code, tpm is initialized in StackTimer_Init, and this fucntion is called in TMR_Init, which implement the timer module of the connectivity software.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if you want to uses another TPM module you use have to verify that is not the same that the framework is using (TPM0).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope this information helps you&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jorge Alcala&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>Fri, 10 Mar 2017 00:36:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CONNFWKRM-Timers-Manager-help/m-p/617232#M36799</guid>
      <dc:creator>jorge_a_vazquez</dc:creator>
      <dc:date>2017-03-10T00:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: CONNFWKRM Timers Manager help</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CONNFWKRM-Timers-Manager-help/m-p/617233#M36800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jorge,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gStackTimerInstance_c and&amp;nbsp; gStackTimerChannel_c should be called &lt;/P&gt;&lt;P&gt;gStackTimer&lt;STRONG&gt;TPM&lt;/STRONG&gt;Instance_c and&amp;nbsp; gStackTimer&lt;STRONG&gt;TPM&lt;/STRONG&gt;Channel_c correct ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First the code for the defines in&amp;nbsp;TMR_Adapter.h does not contain any comments or explanations.&lt;/P&gt;&lt;P&gt;Second there is no mechanism on allocating TPM hardware resources,&lt;/P&gt;&lt;P&gt;in case of misusage - like PWM and TMR on same instance, channel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 06:10:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CONNFWKRM-Timers-Manager-help/m-p/617233#M36800</guid>
      <dc:creator>lucianfiran</dc:creator>
      <dc:date>2017-03-10T06:10:32Z</dc:date>
    </item>
  </channel>
</rss>

