<?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>[nRF Connect SDK](Urgent)Assert after DFU via OTA</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/90282/nrf-connect-sdk-urgent-assert-after-dfu-via-ota</link><description>Target nRF52832(nrf52dk_nrf52832) SDK NCS v1.9.1 
 Normally OTA works well. I found unexpected assert after OTA is done. Can you please review my assert code with my elf. 
 00&amp;gt; I: SoftDevice Controller build revision: 00&amp;gt; I: 0e e7 c5 66 67 18 3c ac |</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 05 Sep 2022 02:15:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/90282/nrf-connect-sdk-urgent-assert-after-dfu-via-ota" /><item><title>RE: [nRF Connect SDK](Urgent)Assert after DFU via OTA</title><link>https://devzone.nordicsemi.com/thread/384470?ContentTypeID=1</link><pubDate>Mon, 05 Sep 2022 02:15:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f1fb2adc-da66-44b1-9594-4b32730a8312</guid><dc:creator>Tim Hwang</dc:creator><description>&lt;p&gt;I could avoid assertion&lt;br /&gt;&lt;br /&gt;1. Increase stack size&amp;nbsp;&lt;br /&gt;2. I update NCS 2.0.0. Ringbuffer assertion disappeared.&lt;br /&gt;&lt;br /&gt;Thank you Simon.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF Connect SDK](Urgent)Assert after DFU via OTA</title><link>https://devzone.nordicsemi.com/thread/381745?ContentTypeID=1</link><pubDate>Tue, 16 Aug 2022 11:28:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:82184c27-9731-4d5e-9c83-94e945bca02c</guid><dc:creator>Simon</dc:creator><description>[quote user="Tim Hwang"]I found lots of changes. so please&amp;nbsp;review my stack size is affordable in my attached config.&lt;br /&gt;It it is fine, I will use&amp;nbsp;NCS2.0 instead.[/quote]
&lt;p&gt;It is hard to comment on the stack sizes just by looking at it. As mentioned in &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/nrf/app_memory.html#general-recommendations"&gt;Memory footprint Optimizations--&amp;gt;General recommendations&lt;/a&gt;, you can analyze the stack usage in each thread of your application by using the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a title="(in Zephyr Project v3.0.99)" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/zephyr/services/debugging/thread-analyzer.html#thread-analyzer"&gt;&lt;span&gt;Thread analyzer&lt;/span&gt;&lt;/a&gt;. Reduce the stack sizes where possible.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF Connect SDK](Urgent)Assert after DFU via OTA</title><link>https://devzone.nordicsemi.com/thread/380481?ContentTypeID=1</link><pubDate>Mon, 08 Aug 2022 00:30:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2a05d270-0a5b-4ca4-8c26-7638ca0bcf51</guid><dc:creator>Tim Hwang</dc:creator><description>&lt;p&gt;Aug 08- 2022&lt;/p&gt;
&lt;p&gt;Hello.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;In my test I&amp;nbsp;found I already had ring buffer(provided by zephyr) assert issue.&lt;br /&gt;Recently I update NCS version to 2.0.0.&amp;nbsp; And it looks good in my test.&lt;br /&gt;I found lots of changes. so please&amp;nbsp;review my stack size is affordable in my attached config.&lt;br /&gt;It it is fine, I will use&amp;nbsp;NCS2.0 instead.&lt;/p&gt;
&lt;table height="89" width="527"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;My SW&lt;/td&gt;
&lt;td&gt;NCS&lt;/td&gt;
&lt;td&gt;OTA assert&lt;/td&gt;
&lt;td&gt;&lt;span&gt;Ringbuffer&amp;nbsp;&lt;/span&gt;test&lt;/td&gt;
&lt;td&gt;Result&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;V1.3.6:&amp;nbsp;&lt;/td&gt;
&lt;td&gt;1.9.1&lt;/td&gt;
&lt;td&gt;NG(sometime happened)&lt;/td&gt;
&lt;td&gt;assert (within 48 hours)&lt;/td&gt;
&lt;td&gt;NG&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;V1.3.7&lt;/td&gt;
&lt;td&gt;1.9.1&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Increase stack size&lt;br /&gt;So far so good&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;&lt;span&gt;assert (within 48 hours)&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;NG&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;V1.4.0&lt;/td&gt;
&lt;td&gt;2.0&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span&gt;Increase stack size&lt;/span&gt;&lt;br /&gt;&lt;span&gt;So far so good&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;&lt;span&gt;No Ringbuffer assert&lt;br /&gt;(so far so good)&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;Need your review&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/NCS2.0_5F00_build.7z"&gt;devzone.nordicsemi.com/.../NCS2.0_5F00_build.7z&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF Connect SDK](Urgent)Assert after DFU via OTA</title><link>https://devzone.nordicsemi.com/thread/379354?ContentTypeID=1</link><pubDate>Fri, 29 Jul 2022 14:49:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d7654ab0-e6a1-4de8-84a6-fc6195a8d4a1</guid><dc:creator>Simon</dc:creator><description>[quote user="Tim Hwang"]What I asked you&amp;nbsp;was if &amp;quot;Used 99.8%&amp;quot; itself is fine.[/quote]
&lt;p&gt;I think it should be fine.&lt;/p&gt;
[quote user="Tim Hwang"]On the other hand I change&amp;nbsp;CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE from 2048 to 512.&lt;br /&gt;I could this issue immediately.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m not sure if this issue is from stack over flow.[/quote]
&lt;p&gt;Okay, so right after you change CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE from 2048 to 512 the issue happens, then it&amp;#39;s likely a stack overflow.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure if I understood your questions correctly, let me know if not.&lt;/p&gt;
&lt;p&gt;However, I will go on vacation the next two weeks, so I&amp;#39;m not able to reply until 15th of Aug. If that is too long to wait, could you open a new ticket and point to this one?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF Connect SDK](Urgent)Assert after DFU via OTA</title><link>https://devzone.nordicsemi.com/thread/379205?ContentTypeID=1</link><pubDate>Thu, 28 Jul 2022 23:39:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:270ea570-799b-4935-9fb2-f5fc5745d3fe</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;Hello, sorry for the delay on this. In July, most of the support team are on vacation and you can expect slower responses. I will reply tomorrow (Friday)&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF Connect SDK](Urgent)Assert after DFU via OTA</title><link>https://devzone.nordicsemi.com/thread/379023?ContentTypeID=1</link><pubDate>Thu, 28 Jul 2022 05:58:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3eaf9370-f85b-4d8b-ab3d-364407b9f175</guid><dc:creator>Tim Hwang</dc:creator><description>&lt;p&gt;I have to tell you another view of this issue.&lt;br /&gt;When this issue was made, BLE was reset repeatedly with those logs.&lt;br /&gt;&lt;br /&gt;I have no choice but to flash same binary to recover it.&lt;br /&gt;After then I cannot made this issue again easily. ( I could not make same issue again)&lt;br /&gt;&lt;br /&gt;On the other hand I change&amp;nbsp;CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE from 2048 to 512.&lt;br /&gt;I could this issue immediately.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m not sure if this issue is from stack over flow.&lt;br /&gt;&lt;br /&gt;Soon, one of my customer&amp;nbsp;will test our product to buy.&lt;br /&gt;I&amp;#39;m expecting you give me any opinion.&lt;br /&gt;&lt;br /&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF Connect SDK](Urgent)Assert after DFU via OTA</title><link>https://devzone.nordicsemi.com/thread/378791?ContentTypeID=1</link><pubDate>Wed, 27 Jul 2022 00:18:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29a8a01c-a441-4cce-b303-7939a3717225</guid><dc:creator>Tim Hwang</dc:creator><description>&lt;p&gt;Hello.&lt;br /&gt;&lt;br /&gt;I did stress test with two product. And one of device was reset without any log last night. (Stress test means receiving data from UART and send it to Android)&lt;br /&gt;I already did lots of times it was fine so far.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;[rtt log] silent reset&lt;br /&gt;&lt;span style="font-size:75%;"&gt;00&amp;gt; connect_done secmode(4)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:75%;"&gt;00&amp;gt; auth_handler 1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:75%;"&gt;00&amp;gt; *** Booting Zephyr OS build v2.7.99-ncs1-1 ***&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:75%;"&gt;00&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:75%;"&gt;00&amp;gt; Starting Bluetooth Peripheral HIDS keyboard example for RFR&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:75%;"&gt;00&amp;gt; ## build time: Jul 26 2022 09:49:04&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:75%;"&gt;00&amp;gt; ver V1.3.7&lt;br /&gt;&lt;br /&gt;[Changes &amp;amp; SRAM]&lt;br /&gt;&lt;span style="color:#ff0000;"&gt;V1.3.6&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff0000;"&gt;CONFIG_MAIN_STACK_SIZE=1024&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff0000;"&gt;CONFIG_BT_MAX_PAIRED=6&lt;br /&gt;&lt;span style="color:#3366ff;"&gt;RINGBUFFER size: 24KB&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;[264/272] Linking C executable zephyr\zephyr.elf&lt;br /&gt;Memory region Used Size Region Size %age Used&lt;br /&gt; FLASH: 214636 B 232960 B 92.13%&lt;br /&gt; &lt;span style="color:#ff0000;"&gt;SRAM: 64672 B 64 KB 98.68%&lt;/span&gt;&lt;br /&gt; IDT_LIST: 0 GB 2 KB 0.00%&lt;br /&gt;[272/272] Generating zephyr/merged.hex&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:#ff0000;font-size:75%;"&gt;v1.3.7&lt;br /&gt;CONFIG_MAIN_STACK_SIZE=2048&lt;br /&gt;CONFIG_BT_MAX_PAIRED=4&lt;br /&gt;&lt;span style="color:#3366ff;"&gt;RINGBUFFER size: 24KB&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:75%;"&gt;[264/272] Linking C executable zephyr\zephyr.elf&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:75%;"&gt;Memory region Used Size Region Size %age Used&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:75%;"&gt; FLASH: 214636 B 232960 B 92.13%&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff0000;font-size:75%;"&gt; SRAM: 65408 B 64 KB 99.80%&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:75%;"&gt; IDT_LIST: 0 GB 2 KB 0.00%&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:75%;"&gt;[272/272] Generating zephyr/merged.hex&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:75%;"&gt;&amp;nbsp;V1.3.8 &amp;lt;- Under Testing&lt;br /&gt;&lt;span style="color:#ff0000;"&gt;CONFIG_MAIN_STACK_SIZE=2048&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff0000;"&gt;CONFIG_BT_MAX_PAIRED=6&lt;br /&gt;&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;RINGBUFFER size: 24KB -&amp;gt; 22KB&lt;/span&gt;&lt;br /&gt;[264/272] Linking C executable zephyr\zephyr.elf&lt;br /&gt;Memory region Used Size Region Size %age Used&lt;br /&gt; FLASH: 214636 B 232960 B 92.13%&lt;br /&gt; &lt;span style="color:#ff0000;"&gt;SRAM: 63360 B 64 KB 96.68%&lt;/span&gt;&lt;br /&gt; IDT_LIST: 0 GB 2 KB 0.00%&lt;br /&gt;&lt;br /&gt;Stress test requires lots of time(a day). So I hope you give me your opinion current my project situation.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF Connect SDK](Urgent)Assert after DFU via OTA</title><link>https://devzone.nordicsemi.com/thread/378599?ContentTypeID=1</link><pubDate>Tue, 26 Jul 2022 00:10:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81d9b021-cf0a-4ba5-bab4-081a55787bb5</guid><dc:creator>Tim Hwang</dc:creator><description>&lt;p&gt;Thanks for good information. it is very helpful.&lt;br /&gt;&lt;br /&gt;My project requires maximum performance. We read UART from host and send it to Android via BLE.&lt;br /&gt;(bandwidth 60 KBytes/sec). So that it need much ram to run.&lt;br /&gt;&lt;span&gt;What I asked you&amp;nbsp;was if &amp;quot;Used 99.8%&amp;quot; itself is fine.&lt;br /&gt;2048 bytes of CONFIG_MAIN_STACK_SIZE&amp;nbsp;is fine?&lt;br /&gt;0.02% of ram is left. Is it okay?&lt;br /&gt;If we need more margin(0.02%), I have to reduce my buffer for ring buffer or so.&lt;br /&gt;What is your opinion?&lt;br /&gt;&lt;br /&gt;I will test &amp;quot;CONFIG_MAIN_STACK_SIZE=2048&amp;quot; until today.&amp;nbsp;&lt;br /&gt;Thanks.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF Connect SDK](Urgent)Assert after DFU via OTA</title><link>https://devzone.nordicsemi.com/thread/378498?ContentTypeID=1</link><pubDate>Mon, 25 Jul 2022 09:24:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2922c06d-5652-4f89-b095-9bed8cb679cf</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;Check out&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.1/nrf/app_memory.html#bluetooth"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.1/nrf/app_memory.html#bluetooth&lt;/a&gt;&amp;nbsp;to see how you can reduce the FLASH and RAM footprint for a Bluetooth sample.&lt;/p&gt;
&lt;p&gt;This prj.conf specifically may be useful:&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/v2.0.1/samples/bluetooth/peripheral_uart/prj_minimal.conf"&gt;https://github.com/nrfconnect/sdk-nrf/blob/v2.0.1/samples/bluetooth/peripheral_uart/prj_minimal.conf&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF Connect SDK](Urgent)Assert after DFU via OTA</title><link>https://devzone.nordicsemi.com/thread/378486?ContentTypeID=1</link><pubDate>Mon, 25 Jul 2022 08:22:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30430f6b-9c56-47e0-9c57-e0fea74aa1ec</guid><dc:creator>Tim Hwang</dc:creator><description>&lt;p&gt;Thanks for updating.&lt;br /&gt;I&amp;#39;m testing it too.&lt;/p&gt;
&lt;p&gt;Plus.&lt;br /&gt;&lt;span&gt;I change CONFIG_MAIN_STACK_SIZE from 1024 to 2048.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Memory region Used Size Region Size %age Used&lt;br /&gt; FLASH: 214972 B 232960 B 92.28%&lt;br /&gt; SRAM: 65408 B 64 KB 99.80%&lt;br /&gt; IDT_LIST: 0 GB 2 KB 0.00%&lt;/p&gt;
&lt;p&gt;Used 99.8% is it okay?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF Connect SDK](Urgent)Assert after DFU via OTA</title><link>https://devzone.nordicsemi.com/thread/378485?ContentTypeID=1</link><pubDate>Mon, 25 Jul 2022 08:18:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f26597b-41a5-4f36-955b-f9513266b451</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;Try increasing&amp;nbsp;CONFIG_MAIN_STACK_SIZE. You can check the file&amp;nbsp;&lt;em&gt;hello_world\build\zephyr\.config&lt;/em&gt; to see what the actual value is.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF Connect SDK](Urgent)Assert after DFU via OTA</title><link>https://devzone.nordicsemi.com/thread/378450?ContentTypeID=1</link><pubDate>Mon, 25 Jul 2022 00:03:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1c4ae2ce-c34d-43dc-b748-098a20e68f06</guid><dc:creator>Tim Hwang</dc:creator><description>&lt;p&gt;Thanks for updating.&lt;br /&gt;Please find attached.&lt;/p&gt;
&lt;p&gt;1) I found z_main_thread is located&amp;nbsp;0x20002350&amp;nbsp;&lt;/p&gt;
&lt;p&gt;zephyr.map&lt;br /&gt;.bss.z_main_thread&lt;br /&gt;0x20002350 0x80 zephyr/kernel/libkernel.a(init.c.obj)&lt;br /&gt;0x20002350 z_main_thread&lt;/p&gt;
&lt;p&gt;2) According to other case, I call&amp;nbsp;boot_write_img_confirmed() every time. Is this normal?&lt;/p&gt;
&lt;p&gt;(+) [nRF Connect SDK]Sometimes DFU failed to update binary without confirm. - Nordic Q&amp;amp;A - Nordic DevZone - Nordic DevZone (nordicsemi.com)&lt;br /&gt;void main(void)&lt;br /&gt;{&lt;br /&gt;boot_write_img_confirmed();&lt;br /&gt;...&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;3) CONFIG_THREAD_NAME=y&lt;br /&gt;I&amp;#39;ll chage it then test it again.&lt;/p&gt;
&lt;p&gt;Once this situation happened, I have to flash via jtag again. it is real problem.&lt;br /&gt;We have no choice but to open product&amp;#39;s cover and flash firmware via flash.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF Connect SDK](Urgent)Assert after DFU via OTA</title><link>https://devzone.nordicsemi.com/thread/378316?ContentTypeID=1</link><pubDate>Fri, 22 Jul 2022 13:00:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0afea06e-7cfa-444b-b0f6-bb52e489f9db</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;It seems like a stack overflow happens. Could you set CONFIG_THREAD_NAME=y, so we can see what thread that caused the overflow. As you can see now the thread is unknown:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span&gt;00&amp;gt; E: Current thread: 0x20002350 (unknown)&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Then rebuild, trigger the fault again and upload the new log. Then I will tell you how to increase the stack size of that thread.&lt;/p&gt;
&lt;p&gt;Also the uploaded .elf file is corrupted. Could you upload it again?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>