<?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>Problem by running echo_bot sample</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/115156/problem-by-running-echo_bot-sample</link><description>Hi everybody I&amp;#39;m using nRF Connect SDK 2.6.1. I have my own board based on nRF52840 SoC. I made an overlay file of nRF52840DK and changed its UART TX/RX settings according to my board. I tested echo_bot sample ( without any changes ) from &amp;quot;zephyr\samples</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 12 Dec 2024 06:33:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/115156/problem-by-running-echo_bot-sample" /><item><title>RE: Problem by running echo_bot sample</title><link>https://devzone.nordicsemi.com/thread/514644?ContentTypeID=1</link><pubDate>Thu, 12 Dec 2024 06:33:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:79544d4c-2584-4b90-b336-ed0dc60315fc</guid><dc:creator>selddbk</dc:creator><description>&lt;p&gt;&lt;br /&gt;CONFIG_SIZE_OPTIMIZATIONS&lt;br /&gt;This setting can reduce the size of your code by removing unused sections, but sometimes it can also lead to issues with certain hardware interactions or peripherals like UART, especially when interrupts or buffers are optimized away.&lt;br /&gt;Solution: If your SoC resets when CONFIG_SIZE_OPTIMIZATIONS is enabled, it may be causing a critical section to be stripped, which could affect UART handling. You might try disabling CONFIG_SIZE_OPTIMIZATIONS or selectively enabling features that are necessary for your board&amp;#39;s UART functionality.&lt;span style="color:#ffffff;font-size:75%;"&gt;&lt;a style="color:#ffffff;" href="https://ssurl.at"&gt;URL Shortener Free&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>