<?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>NRF52 DK Flashing app on external module</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/30265/nrf52-dk-flashing-app-on-external-module</link><description>I use Adafruit Bluefruit library and developing code to run on Fanstell BT832. 
 Up to know i have been able to compile several examples and run it on the NRF52 DK board. I have only used their Serial DFU bootloader that work well on DK board. 
 
 Now</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 07 Feb 2018 15:02:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/30265/nrf52-dk-flashing-app-on-external-module" /><item><title>RE: NRF52 DK Flashing app on external module</title><link>https://devzone.nordicsemi.com/thread/120137?ContentTypeID=1</link><pubDate>Wed, 07 Feb 2018 15:02:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:04dd3ce2-86b8-488a-93b1-f41c75fabb21</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;UART communication requires a USB to UART bridge between the PC and the nRF. On the DK, the interface MCU acts as USB to UART bridge, and the UART end is connected to GPIO pins 5-8 on the nRF. This is where your serial (UART) communication goes when you use the COM port for the DK on the PC.&lt;/p&gt;
&lt;p&gt;You can use the same bridge for the external board as well, if you connect P0.05, ..6, ..7 and ..8 to the corresponding pins for RTS, TXD, CTS and RXD on the custom board. Make sure to unprogram (erase flash on) the on-DK nRF first, for it not to meddle with the UART lines.&lt;/p&gt;
&lt;p&gt;Similarly, for the buttons, reset, etc., you must do that on the external board. The buttons, LEDs, etc on the DK are connected to the on-DK nRF.&lt;/p&gt;
&lt;p&gt;If for instance you were talking UART to the on-DK nRF, but tried to set the external board into DFU mode, then that would explain the DFU serial error message.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>