<?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>I need Baudrate 2M (2000000).</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/54760/i-need-baudrate-2m-2000000</link><description>I am developing a wearable using nRF52832. I am using SKD_15.3 ble_app_uart source code for testing. And use Putty together. This source code implements UART Baudrate up to 1M (NRF_UART_BAUDRATE_1000000). By the way, I need Baudrate 2M, so I modified</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 24 Nov 2019 11:11:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/54760/i-need-baudrate-2m-2000000" /><item><title>RE: I need Baudrate 2M (2000000).</title><link>https://devzone.nordicsemi.com/thread/221706?ContentTypeID=1</link><pubDate>Sun, 24 Nov 2019 11:11:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eda723be-b1dd-4d49-b2e0-535a8bad2647</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;There is no &amp;#39;problem&amp;#39; that RX doesn&amp;#39;t work when set to baudrate 2M because the peripheral is specified only to work to 1M and that&amp;#39;s the limitation of the hardware. If it worked at 2M, trust me Nordic would advertise it as such. The peripheral works at only the frequencies specified in the documentation, no others.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Your &amp;#39;belief&amp;#39; that because TX works at 2M then RX will has no basis at all. TX is easy, the peripheral controls the clock, you need a 2MHz clock and you can transmit. RX .. is much harder and usually requires running the clock at multiples of the frequency and sampling the signal many times during one cycle to work out where the middle of the pulses are in order to decode them. The peripheral bus likely does not run fast enough to do this oversampling at frequencies greater than 1MHz.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You&amp;#39;ve tried an unsupported configuration which exceeds the specifications of the device and found it doesn&amp;#39;t work. It isn&amp;#39;t going to work however often you ask. Either use a different chip which can support 2MHz or work out how to restrict your communications to 1MHz, or use SPI, which is a better protocol for high frequency anyway as the clock is provided as part of the protocol. You can run that up to 8MHz.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I need Baudrate 2M (2000000).</title><link>https://devzone.nordicsemi.com/thread/221675?ContentTypeID=1</link><pubDate>Sat, 23 Nov 2019 02:21:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8bf5e29e-9cb4-404b-a5b6-47aabdb479ca</guid><dc:creator>ParanBada</dc:creator><description>&lt;p&gt;I know too. The nRF52832 supports Baudrate up to 1M.&lt;/p&gt;
&lt;p&gt;But I really need Baudrate 2M.&lt;br /&gt;So I tried Baudrate 2M and TX works very well. But the RX part is not recognized. Perhaps something is blocked.&lt;br /&gt;Since TX works fine, I believe RX will work too.&lt;br /&gt;I believe that anyone who knows source code, such as Nordic engineers, will definitely solve it.&lt;/p&gt;
&lt;p&gt;I believe the Cortex-M4 will support Baudrate 2M of course.&lt;/p&gt;
&lt;p&gt;Please solve the problem that RX does not work when set to Baudrate 2M.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I need Baudrate 2M (2000000).</title><link>https://devzone.nordicsemi.com/thread/221621?ContentTypeID=1</link><pubDate>Fri, 22 Nov 2019 15:15:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:96be320a-55ae-40ca-beea-1f57c0523652</guid><dc:creator>Andreas</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;See the &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/uarte.html?cp=4_2_0_34#concept_ayq_ycm_wr"&gt;Product Specification&lt;/a&gt;: nRF52832 supports up to 1 Mbps baudrate.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>