<?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>Garbled Output from Uart0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127598/garbled-output-from-uart0</link><description>Hi there, 
 In a custom developed board based off of MDBT53-1M, I am struggling with the serial communication using UART0 pins. Using the default settings, I have been successful in receiving the output in an MDBT dev kit but I am not able to replicate</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 27 Mar 2026 08:41:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127598/garbled-output-from-uart0" /><item><title>RE: Garbled Output from Uart0</title><link>https://devzone.nordicsemi.com/thread/564149?ContentTypeID=1</link><pubDate>Fri, 27 Mar 2026 08:41:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b16fd201-8110-49e9-b8fd-b7b9ca8e0cb3</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Glad to hear that it works. Closing the ticket if no further doubts.&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Garbled Output from Uart0</title><link>https://devzone.nordicsemi.com/thread/564128?ContentTypeID=1</link><pubDate>Thu, 26 Mar 2026 19:15:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:43e5962f-b2fe-450e-b78f-01fa4f3371b5</guid><dc:creator>umer</dc:creator><description>&lt;p&gt;I got it to work!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;It turns out that MDBT modules have an internal oscillator and if there is no external oscillator provided in your PCB, you must use the following configuration options in prj.conf so that the device does not look for an external oscillator:&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
CONFIG_CLOCK_CONTROL_NRF_K32SRC_500PPM=y
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;This and make sure that uart0 is enabled explicitly according to your specific pinout.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>