<?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: MKE04VTG4 controller</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/MKE04VTG4-controller/m-p/1013191#M39670</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Muralidhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose that you do not have the systick interrupt service routine(ISR) or there is wrong instruction in the ISR of systick, which leads to hardfault error.&lt;/P&gt;&lt;P&gt;As a test, if you disable watchdog, and enable systick, the ISR of systick can happens frequently?&lt;/P&gt;&lt;P&gt;Pls post your code so that we can have a review.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Xiangjun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jan 2020 02:42:36 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2020-01-30T02:42:36Z</dc:date>
    <item>
      <title>MKE04VTG4 controller</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MKE04VTG4-controller/m-p/1013190#M39669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MKE04VTG4 Controller is getting reset frequently when both systick timer &amp;amp; watchdog timer are enabled.&lt;/P&gt;&lt;P&gt;This is not happening when systick timer is not initialised.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2020 07:19:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MKE04VTG4-controller/m-p/1013190#M39669</guid>
      <dc:creator>TEMCEFF</dc:creator>
      <dc:date>2020-01-29T07:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: MKE04VTG4 controller</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MKE04VTG4-controller/m-p/1013191#M39670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Muralidhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose that you do not have the systick interrupt service routine(ISR) or there is wrong instruction in the ISR of systick, which leads to hardfault error.&lt;/P&gt;&lt;P&gt;As a test, if you disable watchdog, and enable systick, the ISR of systick can happens frequently?&lt;/P&gt;&lt;P&gt;Pls post your code so that we can have a review.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Xiangjun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2020 02:42:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MKE04VTG4-controller/m-p/1013191#M39670</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2020-01-30T02:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: MKE04VTG4 controller</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MKE04VTG4-controller/m-p/1013192#M39671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sir, but in user manual systick timer clock is mentioned.&lt;/P&gt;&lt;P&gt;Please got through below for both systick &amp;amp; watchdog intialisations...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void systick_init()&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp;SysTick-&amp;gt;LOAD= SYSTICK_TIMER_VALUE;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;SysTick-&amp;gt;CTRL=(SysTick_CTRL_TICKINT_Msk|SysTick_CTRL_ENABLE_Msk);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // INTERRUPT, ENABLE &amp;amp; CLOCKSOURCE ARE SET TO 0&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;void &amp;nbsp;watch_dog_init()&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp;WDOG8_GetDefaultConfig(&amp;amp;wdog_config);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; wdog_config.enableUpdate = false;&lt;BR /&gt;&amp;nbsp;wdog_config.workMode.enableWait = false;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;wdog_config.clockSource&amp;nbsp; = kWDOG8_ClockSource1;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // FOR 1KHZ CLK&lt;BR /&gt;&amp;nbsp;&amp;nbsp;wdog_config.timeoutValue = 50;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&amp;nbsp; WATCH DOG TIMER MUST FEED FOR EVERY 25 MSEC &lt;BR /&gt;&amp;nbsp;&amp;nbsp;WDOG8_Init(WDOG,&amp;amp;wdog_config);&lt;BR /&gt;&amp;nbsp;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Feb 2020 09:08:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MKE04VTG4-controller/m-p/1013192#M39671</guid>
      <dc:creator>TEMCEFF</dc:creator>
      <dc:date>2020-02-15T09:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: MKE04VTG4 controller</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MKE04VTG4-controller/m-p/1013193#M39672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;STRONG class=""&gt;&lt;SPAN class=""&gt;Muralidhar&lt;/SPAN&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me the cycle time of the systick? If you set it as 500mS or 1S, what is the result?&lt;/P&gt;&lt;P&gt;BTW, if you set up the watchdog feeding cycle time as 250mS, what is the result?&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2020 06:26:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MKE04VTG4-controller/m-p/1013193#M39672</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2020-02-17T06:26:53Z</dc:date>
    </item>
  </channel>
</rss>

