<?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 and USB MSC not working together</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/57290/uart-and-usb-msc-not-working-together</link><description>Hello Nordic Support, 
 I have modified the USB MSC example to use SD card and have also initialized UART port. Basically, what I&amp;#39;m trying to achieve is to write data received over UART in SD card and the SD card contents must show up when plugged via</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 03 Feb 2020 13:36:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/57290/uart-and-usb-msc-not-working-together" /><item><title>RE: UART and USB MSC not working together</title><link>https://devzone.nordicsemi.com/thread/232346?ContentTypeID=1</link><pubDate>Mon, 03 Feb 2020 13:36:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dbaf19dd-6caf-44e0-ab23-4e3b395091f6</guid><dc:creator>anusha</dc:creator><description>&lt;p&gt;I got it working. In app_uart_fifo.c in function app_uart_init(), there is a check to turn on receiver if Rx pin is connected.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;// Turn on receiver if RX pin is connected
    if (p_comm_params-&amp;gt;rx_pin_no != UART_PIN_DISCONNECTED)
    {
        return nrf_drv_uart_rx(&amp;amp;app_uart_inst, rx_buffer,1);
    }
    else
    {
        return NRF_SUCCESS;
    }&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Once I connected the Rx pin, the SD card contents showed up on the PC.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Apologies for the false alarm.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>