<?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>topic Re: Kinetis KL16 watchdog does not start in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Kinetis-KL16-watchdog-does-not-start/m-p/752622#M7722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the default timeout mode is long time out. It will wait 2^16 cycle till watchdog reset. So please change it to short timeout mode.&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;jing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Dec 2017 09:50:29 GMT</pubDate>
    <dc:creator>jingpan</dc:creator>
    <dc:date>2017-12-04T09:50:29Z</dc:date>
    <item>
      <title>Kinetis KL16 watchdog does not start</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Kinetis-KL16-watchdog-does-not-start/m-p/752621#M7721</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.Does the watchdog's SDK2.2 API support KL16?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;void WDOG_Init(void)&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;{&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;cop_config_t config;&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;COP_GetDefaultConfig(&amp;amp;config);&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;config.timeoutCycles = kCOP_2Power8CyclesOr2Power16Cycles;&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;COP_Init(SIM,&amp;amp;config);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;}&lt;/SPAN&gt;&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="border: 0px;"&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;/P&gt;&lt;P style="border: 0px;"&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;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;COP_Refresh(SIM);&lt;/P&gt;&lt;P style="border: 0px;"&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 style="border: 0px;"&gt;/* Add your code here */&lt;/P&gt;&lt;P style="border: 0px;"&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>Fri, 01 Dec 2017 00:50:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Kinetis-KL16-watchdog-does-not-start/m-p/752621#M7721</guid>
      <dc:creator>东伸韩</dc:creator>
      <dc:date>2017-12-01T00:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis KL16 watchdog does not start</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Kinetis-KL16-watchdog-does-not-start/m-p/752622#M7722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the default timeout mode is long time out. It will wait 2^16 cycle till watchdog reset. So please change it to short timeout mode.&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;jing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 09:50:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Kinetis-KL16-watchdog-does-not-start/m-p/752622#M7722</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2017-12-04T09:50:29Z</dc:date>
    </item>
  </channel>
</rss>

