<?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>DFU mode on custom board.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17038/dfu-mode-on-custom-board</link><description>Hello, 
 I have custom board with nRF52832, and I want to have possibility to DFU over UART.
I tested example bootloader (nRF5_SDK_11.0.0\examples\dfu\bootloader\pca10040\dual_bank_serial_s132) on nRF52 DK. On my custom board I don&amp;#39;t have any buttons</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 02 Feb 2017 06:52:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17038/dfu-mode-on-custom-board" /><item><title>RE: DFU mode on custom board.</title><link>https://devzone.nordicsemi.com/thread/65354?ContentTypeID=1</link><pubDate>Thu, 02 Feb 2017 06:52:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:79ab1695-8e67-4720-8e57-d645f220da7c</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;@py: Are you using Hardware Flow Control(HWFC)?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU mode on custom board.</title><link>https://devzone.nordicsemi.com/thread/65353?ContentTypeID=1</link><pubDate>Wed, 01 Feb 2017 15:26:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3eb23d70-3131-4f47-88a5-46eacf296799</guid><dc:creator>Pawel</dc:creator><description>&lt;p&gt;Yes, Bjorn answer below was correct.
I had to change some pin defines.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU mode on custom board.</title><link>https://devzone.nordicsemi.com/thread/65352?ContentTypeID=1</link><pubDate>Wed, 01 Feb 2017 15:19:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:956f822e-2b89-4b50-84df-900d1512ff78</guid><dc:creator>PY</dc:creator><description>&lt;p&gt;Hi I have exactly the same problem and I have already set my UART pins. Did you solve this issue ?
(I am also using a NRF52832 with the same SD and bootloader example, everything works well with the DK but I have no answer from the TX pin of my custom board)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU mode on custom board.</title><link>https://devzone.nordicsemi.com/thread/65355?ContentTypeID=1</link><pubDate>Fri, 14 Oct 2016 11:13:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84085922-e53f-498a-91b8-5dd51b8a4397</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;You have to edit the following defines in &lt;code&gt;hci_transport_config.h&lt;/code&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define HCI_SLIP_UART_RX_PIN_NUMBER  RX_PIN_NUMBER                
#define HCI_SLIP_UART_TX_PIN_NUMBER  TX_PIN_NUMBER                      
#define HCI_SLIP_UART_RTS_PIN_NUMBER RTS_PIN_NUMBER                     
#define HCI_SLIP_UART_CTS_PIN_NUMBER CTS_PIN_NUMBER  
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The pin numbers (&lt;code&gt;RX_PIN_NUMBER&lt;/code&gt;, &lt;code&gt;TX_PIN_NUMBER&lt;/code&gt;, &lt;code&gt;RTS_PIN_NUMBER&lt;/code&gt; and &lt;code&gt;CTS_PIN_NUMBER&lt;/code&gt;) are defined in &lt;code&gt;pca10040.h&lt;/code&gt;, since your&amp;#39;re using a custom board you should define a custom header, &lt;code&gt;custom.h&lt;/code&gt; to hold the pin configuration for your board.&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>