<?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>LPCXpresso IDEのトピックRe: What to do while watchdog is ON while loading flash image to microcontroller?</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/What-to-do-while-watchdog-is-ON-while-loading-flash-image-to/m-p/647534#M32691</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to program your application into flash over a debug connection, then try booting your part into ISP mode before making the debug connection. For details see:&amp;nbsp;&lt;A href="https://community.nxp.com/message/630748"&gt;https://community.nxp.com/message/630748&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;LPCXpresso Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Sep 2016 09:48:01 GMT</pubDate>
    <dc:creator>lpcxpresso_supp</dc:creator>
    <dc:date>2016-09-29T09:48:01Z</dc:date>
    <item>
      <title>What to do while watchdog is ON while loading flash image to microcontroller?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/What-to-do-while-watchdog-is-ON-while-loading-flash-image-to/m-p/647529#M32686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have two images in my controller.&lt;/P&gt;&lt;P&gt;1. Bootloader image and 2. Application Image.&lt;/P&gt;&lt;P&gt;I am enabling watchdog in bootloader image(it must required as per our application) which execute once in boot up and I&amp;nbsp;am feeding watchdog in my application image. There are not any issue with application oriented its working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But while i am downloading application image watch dog would be ON so after timeout of watchdog time its getting reset in between of downloading flash. What can i do for abort watchdog reset while programming?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes: I cant consider increase watchdog time due to my flash image is large so i cant afford it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help to come out of this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chetan Santoki.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 12:59:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/What-to-do-while-watchdog-is-ON-while-loading-flash-image-to/m-p/647529#M32686</guid>
      <dc:creator>chetansantoki</dc:creator>
      <dc:date>2016-09-23T12:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: What to do while watchdog is ON while loading flash image to microcontroller?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/What-to-do-while-watchdog-is-ON-while-loading-flash-image-to/m-p/647530#M32687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chetan,&lt;/P&gt;&lt;P&gt;as watchdog is enabled,&amp;nbsp;boot loader code should&amp;nbsp;feed watchdog during Application image download and programming.&lt;/P&gt;&lt;P&gt;or you could disable watchdog before starting application download -&amp;nbsp;I will&amp;nbsp;not recommend this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 15:44:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/What-to-do-while-watchdog-is-ON-while-loading-flash-image-to/m-p/647530#M32687</guid>
      <dc:creator>uditsalunke</dc:creator>
      <dc:date>2016-09-23T15:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: What to do while watchdog is ON while loading flash image to microcontroller?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/What-to-do-while-watchdog-is-ON-while-loading-flash-image-to/m-p/647531#M32688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry but i did not mention that i facing issue while downloading image through JTAG , LPCexpresso. How can i feed while image is downloading through JTAG.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Sep 2016 04:29:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/What-to-do-while-watchdog-is-ON-while-loading-flash-image-to/m-p/647531#M32688</guid>
      <dc:creator>chetansantoki</dc:creator>
      <dc:date>2016-09-24T04:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: What to do while watchdog is ON while loading flash image to microcontroller?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/What-to-do-while-watchdog-is-ON-while-loading-flash-image-to/m-p/647532#M32689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So on hardware, you have Boot Loader in execution and Application image is being programmed using JTAG and during this process you are getting watchdog reset. &amp;nbsp;is that the case?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this a software watchdog or external hardware?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;"" which execute once in boot up and I&amp;nbsp;am feeding watchdog in my application image. There are not any issue with application oriented its working fine " I have some Q's here ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;what is sequence to pass control to Application from Boot Loader? does boot loader de-init watchdog timer?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;how application knows the information about time interval to feed the watchdog ?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 03:50:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/What-to-do-while-watchdog-is-ON-while-loading-flash-image-to/m-p/647532#M32689</guid>
      <dc:creator>uditsalunke</dc:creator>
      <dc:date>2016-09-26T03:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: What to do while watchdog is ON while loading flash image to microcontroller?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/What-to-do-while-watchdog-is-ON-while-loading-flash-image-to/m-p/647533#M32690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my application:&lt;/P&gt;&lt;P&gt;on Start up:&lt;/P&gt;&lt;P&gt;Boot loader application: after checking is there any new updates available it Initialize watchdog&amp;nbsp;and start it. After starting watchdog it jumps to main application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In application: I am feeding watchdog. even downloading image in application firmware so there are not any issue with OTA downloading or my application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now if i am downloading any image through JTAG program should passed through boot loader code means watchdog is started. and now i am trying to program application sections using JTAG then i am facing watch dog reset in between due to application is erased so cant feed watchdog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 04:59:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/What-to-do-while-watchdog-is-ON-while-loading-flash-image-to/m-p/647533#M32690</guid>
      <dc:creator>chetansantoki</dc:creator>
      <dc:date>2016-09-26T04:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: What to do while watchdog is ON while loading flash image to microcontroller?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/What-to-do-while-watchdog-is-ON-while-loading-flash-image-to/m-p/647534#M32691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to program your application into flash over a debug connection, then try booting your part into ISP mode before making the debug connection. For details see:&amp;nbsp;&lt;A href="https://community.nxp.com/message/630748"&gt;https://community.nxp.com/message/630748&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;LPCXpresso Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 09:48:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/What-to-do-while-watchdog-is-ON-while-loading-flash-image-to/m-p/647534#M32691</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2016-09-29T09:48:01Z</dc:date>
    </item>
  </channel>
</rss>

