<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>how to uninstall watch dog in NCS2.0.2?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/90772/how-to-uninstall-watch-dog-in-ncs2-0-2</link><description>Hello, 
 NCS2.0.2, nRF5340, VScode, watchdog 
 i want to uninstall watch dog before sys_reboot(0 ) for DFU ; 
 but as follow no use. it will Restart twice. 
 
 void gog() 
 { 
 feed_dog(); 
 wdt_disable(wdt); 
 sys_reboot(0); 
 } 
 how to uninstall watch</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 20 Aug 2022 03:15:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/90772/how-to-uninstall-watch-dog-in-ncs2-0-2" /><item><title>RE: how to uninstall watch dog in NCS2.0.2?</title><link>https://devzone.nordicsemi.com/thread/382513?ContentTypeID=1</link><pubDate>Sat, 20 Aug 2022 03:15:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2982d16b-9250-4b9e-b8c7-3d5c521e84f2</guid><dc:creator>yoyou</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;now i choice 3,wait for dog timeout. and&amp;nbsp;&lt;/p&gt;
&lt;p&gt;i will try set&amp;nbsp;CONFIG_WDT_DISABLE_AT_BOOT=y in file&amp;nbsp;&amp;nbsp;&lt;span style="color:#0000ff;"&gt;prj.conf&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;Thanks&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;Best regards&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to uninstall watch dog in NCS2.0.2?</title><link>https://devzone.nordicsemi.com/thread/382482?ContentTypeID=1</link><pubDate>Fri, 19 Aug 2022 13:50:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3cd37f1-65c1-4219-ab93-7a8d6ba7ee13</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Due to constraints in our &lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf52840/wdt.html?cp=4_0_0_5_35"&gt;WDT Peripheral&lt;/a&gt;, the watchdog can not be stopped on nRF Devices. Therefore wdt_disable() will not work.&lt;/p&gt;
&lt;p&gt;Here are alternatives you have:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Keep the watchdog on in your OTA phase, but feed it here also.&lt;/li&gt;
&lt;li&gt;Disable the watchdog at boot by setting &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.2/kconfig/index.html#CONFIG_WDT_DISABLE_AT_BOOT"&gt;CONFIG_WDT_DISABLE_AT_BOOT&lt;/a&gt;, and then only enable if needed.&lt;/li&gt;
&lt;li&gt;Wait for watchdog timeout.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to uninstall watch dog in NCS2.0.2?</title><link>https://devzone.nordicsemi.com/thread/381934?ContentTypeID=1</link><pubDate>Wed, 17 Aug 2022 08:58:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b48fd746-2598-451a-8fcd-36009847e242</guid><dc:creator>yoyou</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;span&gt;Sigurd Hellesvik&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;thanks for reply,&lt;/p&gt;
&lt;p&gt;this zip for nRF5340-DK,&amp;nbsp; NCS2.0.2,&lt;/p&gt;
&lt;p&gt;button1 to DFU,&amp;nbsp; &amp;nbsp;it will reboot twice.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/6735.hello_5F00_world.zip"&gt;devzone.nordicsemi.com/.../6735.hello_5F00_world.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to uninstall watch dog in NCS2.0.2?</title><link>https://devzone.nordicsemi.com/thread/381748?ContentTypeID=1</link><pubDate>Tue, 16 Aug 2022 11:30:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:935cdd0b-ea05-420c-bd84-5639bf2aa1be</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I do not think I understand your issue.&lt;/p&gt;
&lt;p&gt;Could you zip your project and send, so I can test?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to uninstall watch dog in NCS2.0.2?</title><link>https://devzone.nordicsemi.com/thread/381434?ContentTypeID=1</link><pubDate>Sat, 13 Aug 2022 03:27:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8fb3418e-a5d9-4def-8501-bfbf07a360bc</guid><dc:creator>yoyou</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;thanks for reply,&lt;/p&gt;
&lt;p&gt;your zip project no problem. it running DFU mode anytime.&lt;/p&gt;
&lt;p&gt;but my means not that, see pic&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;static bool will_ota=false,grunning=true;
//----------------------------------------------------------------------------------------
static const struct gpio_dt_spec button0 = GPIO_DT_SPEC_GET_OR(DT_ALIAS(sw0), gpios,{0});
static struct gpio_callback button_cb_data1;
void button_pressed0(const struct device *dev, struct gpio_callback *cb,uint32_t pins)
{
	gpio_remove_callback(button0.port, &amp;amp;button_cb_data1);
	printk(&amp;quot;button_pressed0\n&amp;quot;);
	grunning=false;
	will_ota=true;
}
void init_button_led(void)
{
	if (!device_is_ready(button0.port)) {
		printk(&amp;quot;Error: button device %s is not ready\n&amp;quot;,button0.port-&amp;gt;name);
		return;
	}

	int ret = gpio_pin_configure_dt(&amp;amp;button0, GPIO_INPUT);
	if (ret != 0) {
		printk(&amp;quot;Error %d: failed to configure %s pin %d\n&amp;quot;,ret, button0.port-&amp;gt;name, button0.pin);
		return;
	}

	ret = gpio_pin_interrupt_configure_dt(&amp;amp;button0,GPIO_INT_EDGE_TO_ACTIVE);
	if (ret != 0) {
		printk(&amp;quot;Error %d: failed to configure interrupt on %s pin %d\n&amp;quot;,
			ret, button0.port-&amp;gt;name, button0.pin);
		return;
	}

	gpio_init_callback(&amp;amp;button_cb_data1, button_pressed0, BIT(button0.pin));
	gpio_add_callback(button0.port, &amp;amp;button_cb_data1);
}

//----------------------------------------------------------------------------------------
void ota(void)
{
	os_mgmt_register_group();
	img_mgmt_register_group();
	smp_bt_register();

	int err = bt_enable(NULL);
	if (err) {
		printk(&amp;quot;Bluetooth init failed (err %d)\n&amp;quot;, err);
		return;
	}
	if (IS_ENABLED(CONFIG_SETTINGS)) {
		settings_load();
	}

	err = bt_le_adv_start(BT_LE_ADV_CONN, upad, ARRAY_SIZE(upad),upsd, ARRAY_SIZE(upsd));
	if (err) {
		printk(&amp;quot;Advertising failed to start (err %d)\n&amp;quot;, err);
		return;
	}
	printk(&amp;quot;   OTA Advertising started: %s\n&amp;quot;,bt_get_name());
	
	// if wait no OTA start, timeout 3min will reboot
	for (int i=0;i&amp;lt;180;i++) {
		k_sleep(K_MSEC(1000));
	}
	printk(&amp;quot;\n---------------OTA timeout---------------\n\n&amp;quot;);
	sys_reboot(0);
}

void main(void)
{
	printk(&amp;quot;Hello World!\n&amp;quot; );
	mcu_flash_init();
	if(mcu_flash_need_ota())
	{
		mcu_flash_write_ota(0);//clear ota tag
		ota();
		return;
	}else
		printk(&amp;quot;Starting Advertising\n&amp;quot;);

	init_button_led();
	// ...
	bt_le_per_adv_start(...);// doing another type bluetooth
	init_dog();
	while(grunning){
		// .....
		k_msleep(1000);
		feed_dog();
	}
	//--------------------------------------
	bt_le_per_adv_stop(...);
	uninit_dog();
	if(will_ota) 
		sys_reboot(0);
	else
		go_system_off();
}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;dog set to 3s.&lt;/p&gt;
&lt;p&gt;Normal situation, app not start DFU, doing another type bluetooth,&lt;/p&gt;
&lt;p&gt;when button down will mak to flash and reboot device,&lt;/p&gt;
&lt;p&gt;when app start, first check mak,&lt;/p&gt;
&lt;p&gt;if got mak will start DFU and not do other anything.&lt;/p&gt;
&lt;p&gt;becuse unintidog -1,sys_reboot(0)&amp;nbsp; will case reboot twice.&lt;/p&gt;
&lt;p&gt;why dog uninit failed?&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#ff0000;"&gt;so i only must wait long time for dog reboot.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:575px;max-width:515px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/1030x1150/__key/communityserver-discussions-components-files/4/pastedimage1660360851205v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to uninstall watch dog in NCS2.0.2?</title><link>https://devzone.nordicsemi.com/thread/381407?ContentTypeID=1</link><pubDate>Fri, 12 Aug 2022 15:13:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8518178c-afd9-45b3-9f48-73d3842608bf</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Hi Yo,&lt;/p&gt;
&lt;p&gt;I took the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.2/zephyr/samples/subsys/mgmt/mcumgr/smp_svr/README.html"&gt;SMP Server Sample&lt;/a&gt; and added a Watchdog to it.&lt;/p&gt;
&lt;p&gt;Then I tested to do DFU over Bluetooth using the &lt;a href="https://www.nordicsemi.com/Products/Development-tools/nrf-connect-for-mobile"&gt;nRF Connect for Mobile&lt;/a&gt; app.&lt;/p&gt;
&lt;p&gt;This seems to work fine for me.&lt;/p&gt;
&lt;p&gt;Do you get the same issue if you try this?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/smp_5F00_svr_5F00_with_5F00_dog.zip"&gt;devzone.nordicsemi.com/.../smp_5F00_svr_5F00_with_5F00_dog.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to uninstall watch dog in NCS2.0.2?</title><link>https://devzone.nordicsemi.com/thread/381322?ContentTypeID=1</link><pubDate>Fri, 12 Aug 2022 09:37:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c78c347a-ec76-4d34-93f5-5e143fb0d88c</guid><dc:creator>yoyou</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Serial or Bluetooth Low Energy?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Bluetooth&amp;nbsp; for DFU.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to uninstall watch dog in NCS2.0.2?</title><link>https://devzone.nordicsemi.com/thread/381302?ContentTypeID=1</link><pubDate>Fri, 12 Aug 2022 08:50:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8c37d869-704e-4f4f-b403-20d8709b03c0</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Hi Yo,&lt;/p&gt;
&lt;p&gt;How do you do the DFU?&lt;br /&gt;Serial or Bluetooth Low Energy?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to uninstall watch dog in NCS2.0.2?</title><link>https://devzone.nordicsemi.com/thread/381069?ContentTypeID=1</link><pubDate>Thu, 11 Aug 2022 00:11:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1c04daaf-d13d-4b86-9566-fb009864babf</guid><dc:creator>yoyou</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;yes,fix the problem by wait dog restart,&lt;/p&gt;
&lt;p&gt;but take time,&amp;nbsp;Not timely enough.&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to uninstall watch dog in NCS2.0.2?</title><link>https://devzone.nordicsemi.com/thread/380985?ContentTypeID=1</link><pubDate>Wed, 10 Aug 2022 11:01:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8f5a5f3c-c903-4aaf-a34f-e0f3e70dbe27</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Hi Yo,&lt;/p&gt;
[quote user="yuyou"]&lt;span style="color:rgba(255, 0, 0, 1);"&gt;maybe i can&amp;#39;t call&amp;nbsp;sys_reboot(0), only wait dog restart....&lt;/span&gt;[/quote]
&lt;p&gt;Try this. &lt;/p&gt;
&lt;p&gt;Does it fix the problem?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to uninstall watch dog in NCS2.0.2?</title><link>https://devzone.nordicsemi.com/thread/380950?ContentTypeID=1</link><pubDate>Wed, 10 Aug 2022 08:07:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63d121a4-3210-4532-be68-516d0ffd4ca7</guid><dc:creator>yoyou</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;span&gt;Sigurd Hellesvik&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;thanks for reply, i konw your means.&lt;/p&gt;
&lt;p&gt;go to sleep mode, dog will disable auto.&lt;/p&gt;
&lt;p&gt;but when i will go to DFU,&lt;/p&gt;
&lt;p&gt;dog will restart 3sec later,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;however, i need restart now by call&amp;nbsp;&lt;span&gt;sys_reboot(0)&lt;/span&gt;,&lt;/p&gt;
&lt;p&gt;so it will restart twice.&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#ff0000;"&gt;maybe i can&amp;#39;t call&amp;nbsp;sys_reboot(0), only wait dog restart....&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to uninstall watch dog in NCS2.0.2?</title><link>https://devzone.nordicsemi.com/thread/380933?ContentTypeID=1</link><pubDate>Wed, 10 Aug 2022 07:19:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:014cf889-deb0-4e7f-955f-9d6e8999ef77</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can not call wdt_disable from you application.&lt;/p&gt;
&lt;p&gt;I suggest you do something like this in your code instead:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;#define WDT_TMP_DISABLE_ID 1

int wdt_tmp_disabled[1];
nvs_read(fs,WDT_TMP_DISABLE_ID,wdt_tmp_disabled,sizeof(wdt_tmp_disabled));
if(wdt_tmp_disabled){
    wdt_tmp_disabled = 0;
    nvs_write(fs,WDT_TMP_DISABLE_ID,wdt_tmp_disabled,sizeof(wdt_tmp_disabled));
}
else{
    wdt_install_timeout(...)
    wdt_setup(...)
}
// ...
// ...

//If you want to restart temporary withour watchdog:
wdt_tmp_disabled = 1
nvs_write(fs,WDT_TMP_DISABLE_ID,wdt_tmp_disabled,sizeof(wdt_tmp_disabled));
sys_reboot(0)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Did the code example help your understanding?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to uninstall watch dog in NCS2.0.2?</title><link>https://devzone.nordicsemi.com/thread/380911?ContentTypeID=1</link><pubDate>Wed, 10 Aug 2022 02:49:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:62f1fd57-14c3-4d4c-b9e6-13ca656a99af</guid><dc:creator>yoyou</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;i&amp;#39;ve no idea.&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to uninstall watch dog in NCS2.0.2?</title><link>https://devzone.nordicsemi.com/thread/380563?ContentTypeID=1</link><pubDate>Mon, 08 Aug 2022 10:08:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b0e1ddf-26ba-41ea-81d4-694e38250f07</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;-1 is &lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/4c5893f9683681bc7c63312a18a0f7af39a483ce/lib/libc/armstdc/include/errno.h#L50"&gt;EPERM&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;From &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.2/zephyr/hardware/peripherals/watchdog.html#c.wdt_disable"&gt;wdt_disable()&lt;/a&gt;: &lt;br /&gt;&amp;quot;-EPERM – If watchdog can not be disabled directly by application code. &amp;quot;&lt;/p&gt;
&lt;p&gt;Maybe an easier way to achieve what you need is to save a &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.2/zephyr/samples/subsys/nvs/README.html"&gt;Non-Volatile&lt;/a&gt; variable keeping track of the watchdog status.&lt;br /&gt;Then enable the watchdog if the variables says so.&lt;/p&gt;
&lt;p&gt;Did that make sense?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to uninstall watch dog in NCS2.0.2?</title><link>https://devzone.nordicsemi.com/thread/380544?ContentTypeID=1</link><pubDate>Mon, 08 Aug 2022 09:07:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d0812311-34aa-43a1-b856-c3f0adfee571</guid><dc:creator>yoyou</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&amp;nbsp;&lt;span&gt;Sigurd Hellesvik&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;wdt_disable return value: -1&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to uninstall watch dog in NCS2.0.2?</title><link>https://devzone.nordicsemi.com/thread/380534?ContentTypeID=1</link><pubDate>Mon, 08 Aug 2022 08:49:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8c681f26-9525-493c-8e01-0873b52198ee</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Can you check which value &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/hardware/peripherals/watchdog.html?highlight=wdt_disable#c.wdt_disable"&gt;wdt_disable()&lt;/a&gt; returns?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>