<?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>NRF 52832 UART High speed communication</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/71665/nrf-52832-uart-high-speed-communication</link><description>Hi, 
 Please give me a porting or integrate guide or manual of &amp;quot;LIBUARTE&amp;quot; with ble peripheral softdevice example. Please share a source code if any.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 03 Aug 2021 11:17:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/71665/nrf-52832-uart-high-speed-communication" /><item><title>RE: NRF 52832 UART High speed communication</title><link>https://devzone.nordicsemi.com/thread/323069?ContentTypeID=1</link><pubDate>Tue, 03 Aug 2021 11:17:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6544931-aba5-4d4d-9667-cd0ee87fb78c</guid><dc:creator>Muqarrab</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/joh2"&gt;Jørgen Holmefjord&lt;/a&gt; I have successfully built the project. I am using nRF52840 as a peripheral + want to add UART to communicate with like Arduino and GSM. Is this project can be used for this purpose?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF 52832 UART High speed communication</title><link>https://devzone.nordicsemi.com/thread/323066?ContentTypeID=1</link><pubDate>Tue, 03 Aug 2021 11:11:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:33a083e0-00a1-4c52-b1b2-72ab39da0476</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>[quote user="muqarrab_rahman"]I have checked this and its already RAM1.[/quote]
&lt;p&gt;Yes, it is set to RAM1 because the project is created for SDK 17.0.2. If you plan to stick with SDK 17.0.0, you need to change this back to RAM, as this is what the toolchain expects in SDK 17.0.0.&lt;/p&gt;
[quote user="muqarrab_rahman"]How can I check this? kindly guide. Thanks[/quote]
&lt;p&gt;Same goes here, you need to change it back to RAM in the common project options:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/ses_5F00_memory_5F00_segments_5F00_common.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF 52832 UART High speed communication</title><link>https://devzone.nordicsemi.com/thread/323054?ContentTypeID=1</link><pubDate>Tue, 03 Aug 2021 10:35:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b9fae61-9873-4c62-b9af-226a8ccf38b0</guid><dc:creator>Muqarrab</dc:creator><description>[quote userid="14926" url="~/f/nordic-q-a/71665/nrf-52832-uart-high-speed-communication/323048#323048"]1. In the flash_placement.xml file:
   MemorySegment name must be changed from &amp;quot;RAM&amp;quot; to &amp;quot;RAM1&amp;quot;:
   &amp;lt;MemorySegment name=&amp;quot;RAM1&amp;quot; start=&amp;quot;$(RAM_PH_START)&amp;quot; size=&amp;quot;$(RAM_PH_SIZE)&amp;quot;&amp;gt;[/quote]
&lt;p&gt;I have checked this and its already RAM1.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote userid="14926" url="~/f/nordic-q-a/71665/nrf-52832-uart-high-speed-communication/323048#323048"]2. In the .emProject file:
   In &amp;quot;linker_section_placements_segments&amp;quot; you must refer to &amp;quot;RAM1&amp;quot;, replacing &amp;quot;RAM&amp;quot;:
   linker_section_placements_segments=&amp;quot;FLASH RX 0x0 0x100000;RAM1 RWX 0x20000000 0x40000&amp;quot;[/quote]
&lt;p&gt;How can I check this? kindly guide. Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF 52832 UART High speed communication</title><link>https://devzone.nordicsemi.com/thread/323048?ContentTypeID=1</link><pubDate>Tue, 03 Aug 2021 10:23:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:08f65792-4bf6-4de7-bf1f-aed0d786951b</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;You need to use nRF5 SDK v17.0.2 with this project, it seems you are using v17.0.0.&lt;/p&gt;
&lt;p&gt;See this section in the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/index.html"&gt;SDK release notes&lt;/a&gt;:&lt;/p&gt;
&lt;pre&gt;Compatibility of SES projects:

Updates and fixes in the MDK used by Segger Embedded Studio break backwards compatibility
with old SES project files.
To use old projects in combination with this version of the SDK (MDK),
make the following updates:

1. In the flash_placement.xml file:
   MemorySegment name must be changed from &amp;quot;RAM&amp;quot; to &amp;quot;RAM1&amp;quot;:
   &amp;lt;MemorySegment name=&amp;quot;RAM1&amp;quot; start=&amp;quot;$(RAM_PH_START)&amp;quot; size=&amp;quot;$(RAM_PH_SIZE)&amp;quot;&amp;gt;

2. In the .emProject file:
   In &amp;quot;linker_section_placements_segments&amp;quot; you must refer to &amp;quot;RAM1&amp;quot;, replacing &amp;quot;RAM&amp;quot;:
   linker_section_placements_segments=&amp;quot;FLASH RX 0x0 0x100000;RAM1 RWX 0x20000000 0x40000&amp;quot;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF 52832 UART High speed communication</title><link>https://devzone.nordicsemi.com/thread/323047?ContentTypeID=1</link><pubDate>Tue, 03 Aug 2021 10:19:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6dfed664-4637-4e0c-afe3-774e138e3064</guid><dc:creator>Muqarrab</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/joh2"&gt;Jørgen Holmefjord&lt;/a&gt; &lt;br /&gt;I am trying to implement your provided code but getting the following error. Can you please help?&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1627985966262v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF 52832 UART High speed communication</title><link>https://devzone.nordicsemi.com/thread/294848?ContentTypeID=1</link><pubDate>Wed, 17 Feb 2021 12:37:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d7b7cea1-8901-4e37-92ba-62626ef487c3</guid><dc:creator>mbozic</dc:creator><description>&lt;p&gt;Nevermind, it was &amp;quot;apply_old_config.h&amp;quot;, should have defined TIMER_ENABLED and TIMER1_ENABLED. Compiles now.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF 52832 UART High speed communication</title><link>https://devzone.nordicsemi.com/thread/294828?ContentTypeID=1</link><pubDate>Wed, 17 Feb 2021 12:09:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:07bf8893-c824-406f-a0b9-4bee9bf5f801</guid><dc:creator>mbozic</dc:creator><description>&lt;p&gt;Trying to implement libuarte to existing project with SDK16.&lt;/p&gt;
&lt;p&gt;Getting a really weird errors:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;static assertion failed: &amp;quot;Timer instance not enabled&amp;quot;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;It fails in nrf_libuarte_async.h. line 240, this line:&lt;/p&gt;
&lt;p&gt;NRF_LIBUARTE_DRV_DEFINE(CONCAT_2(_name, _libuarte), _uarte_idx, _timer0_idx);\&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;libuarte is defined in my uart.c at the beginning of file like this:&lt;/p&gt;
&lt;p&gt;NRF_LIBUARTE_ASYNC_DEFINE(libuarte, 0, 1, 2, NRF_LIBUARTE_PERIPHERAL_NOT_USED, 255, 3);&lt;/p&gt;
&lt;p&gt;Which means instance of TIMER 1 is used.&lt;/p&gt;
&lt;p&gt;And in sdk_config.h I have&lt;/p&gt;
&lt;p&gt;#define NRFX_TIMER_ENABLED 1&lt;/p&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;p&gt;#define NRFX_TIMER1_ENABLED 1&lt;/p&gt;
&lt;p&gt;which means it should work...no?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The second error:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;#39;NRFX_TIMER1_INST_IDX&amp;#39; undeclared here (not in a function); did you mean &amp;#39;NRFX_TIMER_INSTANCE&amp;#39;?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t understand...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Any help is appreciated!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF 52832 UART High speed communication</title><link>https://devzone.nordicsemi.com/thread/294771?ContentTypeID=1</link><pubDate>Wed, 17 Feb 2021 09:16:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df09ce85-9ab5-40bc-a226-9308c188857e</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Yes, it can be found on &lt;a href="https://infocenter.nordicsemi.com/topic/sds_s132/SDS/s1xx/sd_resource_reqs/hw_block_interrupt_vector.html"&gt;this page&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF 52832 UART High speed communication</title><link>https://devzone.nordicsemi.com/thread/294753?ContentTypeID=1</link><pubDate>Wed, 17 Feb 2021 07:00:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6212bbd8-4c5f-49fa-91d8-bb0217e9f01a</guid><dc:creator>Pavan Kote</dc:creator><description>&lt;p&gt;Hello Jorgen,&lt;/p&gt;
&lt;p&gt;I am struggling while integrating the libuarte with ble peripheral example. It really saves lot of effort because i am in hot position while proving using Normal ble_uart library we cannot achieve higher uart speed. Because i am getting UART Overrun Error.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks &amp;amp; Regards&lt;/p&gt;
&lt;p&gt;Pavan Kote&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF 52832 UART High speed communication</title><link>https://devzone.nordicsemi.com/thread/294748?ContentTypeID=1</link><pubDate>Wed, 17 Feb 2021 06:37:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c795288-9589-4ea4-9575-b3d6b5abee98</guid><dc:creator>mbozic</dc:creator><description>&lt;p&gt;Great! Will try it right away. Thanks!&lt;/p&gt;
&lt;p&gt;How to know which resources SD uses? I guess it should be in the SD manual?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF 52832 UART High speed communication</title><link>https://devzone.nordicsemi.com/thread/294686?ContentTypeID=1</link><pubDate>Tue, 16 Feb 2021 16:06:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4709791d-e0f0-4065-9005-b5774bd8acc1</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I created a modified version of the ble_app_uart example that replaces the app_uart library with libUARTE:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/ble_5F00_app_5F00_libUARTE_5F00_sdk1702.zip"&gt;devzone.nordicsemi.com/.../ble_5F00_app_5F00_libUARTE_5F00_sdk1702.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The ZIP includes diff files to see the required changes to the original project(s). The most important thing to remember when integrating the libUARTE library with a softdevice project, is to&amp;nbsp;chose&amp;nbsp;resources (TIMERs/RTCs) that are not used by the softdevice.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF 52832 UART High speed communication</title><link>https://devzone.nordicsemi.com/thread/294559?ContentTypeID=1</link><pubDate>Tue, 16 Feb 2021 09:12:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f4b4a495-8ffc-484a-9163-c58db8452ccb</guid><dc:creator>mbozic</dc:creator><description>&lt;p&gt;I would like this to!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>