<?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>UART communication errors on initialization</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/24088/uart-communication-errors-on-initialization</link><description>Hello, 
 I&amp;#39;m having a lot of trouble debugging some errors on UART. I&amp;#39;m initializing the UART as follows: 
 void uart_init()
{
	ret_code_t err_code;
	const app_uart_comm_params_t comm_params =
	{
 UART_RX_PIN,
 UART_TX_PIN,
 0,
 0,
 APP_UART_FLOW_CONTROL_DISABLED</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 04 Aug 2017 12:05:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/24088/uart-communication-errors-on-initialization" /><item><title>RE: UART communication errors on initialization</title><link>https://devzone.nordicsemi.com/thread/94846?ContentTypeID=1</link><pubDate>Fri, 04 Aug 2017 12:05:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a824b92-d1e7-4d28-8676-0ef784768591</guid><dc:creator>Andy</dc:creator><description>&lt;p&gt;I found the problem. One of the UART pins was floating due to a damaged board, I guess this caused some unwanted noise in the UART.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>