<?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>LPC MicrocontrollersのトピックRe: LPC1317 SysTick behavior</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1317-SysTick-behavior/m-p/525924#M8560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by NXP_Paul on Thu Aug 15 08:30:17 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The Systick interrupt is enabled automatically when you use the SysTick_Config function in the core_cm3.h file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you would like to disable the Systick interrupt, then set TICKINT=0 in the SysTick-&amp;gt;CTRL register.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 16:57:34 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T16:57:34Z</dc:date>
    <item>
      <title>LPC1317 SysTick behavior</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1317-SysTick-behavior/m-p/525923#M8559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Vijay Vaidya on Wed Aug 14 07:23:32 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are using LPC1317 and we are observing a strange behavior of the controller.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;During the start-up procedure, the moment we configure SysTick to generate interrupt &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at 2msec, we start getting the interrupts even if the bit 15 of NVIC-&amp;gt;ISER[0] is NOT Set,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i.e. SysTick IRQ is not specifically enabled. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Even NVIC-&amp;gt;IABR[0] when saved inside StsTick_Handler() shows 0x0. As per the ARM manual&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it should have it's bit-15 set.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That the interrupts do get generated is shown by the other actions that we take &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in SysTick_Handler().&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If we bypass SysTick Configuration the SysTick Interrupt does not get generated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We are using Code-Red5 suite for development. What are we missing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Vijay Vaidya&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:57:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1317-SysTick-behavior/m-p/525923#M8559</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1317 SysTick behavior</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1317-SysTick-behavior/m-p/525924#M8560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by NXP_Paul on Thu Aug 15 08:30:17 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The Systick interrupt is enabled automatically when you use the SysTick_Config function in the core_cm3.h file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you would like to disable the Systick interrupt, then set TICKINT=0 in the SysTick-&amp;gt;CTRL register.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:57:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1317-SysTick-behavior/m-p/525924#M8560</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1317 SysTick behavior</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1317-SysTick-behavior/m-p/525925#M8561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Vijay Vaidya on Fri Aug 16 00:33:33 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello NXP_Paul,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your prompt response,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Vijay Vaidya&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:57:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1317-SysTick-behavior/m-p/525925#M8561</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:57:34Z</dc:date>
    </item>
  </channel>
</rss>

