<?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: Need help with SysTick interrupt on a FRDM-KL43Z board</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Need-help-with-SysTick-interrupt-on-a-FRDM-KL43Z-board/m-p/327459#M15124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yasuhiko Koumoto,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am using the KSDK. I did verify that the SysTick_Handler is installer properly in the NVIC. I dumped the appropriate section from teh elf file and made sure that the right function pointer is installed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I tried both with the call to&amp;nbsp; NVIC_EnableIRQ and without. I also made sure that "cpsie i" is called before. I am lost at this point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pramod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 22 Feb 2015 23:24:31 GMT</pubDate>
    <dc:creator>pramodchanderse</dc:creator>
    <dc:date>2015-02-22T23:24:31Z</dc:date>
    <item>
      <title>Need help with SysTick interrupt on a FRDM-KL43Z board</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Need-help-with-SysTick-interrupt-on-a-FRDM-KL43Z-board/m-p/327454#M15119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am moving to a Kinetis L series from STM32 and very confused. Hope someone can help me out.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; All I am trying to do is use the SysTick Interrupt to toggle an LED. I got the LED setup working. I can see it toggle using the debugger while I am stepping thru. But I just do not seem to be able to get the SysTick Interrupt to work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am attaching my code. Any help is greatly appreciated. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pramod&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337357"&gt;main.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2015 13:50:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Need-help-with-SysTick-interrupt-on-a-FRDM-KL43Z-board/m-p/327454#M15119</guid>
      <dc:creator>pramodchanderse</dc:creator>
      <dc:date>2015-02-22T13:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with SysTick interrupt on a FRDM-KL43Z board</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Need-help-with-SysTick-interrupt-on-a-FRDM-KL43Z-board/m-p/327455#M15120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pramod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have enabled the interrupt in the NVIC but have you enabled it to the core?&lt;/P&gt;&lt;P&gt;__asm__("cpsie i")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regard to the SysTick, STM32 and Kinetis code is identical.&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;Kinetis: &lt;A href="http://www.utasker.com/kinetis.html" title="http://www.utasker.com/kinetis.html"&gt;µTasker Kinetis support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;KL43: &lt;A href="http://www.utasker.com/kinetis/FRDM-KL43Z.html" title="http://www.utasker.com/kinetis/FRDM-KL43Z.html"&gt;µTasker FRDM-KL43Z support&lt;/A&gt; / &lt;A href="http://www.utasker.com/kinetis/TWR-KL43Z48M.html" title="http://www.utasker.com/kinetis/TWR-KL43Z48M.html"&gt;µTasker TWR-KL43Z48M support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;For the complete "out-of-the-box" Kinetis experience and faster time to market&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2015 15:31:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Need-help-with-SysTick-interrupt-on-a-FRDM-KL43Z-board/m-p/327455#M15120</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2015-02-22T15:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with SysTick interrupt on a FRDM-KL43Z board</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Need-help-with-SysTick-interrupt-on-a-FRDM-KL43Z-board/m-p/327456#M15121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am writing this code on top of the startup code from the Kinetis SDK. But I did verify the startup sequence and in the ResetHandler before main is called "cpsie i" is invoked. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; And I understand that since the NVIC is really on the ARM core the code should be identical hence the "I am confused" part :smileyhappy: because the same code works fine on stm.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; My next step I think would be to verify the register values directly. Could you point me to freescale documentation on the arm code. Most of the Reference manuals only talk about the peripherals but give very little detail about the ARM core.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pramod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2015 16:59:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Need-help-with-SysTick-interrupt-on-a-FRDM-KL43Z-board/m-p/327456#M15121</guid>
      <dc:creator>pramodchanderse</dc:creator>
      <dc:date>2015-02-22T16:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with SysTick interrupt on a FRDM-KL43Z board</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Need-help-with-SysTick-interrupt-on-a-FRDM-KL43Z-board/m-p/327457#M15122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pramod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best source for information about the core (including SYSTICK) is on the ARM web site.&lt;/P&gt;&lt;P&gt;&lt;A href="http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0553a/Ciheijba.html" title="http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0553a/Ciheijba.html"&gt;ARM Information Center&lt;/A&gt;&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;Kinetis: &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.utasker.com/kinetis.html" target="_blank"&gt;µTasker Kinetis support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;KL43: &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.utasker.com/kinetis/FRDM-KL43Z.html" target="_blank"&gt;µTasker FRDM-KL43Z support&lt;/A&gt; / &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.utasker.com/kinetis/TWR-KL43Z48M.html" target="_blank"&gt;µTasker TWR-KL43Z48M support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;For the complete "out-of-the-box" Kinetis experience and faster time to market&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2015 17:45:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Need-help-with-SysTick-interrupt-on-a-FRDM-KL43Z-board/m-p/327457#M15122</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2015-02-22T17:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with SysTick interrupt on a FRDM-KL43Z board</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Need-help-with-SysTick-interrupt-on-a-FRDM-KL43Z-board/m-p/327458#M15123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pramod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your main.c seems not to have strange parts.&lt;/P&gt;&lt;P&gt;I think there would be at least 1 check point.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Is the SysTick_Handler properly assigned to the vector?&lt;/P&gt;&lt;P&gt;How did you assign it to the vector table?&lt;/P&gt;&lt;P&gt;Do you use KDSK? Then, it would automatically assigned.&lt;/P&gt;&lt;P&gt;Otherwise, some procedure for it would be needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;Yasuhiko Koumoto.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2015 21:08:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Need-help-with-SysTick-interrupt-on-a-FRDM-KL43Z-board/m-p/327458#M15123</guid>
      <dc:creator>yasuhikokoumoto</dc:creator>
      <dc:date>2015-02-22T21:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with SysTick interrupt on a FRDM-KL43Z board</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Need-help-with-SysTick-interrupt-on-a-FRDM-KL43Z-board/m-p/327459#M15124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yasuhiko Koumoto,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am using the KSDK. I did verify that the SysTick_Handler is installer properly in the NVIC. I dumped the appropriate section from teh elf file and made sure that the right function pointer is installed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I tried both with the call to&amp;nbsp; NVIC_EnableIRQ and without. I also made sure that "cpsie i" is called before. I am lost at this point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pramod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2015 23:24:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Need-help-with-SysTick-interrupt-on-a-FRDM-KL43Z-board/m-p/327459#M15124</guid>
      <dc:creator>pramodchanderse</dc:creator>
      <dc:date>2015-02-22T23:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with SysTick interrupt on a FRDM-KL43Z board</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Need-help-with-SysTick-interrupt-on-a-FRDM-KL43Z-board/m-p/327460#M15125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pramod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the next possible thing that I can guess is that the interrupt interval is too short.&lt;/P&gt;&lt;P&gt;How about increasing the value of SysTick-&amp;gt;LOAD?&lt;/P&gt;&lt;P&gt;Instead the value is increased, the value of (counter%1000) should be decreased.&lt;/P&gt;&lt;P&gt;For example,&lt;/P&gt;&lt;P&gt; SysTick-&amp;gt;LOAD&amp;nbsp; = (ticks*100) - 1;&lt;/P&gt;&lt;P&gt; if ( (counter%10) == 0 ) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; GPIOE_PTOR |= (0x01 &amp;lt;&amp;lt; 31);&lt;/P&gt;&lt;P&gt; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do you think?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Yasuhiko Koumoto.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 01:31:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Need-help-with-SysTick-interrupt-on-a-FRDM-KL43Z-board/m-p/327460#M15125</guid>
      <dc:creator>yasuhikokoumoto</dc:creator>
      <dc:date>2015-02-23T01:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with SysTick interrupt on a FRDM-KL43Z board</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Need-help-with-SysTick-interrupt-on-a-FRDM-KL43Z-board/m-p/327461#M15126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A few quick comments:&lt;/P&gt;&lt;P&gt;SysTick is NOT an 'NVIC' interrupt -- it is a 'basic' ARM interrupt, on vector 15.&amp;nbsp; NVIC uses vectors 16 'and up'.&amp;nbsp; Do NOT try to use the NVIC-interrupt interface routines.&amp;nbsp; Just create your ISR vector directly in the table, at #15.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;DCD&lt;/TD&gt;&lt;TD&gt;PendSV_Handler&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;; PendSV Handler #14&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;DCD&lt;/TD&gt;&lt;TD&gt;SysTick_Handler&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;; SysTick Handler #15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;; External Interrupts&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;DCD&lt;/TD&gt;&lt;TD&gt;DMA0_IRQHandler&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;; 0:&amp;nbsp; DMA Channel 0 transfer complete #16, NVIC #0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;My handler, with an optional 'scope hook' on GPIOC16:&lt;/P&gt;&lt;P&gt;void SysTick_Handler(void)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;//&amp;nbsp; GPIOC_PSOR = 1&amp;lt;&amp;lt;16;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tick_flag = TRUE;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if( TST_dly != 0 )&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; TST_dly--;&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; //Timeouts within test state machine&lt;/P&gt;&lt;P&gt;//&amp;nbsp; GPIOC_PCOR = 1&amp;lt;&amp;lt;16;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The count runs from the CPU instruction-clock, so you will need a BIG number to toggle at a rate you can see -- probably something &amp;gt; 10million.:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;SYST_RVR = (core_clk_khz * 1000L / TICKS_PER_SECOND) - 1;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;SYST_CVR = 0;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;SYST_CSR = SysTick_CSR_TICKINT_MASK | SysTick_CSR_ENABLE_MASK | SysTick_CSR_CLKSOURCE_MASK;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;But note that SYST_RVR (etc) is a 24-bit counter setup, so limited to about 16 million (or about 6 interrupts per second from 100MHz, at the longest).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a final note, one need NEVER '|=' to the direct-bit-control GPIO registers -- as in this case, PTOR.&amp;nbsp; The mere existence of the proper '1' bit implements the function, and they always READ as zero -- so Read/Modify/Write is a WASTE of time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 20:11:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Need-help-with-SysTick-interrupt-on-a-FRDM-KL43Z-board/m-p/327461#M15126</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2015-03-02T20:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with SysTick interrupt on a FRDM-KL43Z board</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Need-help-with-SysTick-interrupt-on-a-FRDM-KL43Z-board/m-p/327462#M15127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I apologize for not posting this earlier - was travelling. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; It seems strange and confusing but it worked after a hard reset - I mean my original code. When I ran it with gdb, gdb first loads the codebase and then does a soft reset of some sort. At that point the Systick timer does not seem to work but after I do a hard reset with the btn on the board the systick timer starts working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pramod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 13:07:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Need-help-with-SysTick-interrupt-on-a-FRDM-KL43Z-board/m-p/327462#M15127</guid>
      <dc:creator>pramodchanderse</dc:creator>
      <dc:date>2015-04-10T13:07:06Z</dc:date>
    </item>
  </channel>
</rss>

