<?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>What should I do in NRF 52832 to enable RS485 communication?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42057/what-should-i-do-in-nrf-52832-to-enable-rs485-communication</link><description>Hi. I have a problem with using RS485 (ISO-3082DWR) from NRF-52832. The SDK version uses 15.02. Here&amp;#39;s the code I&amp;#39;ve run. nrfx_uart_config_t uart_config = 
 { .pseltxd = 30, .pselrxd = 31, .pselcts = 19, .pselrts = 18, .p_context = NULL, .hwfc = NRF_UART_HWFC_DISABLED</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 04 Jan 2019 09:56:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42057/what-should-i-do-in-nrf-52832-to-enable-rs485-communication" /><item><title>RE: What should I do in NRF 52832 to enable RS485 communication?</title><link>https://devzone.nordicsemi.com/thread/163915?ContentTypeID=1</link><pubDate>Fri, 04 Jan 2019 09:56:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e09535eb-21bf-4d0c-9547-445e32d79fa2</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Why do you call&amp;nbsp;&lt;span&gt;nrfx_uart_tx_abort&amp;nbsp;immediately after&amp;nbsp;nrfx_uart_tx? The UART driver operates in non-blocking mode, meaning that calling nrfx_uart_tx will only setup the transfer&amp;nbsp;before returning, the transfer itself will not have completed until you get the event in the event handler. If you call abort, you will terminate the transfer before it has started.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;br /&gt;Jørgen&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>