<?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: FC321_GetTimeUS function always returns zero</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FC321-GetTimeUS-function-always-returns-zero/m-p/1438425#M62820</link>
    <description>&lt;P&gt;Thank you for your reply!&lt;/P&gt;&lt;P&gt;Have you checked the “.zip” file that I attached at about a week ago?&lt;/P&gt;&lt;P&gt;I was checking it again, and I found an error in the settings of the microcontroller in the process expert. After I changed it the timer worked normal.&lt;/P&gt;&lt;P&gt;Thanks for the support.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Apr 2022 15:02:43 GMT</pubDate>
    <dc:creator>Saulo_Original_Industria</dc:creator>
    <dc:date>2022-04-04T15:02:43Z</dc:date>
    <item>
      <title>FC321_GetTimeUS function always returns zero</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FC321-GetTimeUS-function-always-returns-zero/m-p/1431291#M62695</link>
      <description>&lt;P&gt;Hi there!&lt;/P&gt;&lt;P&gt;I'm using the Kinetis&amp;nbsp;MKE02Z16VFM4, and I’m trying to use a free count (32 b) generated by Processor Expert. But I’m not getting the value. In my code I have:&lt;/P&gt;&lt;P&gt;&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;&amp;nbsp;&amp;nbsp; uint16_t t0 = 0;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; //definition&lt;/P&gt;&lt;P&gt;&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;&amp;nbsp;&amp;nbsp; //… some code...&lt;/P&gt;&lt;P&gt;&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;&amp;nbsp;&amp;nbsp; FC321_GetTimeMS( &amp;amp;t0 );&lt;/P&gt;&lt;P&gt;&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;&amp;nbsp;&amp;nbsp; //t0 always zero :$&lt;/P&gt;&lt;P&gt;&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; &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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;//…&lt;/P&gt;&lt;P&gt;I put a break point in the line with the function “FC321_GetTimeMS”, and run step by step in CodeWarrior… the function always return “no error”, but my variable (t0) never changes.&lt;/P&gt;&lt;P&gt;Obs.1: In the Clock settings, I’m using Internal oscillator.&lt;/P&gt;&lt;P&gt;Obs.2: Please find attached the screenshot of the SysTick free count (Processor Expert) attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any idea of what I’m missing?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 12:23:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FC321-GetTimeUS-function-always-returns-zero/m-p/1431291#M62695</guid>
      <dc:creator>Saulo_Original_Industria</dc:creator>
      <dc:date>2022-03-21T12:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: FC321_GetTimeUS function always returns zero</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FC321-GetTimeUS-function-always-returns-zero/m-p/1431361#M62699</link>
      <description>&lt;P&gt;Putting 32 bit result into 16 bit variable?&lt;/P&gt;&lt;P&gt;Is the clock source enabled?&lt;BR /&gt;&lt;BR /&gt;Interrupt priority levels are always best to be avoided.&lt;/P&gt;&lt;P&gt;Run everything at the same level unless some extrema reason not to do so.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 14:23:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FC321-GetTimeUS-function-always-returns-zero/m-p/1431361#M62699</guid>
      <dc:creator>bobpaddock</dc:creator>
      <dc:date>2022-03-21T14:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: FC321_GetTimeUS function always returns zero</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FC321-GetTimeUS-function-always-returns-zero/m-p/1431938#M62709</link>
      <description>&lt;P&gt;Hi, thank you for your reply!&lt;/P&gt;&lt;P&gt;Yeah, the function is for a 16 bit variable as you can see in the automatically generated function:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/*&lt;/P&gt;&lt;P&gt;** ===================================================================&lt;/P&gt;&lt;P&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Method&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp; FC321_GetTimeMS (component FreeCntr32)&lt;/P&gt;&lt;P&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Description :&lt;/P&gt;&lt;P&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Returns the time (as a 16-bit unsigned integer) in milliseconds&lt;/P&gt;&lt;P&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; since the last resetting after the last reset.&lt;/P&gt;&lt;P&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Parameters&amp;nbsp; :&lt;/P&gt;&lt;P&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - DESCRIPTION&lt;/P&gt;&lt;P&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - A pointer to the returned 16-bit value&lt;/P&gt;&lt;P&gt;**&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;&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; in milliseconds&lt;/P&gt;&lt;P&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Returns&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&lt;/P&gt;&lt;P&gt;**&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Error code, possible codes:&lt;/P&gt;&lt;P&gt;**&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;&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; ERR_OK - OK&lt;/P&gt;&lt;P&gt;**&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;&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; ERR_SPEED - This device does not work in&lt;/P&gt;&lt;P&gt;**&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;&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;the active speed mode&lt;/P&gt;&lt;P&gt;**&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;&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; ERR_OVERFLOW - Software counter overflow&lt;/P&gt;&lt;P&gt;**&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;&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; ERR_MATH - Overflow during evaluation&lt;/P&gt;&lt;P&gt;** ===================================================================&lt;/P&gt;&lt;P&gt;*/&lt;/P&gt;&lt;P&gt;#define FC321_GetTimeMS(Time) (RealTimeLdd1_GetTimeMS(RealTimeLdd1_DeviceData, (uint16_t *)Time))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, the Clock is enable, but it is not possible to disable the Interrupt service in the options (for this FreeCntr32).&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 11:10:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FC321-GetTimeUS-function-always-returns-zero/m-p/1431938#M62709</guid>
      <dc:creator>Saulo_Original_Industria</dc:creator>
      <dc:date>2022-03-22T11:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: FC321_GetTimeUS function always returns zero</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FC321-GetTimeUS-function-always-returns-zero/m-p/1432007#M62713</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Have you test the&amp;nbsp;&lt;STRONG&gt;Typical Usage&lt;/STRONG&gt; of &lt;STRONG&gt;FreeCntr32&lt;/STRONG&gt;?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;void main(void)
{
  unsigned int i, time;
  float one_loop_us;
  
  FC321_Reset(); /* reset the counter */
  
  for (i = 0; i &amp;lt; 60000; ++i); /* for-cycle */
  
  /* get measured time of whole for-cycle */
  if(FC321_GetTimeUS(&amp;amp;time) == ERR_OK) {
  
    /* average time of one loop */
    one_loop_us = time / 60000.0; 
  }  
}


&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Typical Usage FreeCntr32.png" style="width: 929px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/174425i3FAAA6BC656918E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Typical Usage FreeCntr32.png" alt="Typical Usage FreeCntr32.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I don't have the FRDM-KE02Z40M board, so I can't debug it. If still not work, have you try to select other timer?(for example: PIT or FTM)&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Robin&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 13:04:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FC321-GetTimeUS-function-always-returns-zero/m-p/1432007#M62713</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2022-03-22T13:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: FC321_GetTimeUS function always returns zero</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FC321-GetTimeUS-function-always-returns-zero/m-p/1432261#M62715</link>
      <description>&lt;P&gt;Hi! Thank you for your reply!&lt;/P&gt;&lt;P&gt;I tested the Typical Usage, but I get the same problem as before… the variables “time” and “one_loop_us” are always zero. I also tried with PIT and FTM, but the problem remains.&lt;/P&gt;&lt;P&gt;I’m using the internal oscillator is it fine to use it when using the FreeCntr32?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 01:42:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FC321-GetTimeUS-function-always-returns-zero/m-p/1432261#M62715</guid>
      <dc:creator>Saulo_Original_Industria</dc:creator>
      <dc:date>2022-03-23T01:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: FC321_GetTimeUS function always returns zero</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FC321-GetTimeUS-function-always-returns-zero/m-p/1433383#M62734</link>
      <description>&lt;P&gt;It works on FRDM-KL25Z board. Maybe you can compare the register of Systick.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FC321_GetTimeUS.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/174711iB9524A878C7E059D/image-size/large?v=v2&amp;amp;px=999" role="button" title="FC321_GetTimeUS.png" alt="FC321_GetTimeUS.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 09:48:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FC321-GetTimeUS-function-always-returns-zero/m-p/1433383#M62734</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2022-03-24T09:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: FC321_GetTimeUS function always returns zero</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FC321-GetTimeUS-function-always-returns-zero/m-p/1434350#M62762</link>
      <description>&lt;P&gt;Hi! Thank you for your reply!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a new project using only the FreeCntr32. I ran the code and the “SYST_CVR” register is ticking down… but “time” and “one_loop_us” variables are always zero AFTER the “FC321_GetTimeUS” calling. It is also zero even if I use the function “FC321_GetTimeMS”, as showed in the attached screenshot.&lt;/P&gt;&lt;P&gt;(Obs. 1: If I do not initialize the “time” and “one_loop_us”, sometimes I get some random weird number as in your screenshot.)&lt;/P&gt;&lt;P&gt;(Obs. 2: The GetCounterValue function, in the TU1:TimerUnit_LDD, in the Referenced_Components is working).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I attached the .zip of the project… I think it is some silly think that I may be missing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could you please take a look at it?&lt;/P&gt;</description>
      <pubDate>Sat, 26 Mar 2022 03:02:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FC321-GetTimeUS-function-always-returns-zero/m-p/1434350#M62762</guid>
      <dc:creator>Saulo_Original_Industria</dc:creator>
      <dc:date>2022-03-26T03:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: FC321_GetTimeUS function always returns zero</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FC321-GetTimeUS-function-always-returns-zero/m-p/1437685#M62813</link>
      <description>&lt;P&gt;Sorry for my delay!&lt;/P&gt;
&lt;P&gt;Please check the &lt;EM&gt;Error code&lt;/EM&gt; of&amp;nbsp;&lt;STRONG&gt;FC321_GetTimeUS&lt;/STRONG&gt;：&lt;BR /&gt;LDD_TError Error;&lt;BR /&gt;Error = FC321_GetTimeUS(&amp;amp;time);&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FC321_GetTimeUS Error code.png" style="width: 835px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/175652i6EFA0D16D3FAFEA9/image-size/large?v=v2&amp;amp;px=999" role="button" title="FC321_GetTimeUS Error code.png" alt="FC321_GetTimeUS Error code.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;About the &lt;SPAN&gt;time=0, i&lt;/SPAN&gt;t seems that the delay is too large, you can try to make it smaller：&lt;/P&gt;
&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%" align="left" valign="top"&gt;
&lt;DIV class="user_text"&gt;
&lt;PRE&gt;for (i = 0; i &amp;lt; 30000; ++i); /* for-cycle */&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Fri, 01 Apr 2022 13:14:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FC321-GetTimeUS-function-always-returns-zero/m-p/1437685#M62813</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2022-04-01T13:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: FC321_GetTimeUS function always returns zero</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FC321-GetTimeUS-function-always-returns-zero/m-p/1438425#M62820</link>
      <description>&lt;P&gt;Thank you for your reply!&lt;/P&gt;&lt;P&gt;Have you checked the “.zip” file that I attached at about a week ago?&lt;/P&gt;&lt;P&gt;I was checking it again, and I found an error in the settings of the microcontroller in the process expert. After I changed it the timer worked normal.&lt;/P&gt;&lt;P&gt;Thanks for the support.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 15:02:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FC321-GetTimeUS-function-always-returns-zero/m-p/1438425#M62820</guid>
      <dc:creator>Saulo_Original_Industria</dc:creator>
      <dc:date>2022-04-04T15:02:43Z</dc:date>
    </item>
  </channel>
</rss>

