<?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: Kinetis KL16 watchdog does not start</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-KL16-watchdog-does-not-start/m-p/750442#M45720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can not extract your project.&lt;/P&gt;&lt;P&gt;Have you test the cop in &lt;A href="https://mcuxpresso.nxp.com/en/welcome"&gt;SDK_2.2_MKL16Z128xxx4&lt;/A&gt;? Just add the long delay before feed the dog.&lt;/P&gt;&lt;P&gt;Whether the chip be reset?&lt;/P&gt;&lt;P&gt;C:\SDK_2.2_MKL16Z128xxx4\boards\frdmkl26z\driver_examples\cop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&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>Tue, 05 Dec 2017 09:13:58 GMT</pubDate>
    <dc:creator>Robin_Shen</dc:creator>
    <dc:date>2017-12-05T09:13:58Z</dc:date>
    <item>
      <title>Kinetis KL16 watchdog does not start</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-KL16-watchdog-does-not-start/m-p/750441#M45719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Written using SDKV2.2, in accordance with the API manual prepared by the initialization watchdog code, the main program to join the feed dog code, add a long delay before feeding the dog ,feed dog code jump over did not actually restart, The clock is also set in LPO mode.&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;void WDOG_Init(void)&lt;BR /&gt;{&lt;BR /&gt;cop_config_t config;&lt;BR /&gt;COP_GetDefaultConfig(&amp;amp;config);&lt;BR /&gt;config.timeoutCycles = kCOP_2Power8CyclesOr2Power16Cycles;&lt;BR /&gt;COP_Init(SIM,&amp;amp;config);&lt;BR /&gt; &lt;BR /&gt;}&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;int main(void) {&lt;BR /&gt; /* Init board hardware. */&lt;BR /&gt; BOARD_InitBootPins();&lt;BR /&gt; BOARD_InitBootClocks();&lt;BR /&gt; BOARD_InitDebugConsole();&lt;BR /&gt; WDOG_Init();&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;COP_Refresh(SIM);&lt;BR /&gt; GPIO_WritePinOutput(BOARD_INITPINS_LED1_GPIO,BOARD_INITPINS_LED1_GPIO_PIN ,1);&lt;BR /&gt; delay_ms(2000);&lt;BR /&gt; &lt;BR /&gt; COP_Refresh(SIM);&lt;/P&gt;&lt;P&gt;GPIO_WritePinOutput(BOARD_INITPINS_LED1_GPIO,BOARD_INITPINS_LED1_GPIO_PIN ,0);&lt;BR /&gt; delay_ms(1500);&lt;BR /&gt; COP_Refresh(SIM);&lt;/P&gt;&lt;P&gt;/* Add your code here */&lt;/P&gt;&lt;P&gt;// for(;;) { /* Infinite loop to avoid leaving the main function */&lt;BR /&gt;// __asm("NOP"); /* something to use as a breakpoint stop while looping */&lt;BR /&gt;// }&lt;BR /&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2017 14:26:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-KL16-watchdog-does-not-start/m-p/750441#M45719</guid>
      <dc:creator>东伸韩</dc:creator>
      <dc:date>2017-11-30T14:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis KL16 watchdog does not start</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-KL16-watchdog-does-not-start/m-p/750442#M45720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can not extract your project.&lt;/P&gt;&lt;P&gt;Have you test the cop in &lt;A href="https://mcuxpresso.nxp.com/en/welcome"&gt;SDK_2.2_MKL16Z128xxx4&lt;/A&gt;? Just add the long delay before feed the dog.&lt;/P&gt;&lt;P&gt;Whether the chip be reset?&lt;/P&gt;&lt;P&gt;C:\SDK_2.2_MKL16Z128xxx4\boards\frdmkl26z\driver_examples\cop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&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>Tue, 05 Dec 2017 09:13:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-KL16-watchdog-does-not-start/m-p/750442#M45720</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2017-12-05T09:13:58Z</dc:date>
    </item>
  </channel>
</rss>

