<?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>NRF58232/SDK15 Where can I find sample code to use NRFX_UARTE ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33498/nrf58232-sdk15-where-can-i-find-sample-code-to-use-nrfx_uarte</link><description>Hi, 
 I&amp;#39;m looking for an example of how NRFX_UARTE works. 
 I would like to set up a serial port with EasyDMA to send and receive a thirty bytes. 
 Thanks in advance for your help. 
 Best regards,</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 24 Apr 2018 14:26:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33498/nrf58232-sdk15-where-can-i-find-sample-code-to-use-nrfx_uarte" /><item><title>RE: NRF58232/SDK15 Where can I find sample code to use NRFX_UARTE ?</title><link>https://devzone.nordicsemi.com/thread/129610?ContentTypeID=1</link><pubDate>Tue, 24 Apr 2018 14:26:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8698b1b5-95c2-4e1b-be88-fdc7e8197d29</guid><dc:creator>MPS</dc:creator><description>&lt;p&gt;Many thanks for your help. I think I can do what I want now.&lt;/p&gt;
&lt;p&gt;Ok for the compatibility, I understand.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF58232/SDK15 Where can I find sample code to use NRFX_UARTE ?</title><link>https://devzone.nordicsemi.com/thread/129531?ContentTypeID=1</link><pubDate>Tue, 24 Apr 2018 10:35:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bda24ae5-8013-442d-9482-d71cf3f22e9c</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Glad to hear that it works now.&lt;/p&gt;
&lt;p&gt;A general rule is that as long as you do not add or use any modules that depends on the UART peripheral, it should be fine. As you&amp;#39;re doing a bare-metal implementation, it is _very unlikely_ that the register definitions will ever change for the current device that you are using.&lt;/p&gt;
&lt;p&gt;However; I cannot guarantee that a module that you require in the future does not depend on the UART in some way (for logging or similar).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF58232/SDK15 Where can I find sample code to use NRFX_UARTE ?</title><link>https://devzone.nordicsemi.com/thread/129526?ContentTypeID=1</link><pubDate>Tue, 24 Apr 2018 10:15:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:57de16c3-a64f-4712-9b11-51a7c5972775</guid><dc:creator>MPS</dc:creator><description>&lt;p&gt;Thank you, it seems to work now. I test it all and come back here to say if everything is ok.&lt;br /&gt;I will not have compatibility problems with future SDKS?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF58232/SDK15 Where can I find sample code to use NRFX_UARTE ?</title><link>https://devzone.nordicsemi.com/thread/129523?ContentTypeID=1</link><pubDate>Tue, 24 Apr 2018 10:08:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:230c2005-7525-4cd7-8896-1809468b5364</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Could you try to remove the nrfx_uarte.c and nrfx_prs.c from your project and see if it works then?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF58232/SDK15 Where can I find sample code to use NRFX_UARTE ?</title><link>https://devzone.nordicsemi.com/thread/129522?ContentTypeID=1</link><pubDate>Tue, 24 Apr 2018 10:06:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c6ad8178-9e00-43fb-82cb-4bb449e371da</guid><dc:creator>MPS</dc:creator><description>&lt;p&gt;I have :&amp;nbsp;&lt;/p&gt;
&lt;p&gt;NRFX_UARTE_ENABLED 0&lt;/p&gt;
&lt;p&gt;NRFX_UARTE0_ENABLED 0&lt;/p&gt;
&lt;p&gt;NRFX_UART_ENABLED 0&lt;/p&gt;
&lt;p&gt;NRFX_UART0_ENABLED 0&lt;/p&gt;
&lt;p&gt;UART_ENABLED 1&lt;/p&gt;
&lt;p&gt;UART_EASY_DMA_SUPPORT 1&lt;/p&gt;
&lt;p&gt;UART_LEGACY_SUPPORT 0&lt;/p&gt;
&lt;p&gt;UART0_ENABLED 1&lt;/p&gt;
&lt;p&gt;UART0_CONFIG_USE_EASY_DMA 1&lt;/p&gt;
&lt;p&gt;NRFX_PRS_ENABLED 1&lt;/p&gt;
&lt;p&gt;NRFX_PRS_BOX_4_ENABLED 1&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF58232/SDK15 Where can I find sample code to use NRFX_UARTE ?</title><link>https://devzone.nordicsemi.com/thread/129521?ContentTypeID=1</link><pubDate>Tue, 24 Apr 2018 10:02:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2564636-e100-4c02-88a0-3d3041c4afa5</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Did you set this in your sdk_config.h file and re-compile the whole project (clean first, then build)?&lt;/p&gt;
&lt;p&gt;#define NRFX_UARTE_ENABLED 0&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The first error is because nrfx_uarte.c is still enabled, and the second is due to the &amp;quot;nrfx_prs&amp;quot; library being used by nrfx_uarte is in use.&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Best regards,&lt;/div&gt;
&lt;div&gt;Håkon&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF58232/SDK15 Where can I find sample code to use NRFX_UARTE ?</title><link>https://devzone.nordicsemi.com/thread/129505?ContentTypeID=1</link><pubDate>Tue, 24 Apr 2018 09:07:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b7c188f-b2c2-4fb1-a2ad-58575d4d0e35</guid><dc:creator>MPS</dc:creator><description>&lt;p&gt;Ok.&lt;/p&gt;
&lt;p&gt;I include only &amp;quot;nrf_uarte.h&amp;quot;&lt;/p&gt;
&lt;p&gt;and with&amp;nbsp;void UARTE0_UART0_IRQHandler(void) I have an error :&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1&amp;gt; main.o: In function `UARTE0_UART0_IRQHandler&amp;#39;:&lt;br /&gt;1&amp;gt; main.c:729: multiple definition of `UARTE0_UART0_IRQHandler&amp;#39;&lt;br /&gt;1&amp;gt; Nordic_BLE\nRF5_SDK_15.0.0\modules\nrfx\drivers\src/nrfx_uarte.c:571: first defined here&lt;/p&gt;
&lt;p&gt;If I keep NRFX_PRS_ENABLED = 1 and&amp;nbsp;NRFX_PRS_BOX_4_ENABLED 1, I have an error :&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1&amp;gt; main.o: In function `UARTE0_UART0_IRQHandler&amp;#39;:&lt;br /&gt;1&amp;gt; main.c:728: multiple definition of `UARTE0_UART0_IRQHandler&amp;#39;&lt;br /&gt;1&amp;gt; Nordic_BLE\nRF5_SDK_15.0.0\modules\nrfx\drivers\src\prs/nrfx_prs.c:81: first defined here&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF58232/SDK15 Where can I find sample code to use NRFX_UARTE ?</title><link>https://devzone.nordicsemi.com/thread/129502?ContentTypeID=1</link><pubDate>Tue, 24 Apr 2018 09:01:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:87de08a6-085a-4afc-b13e-8dfa0fec7c33</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;You need to edit your sdk_config.h file, and set:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;#define NRFX_UARTE_ENABLED 0&lt;/div&gt;
&lt;div&gt;and&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;#define NRFX_UART_ENABLED 0&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;After this, you implement your interrupt handler:&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;pre class="ui-code" data-mode="c_cpp"&gt;void UARTE0_UART0_IRQHandler(void)
{
    // Code
}&lt;/pre&gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Best regards,&lt;/div&gt;
&lt;div&gt;Håkon&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF58232/SDK15 Where can I find sample code to use NRFX_UARTE ?</title><link>https://devzone.nordicsemi.com/thread/129497?ContentTypeID=1</link><pubDate>Tue, 24 Apr 2018 08:41:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50fa0f14-8923-4e53-8fc7-f1a04391b5d4</guid><dc:creator>MPS</dc:creator><description>&lt;p&gt;Hi Hakon,&lt;/p&gt;
&lt;p&gt;Thanks for your help.&lt;/p&gt;
&lt;p&gt;For disabling nrfx, I need to modify sdk_config.h and not included nrfx_uarte.h&amp;nbsp;?&lt;/p&gt;
&lt;p&gt;I need to include just &amp;quot;nrf_uarte.h&amp;quot; ?&lt;/p&gt;
&lt;p&gt;How to create&amp;nbsp;UARTE0_UART0_IRQ in my main software ?&lt;/p&gt;
&lt;p&gt;Sorry for all these questions, but I feel like going round with all these UART driver ...&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF58232/SDK15 Where can I find sample code to use NRFX_UARTE ?</title><link>https://devzone.nordicsemi.com/thread/129488?ContentTypeID=1</link><pubDate>Tue, 24 Apr 2018 08:15:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6092a06-bacf-4e90-b42e-a19856b946c0</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It looks like you are mixing bare metal implementation, and using the nrfx_uarte driver. You must disable the nrfx_uarte module in order to use the UARTE peripheral directly.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF58232/SDK15 Where can I find sample code to use NRFX_UARTE ?</title><link>https://devzone.nordicsemi.com/thread/129181?ContentTypeID=1</link><pubDate>Fri, 20 Apr 2018 15:30:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b0d27ca-44f9-4fa2-8e3a-6eb841979a84</guid><dc:creator>MPS</dc:creator><description>&lt;p&gt;I don&amp;#39;t understand how to get all the interruption that I wish as an event in the handler.&lt;/p&gt;
&lt;p&gt;For example, how to be informed of RXSTARTED for load another buffer as seen in Figure 95 of the nRF52832 datasheet.&lt;/p&gt;
&lt;p&gt;If I use another way of doing this, for example :&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;    NRF_UARTE0-&amp;gt;ENABLE = (UARTE_ENABLE_ENABLE_Enabled &amp;lt;&amp;lt; UARTE_ENABLE_ENABLE_Pos);
    NRF_UARTE0-&amp;gt;BAUDRATE=NRF_UARTE_BAUDRATE_115200;
    NRF_UARTE0-&amp;gt;PSEL.RXD=RX_PIN_NUMBER;
    NRF_UARTE0-&amp;gt;PSEL.TXD=TX_PIN_NUMBER;
    NRF_UARTE0-&amp;gt;CONFIG=NRF_UARTE_HWFC_DISABLED;
 
    NRF_UARTE0-&amp;gt;TXD.PTR = (uint32_t)((uint8_t *)txUarteBuffer);
    NRF_UARTE0-&amp;gt;TXD.MAXCNT = sizeof(txUarteBuffer);
    NRF_UARTE0-&amp;gt;TASKS_STARTTX = 0;

    NRF_UARTE0-&amp;gt;RXD.PTR = (uint32_t)((uint8_t *) rxUarteBuffer);
    NRF_UARTE0-&amp;gt;RXD.MAXCNT = sizeof(rxUarteBuffer);
    NRF_UARTE0-&amp;gt;TASKS_STARTRX = 1;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;How to create an handler for event ?&lt;/p&gt;
&lt;p&gt;if I use :&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;    NRF_UARTE0-&amp;gt;INTENCLR = 0xFFFFFFFF;
    NRF_UARTE0-&amp;gt;INTENSET = NRF_UARTE_INT_ENDRX_MASK;
    NVIC_ClearPendingIRQ(UARTE0_UART0_IRQn);
    NVIC_SetPriority(UARTE0_UART0_IRQn, NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY);
    NVIC_EnableIRQ(UARTE0_UART0_IRQn);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I have :&amp;nbsp;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;em&gt;&amp;lt;error&amp;gt; app: ERROR 3735928559 [Unknown error code] at .......\modules\nrfx\drivers\src\prs\nrfx_prs.c:81&lt;/em&gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;em&gt;PC at: 0x0002C49F&lt;/em&gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;em&gt;&amp;lt;error&amp;gt; app: End of error report&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Someone can help me ?&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF58232/SDK15 Where can I find sample code to use NRFX_UARTE ?</title><link>https://devzone.nordicsemi.com/thread/128963?ContentTypeID=1</link><pubDate>Thu, 19 Apr 2018 12:02:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d9e16bec-58ff-41aa-8c0f-3f1f7a2b833c</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;In your case, I recommend that you omit the app_uart libraries, and use nrf_drv_uart.h (which wraps around calls to nrfx_) directly, by using the functions nrf_drv_uart_rx(...) and&amp;nbsp;nrf_drv_uart_tx(...). The nrf_cli and our serializers use this directly (and app_uart as well, just that it sends/receives only 1 byte at the time).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;
&lt;p&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF58232/SDK15 Where can I find sample code to use NRFX_UARTE ?</title><link>https://devzone.nordicsemi.com/thread/128863?ContentTypeID=1</link><pubDate>Wed, 18 Apr 2018 15:38:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91e0b5db-b010-486a-898e-195076de6c49</guid><dc:creator>MPS</dc:creator><description>&lt;p&gt;Hi H&amp;auml;kon,&lt;/p&gt;
&lt;p&gt;Thanks for your answer.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m sorry but I&amp;#39;m always lost. We have lots of files (app_uart, nrf_uarte,nrfx_uarte, ...)&lt;/p&gt;
&lt;p&gt;I need to be closer to the nRF52832 datasheet to manage all I want.&lt;/p&gt;
&lt;p&gt;In this example, how to enable or disable events for uart_error_handle ? I don&amp;#39;t want to systematically go into the handler at every byte received, otherwise eDMA is useless ...&lt;/p&gt;
&lt;p&gt;Many thanks for your help, I&amp;#39;m not sure I&amp;#39;m very clear.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF58232/SDK15 Where can I find sample code to use NRFX_UARTE ?</title><link>https://devzone.nordicsemi.com/thread/128829?ContentTypeID=1</link><pubDate>Wed, 18 Apr 2018 13:42:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:061975a9-5882-40ea-8cb5-ee7d5c0cc670</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;The &amp;quot;uart&amp;quot; example in the SDK uses UARTE0 (and therefore DMA) by default.&lt;/p&gt;
&lt;p&gt;If you are looking for a more direct way of calling nrfx_uarte_init, you could have a look at the small wrapper in nrf_drv_uart.h.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF58232/SDK15 Where can I find sample code to use NRFX_UARTE ?</title><link>https://devzone.nordicsemi.com/thread/128742?ContentTypeID=1</link><pubDate>Wed, 18 Apr 2018 08:18:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b368ac6-97c5-4eb5-8009-70ea8a81bcf0</guid><dc:creator>MPS</dc:creator><description>&lt;p&gt;Thanks, but there isn&amp;#39;t example for UARTE, just for UART.&lt;/p&gt;
&lt;p&gt;I didn&amp;#39;t find example code for UARTE with new NRFX_UARTE and I&amp;#39;m lost ...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF58232/SDK15 Where can I find sample code to use NRFX_UARTE ?</title><link>https://devzone.nordicsemi.com/thread/128735?ContentTypeID=1</link><pubDate>Wed, 18 Apr 2018 07:56:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca2353a2-093c-464c-b67c-7f891bccd1b1</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Ah - OK.&lt;/p&gt;
&lt;p&gt;So look in the SDK documentaion:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk/dita/sdk/sdk.html?cp=4"&gt;infocenter.nordicsemi.com/.../sdk.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;eg,&lt;br /&gt;&lt;br /&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk/dita/sdk/sdk.html"&gt;Software Development Kit&lt;/a&gt;&lt;span&gt;&amp;nbsp;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk/dita/sdk/nrf5_sdk.html"&gt;nRF5 SDK&lt;/a&gt;&lt;span&gt;&amp;nbsp;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk/keydef/PLUGINS_ROOT/com.nordic.infocenter.sdk5.v15.0.0/index.html"&gt;nRF5 SDK v15.0.0&lt;/a&gt;&lt;span&gt;&amp;nbsp;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/hardware_drivers.html"&gt;Hardware Drivers&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk/dita/sdk/sdk.html"&gt;Software Development Kit&lt;/a&gt;&lt;span&gt;&amp;nbsp;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk/dita/sdk/nrf5_sdk.html"&gt;nRF5 SDK&lt;/a&gt;&lt;span&gt;&amp;nbsp;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk/keydef/PLUGINS_ROOT/com.nordic.infocenter.sdk5.v15.0.0/index.html"&gt;nRF5 SDK v15.0.0&lt;/a&gt;&lt;span&gt;&amp;nbsp;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/examples.html"&gt;Examples&lt;/a&gt;&amp;nbsp;&amp;gt;&amp;nbsp;&lt;a class="active" title="Hardware peripheral examples" href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/examples_hw_peripheral_devices.html?cp=4_0_0_4_5"&gt;Hardware peripheral examples&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Also refer to the device &lt;strong&gt;datasheet&lt;/strong&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF58232/SDK15 Where can I find sample code to use NRFX_UARTE ?</title><link>https://devzone.nordicsemi.com/thread/128727?ContentTypeID=1</link><pubDate>Wed, 18 Apr 2018 07:05:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a38727c-24d9-41a5-bbf6-633940ab9844</guid><dc:creator>MPS</dc:creator><description>&lt;p&gt;Hi awneil,&lt;/p&gt;
&lt;p&gt;Thanks for your answer but I don&amp;#39;t want send and receive bytes by BLE, just with serial port.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I need to use UARTE, not BLE Service NUS.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF58232/SDK15 Where can I find sample code to use NRFX_UARTE ?</title><link>https://devzone.nordicsemi.com/thread/128673?ContentTypeID=1</link><pubDate>Tue, 17 Apr 2018 15:20:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ce3092d-a1d1-4c4d-9b8b-615266824019</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Do you mean the Nordic UART Service - NUS?&lt;/p&gt;
&lt;p&gt;The examples appear under the SDK in the Infocenter; eg,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/examples_ble.html"&gt;http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/examples_ble.html&lt;/a&gt;&amp;nbsp;- Central&lt;/p&gt;
&lt;p&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/examples_ble_peripheral.html?cp=4_0_0_4_1_2"&gt;http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/examples_ble.html&lt;/a&gt;&amp;nbsp;- Peripheral&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>