<?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>How to combine the ble_app_uart with libuartes example ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/84455/how-to-combine-the-ble_app_uart-with-libuartes-example</link><description>Hi, I have a project that is comunication between nRF and Smartphone via BLE and using libuartes to comunicate with 2 another devices via 2Uarts. Now I need to combine 2 examples into 1 project. How many stepI have to do ? I have compared 2 sdk_config</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 02 Mar 2022 07:19:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/84455/how-to-combine-the-ble_app_uart-with-libuartes-example" /><item><title>RE: How to combine the ble_app_uart with libuartes example ?</title><link>https://devzone.nordicsemi.com/thread/355706?ContentTypeID=1</link><pubDate>Wed, 02 Mar 2022 07:19:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30b656bc-55eb-4741-bd17-e419936486cc</guid><dc:creator>Pham Tam</dc:creator><description>&lt;p&gt;Hi Edvin, you&amp;#39;re right.&lt;br /&gt;I used BLE Scanner I downloaded from CHPlay and it splited my text&lt;br /&gt;I switched to using nRF Connect for Mobile and It work well&lt;br /&gt;Thank you, Edvin !&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to combine the ble_app_uart with libuartes example ?</title><link>https://devzone.nordicsemi.com/thread/355702?ContentTypeID=1</link><pubDate>Wed, 02 Mar 2022 07:01:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56f1158d-c8f9-492d-aac0-7d7c79f07c74</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Not sure what exactly is going on here. It looks like the packet from the mobile phone is split into two. Have you tried connecting with something else, such as nRF Connect for Dekstop? does it behave the same there?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to combine the ble_app_uart with libuartes example ?</title><link>https://devzone.nordicsemi.com/thread/355687?ContentTypeID=1</link><pubDate>Wed, 02 Mar 2022 04:26:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a2bbbdb8-128a-4305-9335-e4f46bee1bb3</guid><dc:creator>Pham Tam</dc:creator><description>[quote userid="26071" url="~/f/nordic-q-a/84455/how-to-combine-the-ble_app_uart-with-libuartes-example/355384#355384"]What is your MTU?[/quote]
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1646190839787v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;I think MTU was define here&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;When I enable config log of nrf_libuarte_drv.c&lt;br /&gt;I got these debug line&lt;br /&gt;Seen the maximum tx buffer can transmit is 22.&lt;br /&gt;Where is &amp;quot;22&amp;quot; define ?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;In the 1st time I send 1234567891234567891\r\n =&amp;gt;length = 21 =&amp;gt; can trasmit data (everything is OK)&amp;nbsp;&lt;br /&gt;&lt;span&gt;In the 2nd time I send 12345678912345678912\r\n =&amp;gt;length = 22 =&amp;gt; can trasmit data (everything is OK)&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;In the 3rd time I send 123456789123456789123456789\r\n =&amp;gt;length = 29 =&amp;gt; the terminal show weird text&amp;nbsp;&lt;br /&gt;&lt;/span&gt;Her is the debug terminal&lt;br /&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1646194895464v3.png" /&gt;&lt;/p&gt;
&lt;p&gt;Here is the uart terminal&lt;br /&gt;Yellow =&amp;gt; the 1st time&lt;/p&gt;
&lt;p&gt;Blue =&amp;gt; the 2nd time&lt;/p&gt;
&lt;p&gt;Green =&amp;gt; the 3rd time&lt;br /&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1646195075772v4.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to combine the ble_app_uart with libuartes example ?</title><link>https://devzone.nordicsemi.com/thread/355384?ContentTypeID=1</link><pubDate>Mon, 28 Feb 2022 22:12:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0170c83a-7d2e-40d8-8d53-7b28f5b0926e</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Try to debug and see if the entire string or only parts of the strings are there. You need to figure out whether the data is lost on the air (most likely not), or in the log, or on the UART.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What is your MTU? And when you initilalize the nus service, what max length do you use?&lt;/p&gt;
&lt;p&gt;If you set a breakpoint on line 149 in your snippet (turn off optimization), and you send a message, is p_data correct, or corrupted? If it is corrupted, try all the message lengths from ~20 and up, and see at what length it starts behaving weird.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to combine the ble_app_uart with libuartes example ?</title><link>https://devzone.nordicsemi.com/thread/355110?ContentTypeID=1</link><pubDate>Fri, 25 Feb 2022 20:19:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f7e00d9-9b84-48ce-bc62-4b69fa1ee697</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;Simpler implementation example can be found in the &lt;a href="https://github.com/IOsonata/IOsonata"&gt;IOsonata library&lt;/a&gt; :&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/IOsonata/IOsonata/blob/master/ARM/Nordic/exemples/UartBleDemo.cpp"&gt;https://github.com/IOsonata/IOsonata/blob/master/ARM/Nordic/exemples/UartBleDemo.cpp&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to combine the ble_app_uart with libuartes example ?</title><link>https://devzone.nordicsemi.com/thread/355071?ContentTypeID=1</link><pubDate>Fri, 25 Feb 2022 14:39:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c1afa762-cd14-4c12-a50c-7f5de08e663c</guid><dc:creator>Pham Tam</dc:creator><description>&lt;p&gt;Hi, Edvin now I can use 2 libuartes. But I got a problem&lt;br /&gt;when I used BLE App send to my nRF a string &amp;quot;hello nrf from mobile phone via ble and libuarte&amp;quot;&lt;br /&gt;Here is my debug terminal and the result show on Hercules&lt;br /&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1645799663873v1.png" /&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1645799676957v2.png" /&gt;&lt;br /&gt;&amp;nbsp;But in case I send from my Mobile Phone to nRF a short string like &amp;quot;123456789_123456789&amp;quot;. I don&amp;#39;t get this problem&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1645799887523v4.png" /&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1645799900899v5.png" /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;#include &amp;lt;stdint.h&amp;gt;
#include &amp;lt;string.h&amp;gt;
#include &amp;quot;nordic_common.h&amp;quot;
#include &amp;quot;nrf.h&amp;quot;
#include &amp;quot;ble_hci.h&amp;quot;
#include &amp;quot;ble_advdata.h&amp;quot;
#include &amp;quot;ble_advertising.h&amp;quot;
#include &amp;quot;ble_conn_params.h&amp;quot;
#include &amp;quot;nrf_sdh.h&amp;quot;
#include &amp;quot;nrf_sdh_soc.h&amp;quot;
#include &amp;quot;nrf_sdh_ble.h&amp;quot;
#include &amp;quot;nrf_ble_gatt.h&amp;quot;
#include &amp;quot;nrf_ble_qwr.h&amp;quot;
#include &amp;quot;app_timer.h&amp;quot;
#include &amp;quot;ble_nus.h&amp;quot;
#include &amp;quot;app_util_platform.h&amp;quot;
#include &amp;quot;bsp_btn_ble.h&amp;quot;
#include &amp;quot;nrf_pwr_mgmt.h&amp;quot;

#include &amp;quot;nrf_libuarte_async.h&amp;quot;

#include &amp;quot;nrf_log.h&amp;quot;
#include &amp;quot;nrf_log_ctrl.h&amp;quot;
#include &amp;quot;nrf_log_default_backends.h&amp;quot;
#include &amp;quot;nrf_delay.h&amp;quot;

#define APP_BLE_CONN_CFG_TAG            1                                           /**&amp;lt; A tag identifying the SoftDevice BLE configuration. */

#define DEVICE_NAME                     &amp;quot;nRF_libUARTE&amp;quot;                               /**&amp;lt; Name of device. Will be included in the advertising data. */
#define NUS_SERVICE_UUID_TYPE           BLE_UUID_TYPE_VENDOR_BEGIN                  /**&amp;lt; UUID type for the Nordic UART Service (vendor specific). */

#define APP_BLE_OBSERVER_PRIO           3                                           /**&amp;lt; Application&amp;#39;s BLE observer priority. You shouldn&amp;#39;t need to modify this value. */

#define APP_ADV_INTERVAL                64                                          /**&amp;lt; The advertising interval (in units of 0.625 ms. This value corresponds to 40 ms). */

#define APP_ADV_DURATION                18000                                       /**&amp;lt; The advertising duration (180 seconds) in units of 10 milliseconds. */

#define MIN_CONN_INTERVAL               MSEC_TO_UNITS(20, UNIT_1_25_MS)             /**&amp;lt; Minimum acceptable connection interval (20 ms), Connection interval uses 1.25 ms units. */
#define MAX_CONN_INTERVAL               MSEC_TO_UNITS(75, UNIT_1_25_MS)             /**&amp;lt; Maximum acceptable connection interval (75 ms), Connection interval uses 1.25 ms units. */
#define SLAVE_LATENCY                   0                                           /**&amp;lt; Slave latency. */
#define CONN_SUP_TIMEOUT                MSEC_TO_UNITS(4000, UNIT_10_MS)             /**&amp;lt; Connection supervisory timeout (4 seconds), Supervision Timeout uses 10 ms units. */
#define FIRST_CONN_PARAMS_UPDATE_DELAY  APP_TIMER_TICKS(5000)                       /**&amp;lt; Time from initiating event (connect or start of notification) to first time sd_ble_gap_conn_param_update is called (5 seconds). */
#define NEXT_CONN_PARAMS_UPDATE_DELAY   APP_TIMER_TICKS(30000)                      /**&amp;lt; Time between each call to sd_ble_gap_conn_param_update after the first call (30 seconds). */
#define MAX_CONN_PARAMS_UPDATE_COUNT    3                                           /**&amp;lt; Number of attempts before giving up the connection parameter negotiation. */

#define DEAD_BEEF                       0xDEADBEEF                                  /**&amp;lt; Value used as error code on stack dump, can be used to identify stack location on stack unwind. */

NRF_LIBUARTE_ASYNC_DEFINE(libuarte, 0, 1, 2, NRF_LIBUARTE_PERIPHERAL_NOT_USED, 255, 3);
NRF_LIBUARTE_ASYNC_DEFINE(libuarte2, 1, 2, 3, NRF_LIBUARTE_PERIPHERAL_NOT_USED, 255, 3);
//NRF_LIBUARTE_ASYNC_DEFINE(libuarte2, 1, 2,  NRF_LIBUARTE_PERIPHERAL_NOT_USED, NRF_LIBUARTE_PERIPHERAL_NOT_USED, 255, 3);

BLE_NUS_DEF(m_nus, NRF_SDH_BLE_TOTAL_LINK_COUNT);                                   /**&amp;lt; BLE NUS service instance. */
NRF_BLE_GATT_DEF(m_gatt);                                                           /**&amp;lt; GATT module instance. */
NRF_BLE_QWR_DEF(m_qwr);                                                             /**&amp;lt; Context for the Queued Write module.*/
BLE_ADVERTISING_DEF(m_advertising);                                                 /**&amp;lt; Advertising module instance. */

static uint16_t   m_conn_handle          = BLE_CONN_HANDLE_INVALID;                 /**&amp;lt; Handle of the current connection. */
static uint16_t   m_ble_nus_max_data_len = BLE_GATT_ATT_MTU_DEFAULT - 3;            /**&amp;lt; Maximum length of data (in bytes) that can be transmitted to the peer by the Nordic UART service module. */
static ble_uuid_t m_adv_uuids[]          =                                          /**&amp;lt; Universally unique service identifier. */
{
    {BLE_UUID_NUS_SERVICE, NUS_SERVICE_UUID_TYPE}
};


/**@brief Function for assert macro callback.
 *
 * @details This function will be called in case of an assert in the SoftDevice.
 *
 * @warning This handler is an example only and does not fit a final product. You need to analyse
 *          how your product is supposed to react in case of Assert.
 * @warning On assert from the SoftDevice, the system can only recover on reset.
 *
 * @param[in] line_num    Line number of the failing ASSERT call.
 * @param[in] p_file_name File name of the failing ASSERT call.
 */
void assert_nrf_callback(uint16_t line_num, const uint8_t * p_file_name)
{
 NRF_LOG_INFO(&amp;quot;call assert_nrf_callback&amp;quot;);
 app_error_handler(DEAD_BEEF, line_num, p_file_name);
}

/**@brief Function for initializing the timer module.
 */
static void timers_init(void)
{
    ret_code_t err_code = app_timer_init();
    APP_ERROR_CHECK(err_code);
}

/**@brief Function for the GAP initialization.
 *
 * @details This function will set up all the necessary GAP (Generic Access Profile) parameters of
 *          the device. It also sets the permissions and appearance.
 */
static void gap_params_init(void)
{
    uint32_t                err_code;
    ble_gap_conn_params_t   gap_conn_params;
    ble_gap_conn_sec_mode_t sec_mode;

    BLE_GAP_CONN_SEC_MODE_SET_OPEN(&amp;amp;sec_mode);

    err_code = sd_ble_gap_device_name_set(&amp;amp;sec_mode,
                                          (const uint8_t *) DEVICE_NAME,
                                          strlen(DEVICE_NAME));
    APP_ERROR_CHECK(err_code);

    memset(&amp;amp;gap_conn_params, 0, sizeof(gap_conn_params));

    gap_conn_params.min_conn_interval = MIN_CONN_INTERVAL;
    gap_conn_params.max_conn_interval = MAX_CONN_INTERVAL;
    gap_conn_params.slave_latency     = SLAVE_LATENCY;
    gap_conn_params.conn_sup_timeout  = CONN_SUP_TIMEOUT;

    err_code = sd_ble_gap_ppcp_set(&amp;amp;gap_conn_params);
    APP_ERROR_CHECK(err_code);
}


/**@brief Function for handling Queued Write Module errors.
 *
 * @details A pointer to this function will be passed to each service which may need to inform the
 *          application about an error.
 *
 * @param[in]   nrf_error   Error code containing information about what went wrong.
 */
static void nrf_qwr_error_handler(uint32_t nrf_error)
{
    APP_ERROR_HANDLER(nrf_error);
}


/**@brief Function for handling the data from the Nordic UART Service.
 *
 * @details This function will process the data received from the Nordic UART BLE Service and send
 *          it to the UART module.
 *
 * @param[in] p_evt       Nordic UART Service event.
 */
/**@snippet [Handling the data received over BLE] */
static void nus_data_handler(ble_nus_evt_t * p_evt)
{
    if (p_evt-&amp;gt;type == BLE_NUS_EVT_RX_DATA)
    {
        uint32_t err_code;
        NRF_LOG_INFO(&amp;quot;receieved data from mobile phone&amp;quot;);
        NRF_LOG_DEBUG(&amp;quot;Received data from BLE NUS. Writing data on UART.&amp;quot;);
        NRF_LOG_HEXDUMP_DEBUG(p_evt-&amp;gt;params.rx_data.p_data, p_evt-&amp;gt;params.rx_data.length);
        NRF_LOG_INFO (&amp;quot;data received: %s&amp;quot;,p_evt-&amp;gt;params.rx_data.p_data);
        uint8_t uart_string[BLE_NUS_MAX_DATA_LEN+2] = &amp;quot;&amp;quot;;
        memcpy(uart_string, p_evt-&amp;gt;params.rx_data.p_data, p_evt-&amp;gt;params.rx_data.length);
        uart_string[p_evt-&amp;gt;params.rx_data.length] = &amp;#39;\r&amp;#39;;
        uart_string[p_evt-&amp;gt;params.rx_data.length+1] = &amp;#39;\n&amp;#39;;
        nrf_delay_ms(50);
         do
            { 
              err_code = nrf_libuarte_async_tx(&amp;amp;libuarte,uart_string, p_evt-&amp;gt;params.rx_data.length + 2);
                if ((err_code != NRF_SUCCESS) &amp;amp;&amp;amp; (err_code != NRF_ERROR_BUSY))
                {
                    NRF_LOG_ERROR(&amp;quot;Failed receiving NUS message. Error 0x%x. &amp;quot;, err_code);
                    APP_ERROR_CHECK(err_code);
                }
            } while (err_code == NRF_ERROR_BUSY);
              
    }
}
/**@snippet [Handling the data received over BLE] */


/**@brief Function for initializing services that will be used by the application.
 */
static void services_init(void)
{
    NRF_LOG_INFO(&amp;quot;call services_init&amp;quot;);
    uint32_t           err_code;
    ble_nus_init_t     nus_init;
    nrf_ble_qwr_init_t qwr_init = {0};

    // Initialize Queued Write Module.
    qwr_init.error_handler = nrf_qwr_error_handler;

    err_code = nrf_ble_qwr_init(&amp;amp;m_qwr, &amp;amp;qwr_init);
    APP_ERROR_CHECK(err_code);

    // Initialize NUS.
    memset(&amp;amp;nus_init, 0, sizeof(nus_init));

    nus_init.data_handler = nus_data_handler;

    err_code = ble_nus_init(&amp;amp;m_nus, &amp;amp;nus_init);
    APP_ERROR_CHECK(err_code);
}


/**@brief Function for handling an event from the Connection Parameters Module.
 *
 * @details This function will be called for all events in the Connection Parameters Module
 *          which are passed to the application.
 *
 * @note All this function does is to disconnect. This could have been done by simply setting
 *       the disconnect_on_fail config parameter, but instead we use the event handler
 *       mechanism to demonstrate its use.
 *
 * @param[in] p_evt  Event received from the Connection Parameters Module.
 */
static void on_conn_params_evt(ble_conn_params_evt_t * p_evt)
{
    NRF_LOG_INFO(&amp;quot;call on_conn_params_evt&amp;quot;);
    uint32_t err_code;

    if (p_evt-&amp;gt;evt_type == BLE_CONN_PARAMS_EVT_FAILED)
    {
        err_code = sd_ble_gap_disconnect(m_conn_handle, BLE_HCI_CONN_INTERVAL_UNACCEPTABLE);
        APP_ERROR_CHECK(err_code);
    }
}


/**@brief Function for handling errors from the Connection Parameters module.
 *
 * @param[in] nrf_error  Error code containing information about what went wrong.
 */
static void conn_params_error_handler(uint32_t nrf_error)
{
    APP_ERROR_HANDLER(nrf_error);
}


/**@brief Function for initializing the Connection Parameters module.
 */
static void conn_params_init(void)
{
    uint32_t               err_code;
    ble_conn_params_init_t cp_init;

    memset(&amp;amp;cp_init, 0, sizeof(cp_init));

    cp_init.p_conn_params                  = NULL;
    cp_init.first_conn_params_update_delay = FIRST_CONN_PARAMS_UPDATE_DELAY;
    cp_init.next_conn_params_update_delay  = NEXT_CONN_PARAMS_UPDATE_DELAY;
    cp_init.max_conn_params_update_count   = MAX_CONN_PARAMS_UPDATE_COUNT;
    cp_init.start_on_notify_cccd_handle    = BLE_GATT_HANDLE_INVALID;
    cp_init.disconnect_on_fail             = false;
    cp_init.evt_handler                    = on_conn_params_evt;
    cp_init.error_handler                  = conn_params_error_handler;

    err_code = ble_conn_params_init(&amp;amp;cp_init);
    APP_ERROR_CHECK(err_code);
}


/**@brief Function for putting the chip into sleep mode.
 *
 * @note This function will not return.
 */
static void sleep_mode_enter(void)
{
    NRF_LOG_INFO(&amp;quot;call slepp_mode_enter&amp;quot;);
    uint32_t err_code = bsp_indication_set(BSP_INDICATE_IDLE);
    APP_ERROR_CHECK(err_code);

    // Prepare wakeup buttons.
    err_code = bsp_btn_ble_sleep_mode_prepare();
    APP_ERROR_CHECK(err_code);

    // Go to system-off mode (this function will not return; wakeup will cause a reset).
    err_code = sd_power_system_off();
    APP_ERROR_CHECK(err_code);
}


/**@brief Function for handling advertising events.
 *
 * @details This function will be called for advertising events which are passed to the application.
 *
 * @param[in] ble_adv_evt  Advertising event.
 */
static void on_adv_evt(ble_adv_evt_t ble_adv_evt)
{
    uint32_t err_code;
    NRF_LOG_INFO(&amp;quot;call on_adv_evt&amp;quot;);
    switch (ble_adv_evt)
    {
        case BLE_ADV_EVT_FAST:
            NRF_LOG_INFO(&amp;quot;call BLE_ADV_EVT_FAST&amp;quot;);
            err_code = bsp_indication_set(BSP_INDICATE_ADVERTISING);
            APP_ERROR_CHECK(err_code);
            break;
        case BLE_ADV_EVT_IDLE:
            NRF_LOG_INFO(&amp;quot;call BLE_ADV_EVT_IDLE&amp;quot;);
            sleep_mode_enter();
            break;
        default:
            break;
    }
}


/**@brief Function for handling BLE events.
 *
 * @param[in]   p_ble_evt   Bluetooth stack event.
 * @param[in]   p_context   Unused.
 */
static void ble_evt_handler(ble_evt_t const * p_ble_evt, void * p_context)
{
    uint32_t err_code;

    switch (p_ble_evt-&amp;gt;header.evt_id)
    {
        case BLE_GAP_EVT_CONNECTED:
            NRF_LOG_INFO(&amp;quot;Connected&amp;quot;);
            err_code = bsp_indication_set(BSP_INDICATE_CONNECTED);
            APP_ERROR_CHECK(err_code);
            m_conn_handle = p_ble_evt-&amp;gt;evt.gap_evt.conn_handle;
            err_code = nrf_ble_qwr_conn_handle_assign(&amp;amp;m_qwr, m_conn_handle);
            APP_ERROR_CHECK(err_code);
            break;

        case BLE_GAP_EVT_DISCONNECTED:
            NRF_LOG_INFO(&amp;quot;Disconnected&amp;quot;);
            // LED indication will be changed when advertising starts.
            m_conn_handle = BLE_CONN_HANDLE_INVALID;
            break;

        case BLE_GAP_EVT_PHY_UPDATE_REQUEST:
        {
            NRF_LOG_DEBUG(&amp;quot;PHY update request.&amp;quot;);
            ble_gap_phys_t const phys =
            {
                .rx_phys = BLE_GAP_PHY_AUTO,
                .tx_phys = BLE_GAP_PHY_AUTO,
            };
            err_code = sd_ble_gap_phy_update(p_ble_evt-&amp;gt;evt.gap_evt.conn_handle, &amp;amp;phys);
            APP_ERROR_CHECK(err_code);
        } break;

        case BLE_GAP_EVT_SEC_PARAMS_REQUEST:
            // Pairing not supported
            err_code = sd_ble_gap_sec_params_reply(m_conn_handle, BLE_GAP_SEC_STATUS_PAIRING_NOT_SUPP, NULL, NULL);
            APP_ERROR_CHECK(err_code);
            break;

        case BLE_GATTS_EVT_SYS_ATTR_MISSING:
            // No system attributes have been stored.
            err_code = sd_ble_gatts_sys_attr_set(m_conn_handle, NULL, 0, 0);
            APP_ERROR_CHECK(err_code);
            break;

        case BLE_GATTC_EVT_TIMEOUT:
            // Disconnect on GATT Client timeout event.
            err_code = sd_ble_gap_disconnect(p_ble_evt-&amp;gt;evt.gattc_evt.conn_handle,
                                             BLE_HCI_REMOTE_USER_TERMINATED_CONNECTION);
            APP_ERROR_CHECK(err_code);
            break;

        case BLE_GATTS_EVT_TIMEOUT:
            // Disconnect on GATT Server timeout event.
            err_code = sd_ble_gap_disconnect(p_ble_evt-&amp;gt;evt.gatts_evt.conn_handle,
                                             BLE_HCI_REMOTE_USER_TERMINATED_CONNECTION);
            APP_ERROR_CHECK(err_code);
            break;

        default:
            // No implementation needed.
            break;
    }
}


/**@brief Function for the SoftDevice initialization.
 *
 * @details This function initializes the SoftDevice and the BLE event interrupt.
 */
static void ble_stack_init(void)
{
    NRF_LOG_INFO(&amp;quot;call ble_stack_init&amp;quot;);
    ret_code_t err_code;

    err_code = nrf_sdh_enable_request();
    APP_ERROR_CHECK(err_code);

    // Configure the BLE stack using the default settings.
    // Fetch the start address of the application RAM.
    uint32_t ram_start = 0;
    err_code = nrf_sdh_ble_default_cfg_set(APP_BLE_CONN_CFG_TAG, &amp;amp;ram_start);
    APP_ERROR_CHECK(err_code);

    // Enable BLE stack.
    err_code = nrf_sdh_ble_enable(&amp;amp;ram_start);
    APP_ERROR_CHECK(err_code);

    // Register a handler for BLE events.
    NRF_SDH_BLE_OBSERVER(m_ble_observer, APP_BLE_OBSERVER_PRIO, ble_evt_handler, NULL);
}


/**@brief Function for handling events from the GATT library. */
void gatt_evt_handler(nrf_ble_gatt_t * p_gatt, nrf_ble_gatt_evt_t const * p_evt)
{
    if ((m_conn_handle == p_evt-&amp;gt;conn_handle) &amp;amp;&amp;amp; (p_evt-&amp;gt;evt_id == NRF_BLE_GATT_EVT_ATT_MTU_UPDATED))
    {
        m_ble_nus_max_data_len = p_evt-&amp;gt;params.att_mtu_effective - OPCODE_LENGTH - HANDLE_LENGTH;
        NRF_LOG_INFO(&amp;quot;Data len is set to 0x%X(%d)&amp;quot;, m_ble_nus_max_data_len, m_ble_nus_max_data_len);
    }
    NRF_LOG_DEBUG(&amp;quot;ATT MTU exchange completed. central 0x%x peripheral 0x%x&amp;quot;,
                  p_gatt-&amp;gt;att_mtu_desired_central,
                  p_gatt-&amp;gt;att_mtu_desired_periph);
}


/**@brief Function for initializing the GATT library. */
void gatt_init(void)
{
    ret_code_t err_code;

    err_code = nrf_ble_gatt_init(&amp;amp;m_gatt, gatt_evt_handler);
    APP_ERROR_CHECK(err_code);

    err_code = nrf_ble_gatt_att_mtu_periph_set(&amp;amp;m_gatt, NRF_SDH_BLE_GATT_MAX_MTU_SIZE);
    APP_ERROR_CHECK(err_code);
}


/**@brief Function for handling events from the BSP module.
 *
 * @param[in]   event   Event generated by button press.
 */
void bsp_event_handler(bsp_event_t event)
{
    uint32_t err_code;
    switch (event)
    {
        case BSP_EVENT_SLEEP:
            sleep_mode_enter();
            break;

        case BSP_EVENT_DISCONNECT:
            NRF_LOG_INFO(&amp;quot;call bsp_event_disconnect&amp;quot;);
            err_code = sd_ble_gap_disconnect(m_conn_handle, BLE_HCI_REMOTE_USER_TERMINATED_CONNECTION);
            if (err_code != NRF_ERROR_INVALID_STATE)
            {
                APP_ERROR_CHECK(err_code);
            }
            break;

        case BSP_EVENT_WHITELIST_OFF:
        NRF_LOG_INFO(&amp;quot;call whitelist off&amp;quot;);
            if (m_conn_handle == BLE_CONN_HANDLE_INVALID)
            {
                err_code = ble_advertising_restart_without_whitelist(&amp;amp;m_advertising);
                if (err_code != NRF_ERROR_INVALID_STATE)
                {
                    APP_ERROR_CHECK(err_code);
                }
            }
            break;

        default:
            break;
    }
}


/**@brief   Function for handling app_uart events.
 *
 * @details This function will receive a single character from the app_uart module and append it to
 *          a string. The string will be be sent over BLE when the last character received was a
 *          &amp;#39;new line&amp;#39; &amp;#39;\n&amp;#39; (hex 0x0A) or if the string has reached the maximum data length.
 */
/**@snippet [Handling the data received over UART] */
void uart_event_handler(void * context, nrf_libuarte_async_evt_t * p_evt)
{
    nrf_libuarte_async_t * p_libuarte = (nrf_libuarte_async_t *)context;
    ret_code_t     ret;
    uint16_t index = 0;

    switch (p_evt-&amp;gt;type)
    {
        case NRF_LIBUARTE_ASYNC_EVT_ERROR:
            break;
        case NRF_LIBUARTE_ASYNC_EVT_RX_DATA:  
            NRF_LOG_INFO(&amp;quot;call rx Data event&amp;quot;);           
            while (index &amp;lt; p_evt-&amp;gt;data.rxtx.length)
            {
                uint16_t length = (uint16_t)(p_evt-&amp;gt;data.rxtx.length - index &amp;gt; BLE_NUS_MAX_DATA_LEN) ? BLE_NUS_MAX_DATA_LEN : p_evt-&amp;gt;data.rxtx.length - index;
                do
                {
                    NRF_LOG_INFO(&amp;quot;call after do&amp;quot;);
                    ret = ble_nus_data_send(&amp;amp;m_nus, p_evt-&amp;gt;data.rxtx.p_data + index, &amp;amp;length, m_conn_handle);
                    if ((ret != NRF_ERROR_INVALID_STATE) &amp;amp;&amp;amp;
                        (ret != NRF_ERROR_RESOURCES) &amp;amp;&amp;amp;
                        (ret != NRF_ERROR_NOT_FOUND))
                    {
                        APP_ERROR_CHECK(ret);
                    }
                } while (ret == NRF_ERROR_RESOURCES);
                index += length;
            }
            nrf_libuarte_async_rx_free(p_libuarte, p_evt-&amp;gt;data.rxtx.p_data, p_evt-&amp;gt;data.rxtx.length);
            break;

        case NRF_LIBUARTE_ASYNC_EVT_TX_DONE:
             NRF_LOG_INFO(&amp;quot;call TX done event&amp;quot;);
            break;
        default:
            break;
    }
}

void uart_event_handler2(void * context, nrf_libuarte_async_evt_t * p_evt)
{
    nrf_libuarte_async_t * p_libuarte = (nrf_libuarte_async_t *)context;
    ret_code_t     ret;
    uint16_t index = 0;

    switch (p_evt-&amp;gt;type)
    {
        case NRF_LIBUARTE_ASYNC_EVT_ERROR:
            break;
        case NRF_LIBUARTE_ASYNC_EVT_RX_DATA:  
            NRF_LOG_INFO(&amp;quot;call rx Data&amp;quot;);           
            while (index &amp;lt; p_evt-&amp;gt;data.rxtx.length)
            {
                uint16_t length = (uint16_t)(p_evt-&amp;gt;data.rxtx.length - index &amp;gt; BLE_NUS_MAX_DATA_LEN) ? BLE_NUS_MAX_DATA_LEN : p_evt-&amp;gt;data.rxtx.length - index;
                do
                {
                    ret = ble_nus_data_send(&amp;amp;m_nus, p_evt-&amp;gt;data.rxtx.p_data + index, &amp;amp;length, m_conn_handle);
                    if ((ret != NRF_ERROR_INVALID_STATE) &amp;amp;&amp;amp;
                        (ret != NRF_ERROR_RESOURCES) &amp;amp;&amp;amp;
                        (ret != NRF_ERROR_NOT_FOUND))
                    {
                        APP_ERROR_CHECK(ret);
                    }
                } while (ret == NRF_ERROR_RESOURCES);
                index += length;
            }
            nrf_libuarte_async_rx_free(p_libuarte, p_evt-&amp;gt;data.rxtx.p_data, p_evt-&amp;gt;data.rxtx.length);
            break;

        case NRF_LIBUARTE_ASYNC_EVT_TX_DONE:

            break;
        default:
            break;
    }
}
/**@snippet [Handling the data received over UART] */


/**@brief  Function for initializing the UART module.
 */
/**@snippet [UART Initialization] */
static void uart_init(void)
{
    uint32_t                     err_code;

    nrf_libuarte_async_config_t nrf_libuarte_async_config = {
            .tx_pin     = TX_PIN_NUMBER1,
            .rx_pin     = RX_PIN_NUMBER1,
            .baudrate   = NRF_UARTE_BAUDRATE_115200,
            .parity     = NRF_UARTE_PARITY_EXCLUDED,
            .hwfc       = NRF_UARTE_HWFC_DISABLED,
            .timeout_us = 100,
            .int_prio   = APP_IRQ_PRIORITY_LOW_MID
    };
        nrf_libuarte_async_config_t nrf_libuarte_async_config2 = {
            .tx_pin     = TX_PIN_NUMBER2,
            .rx_pin     = RX_PIN_NUMBER2,
            .baudrate   = NRF_UARTE_BAUDRATE_115200,
            .parity     = NRF_UARTE_PARITY_EXCLUDED,
            .hwfc       = NRF_UARTE_HWFC_DISABLED,
            .timeout_us = 100,
            .int_prio   = APP_IRQ_PRIORITY_LOW_MID
    };

    err_code = nrf_libuarte_async_init(&amp;amp;libuarte, &amp;amp;nrf_libuarte_async_config, uart_event_handler, (void *)&amp;amp;libuarte);
   // ret_code_t err_code2 = nrf_libuarte_async_init(&amp;amp;libuarte2, &amp;amp;nrf_libuarte_async_config2, uart_event_handler2, (void *)&amp;amp;libuarte2);//edited2

    APP_ERROR_CHECK(err_code);
  //  APP_ERROR_CHECK(err_code2);//edited2

    nrf_libuarte_async_enable(&amp;amp;libuarte);
  //  nrf_libuarte_async_enable(&amp;amp;libuarte2);//edited2

    static uint8_t text[] = &amp;quot;ble_app_libUARTE example started.\r\n&amp;quot;;
    static uint8_t text_size = sizeof(text);

    err_code = nrf_libuarte_async_tx(&amp;amp;libuarte, text, text_size);
    //err_code2 = nrf_libuarte_async_tx(&amp;amp;libuarte2, text, text_size);//edited2
    APP_ERROR_CHECK(err_code);
   // APP_ERROR_CHECK(err_code2);//edited2
}
/**@snippet [UART Initialization] */


/**@brief Function for initializing the Advertising functionality.
 */
static void advertising_init(void)
{
    uint32_t               err_code;
    ble_advertising_init_t init;

    memset(&amp;amp;init, 0, sizeof(init));

    init.advdata.name_type          = BLE_ADVDATA_FULL_NAME;
    init.advdata.include_appearance = false;
    init.advdata.flags              = BLE_GAP_ADV_FLAGS_LE_ONLY_LIMITED_DISC_MODE;

    init.srdata.uuids_complete.uuid_cnt = sizeof(m_adv_uuids) / sizeof(m_adv_uuids[0]);
    init.srdata.uuids_complete.p_uuids  = m_adv_uuids;

    init.config.ble_adv_fast_enabled  = true;
    init.config.ble_adv_fast_interval = APP_ADV_INTERVAL;
    init.config.ble_adv_fast_timeout  = APP_ADV_DURATION;
    init.evt_handler = on_adv_evt;

    err_code = ble_advertising_init(&amp;amp;m_advertising, &amp;amp;init);
    APP_ERROR_CHECK(err_code);

    ble_advertising_conn_cfg_tag_set(&amp;amp;m_advertising, APP_BLE_CONN_CFG_TAG);
}


/**@brief Function for initializing buttons and leds.
 *
 * @param[out] p_erase_bonds  Will be true if the clear bonding button was pressed to wake the application up.
 */
static void buttons_leds_init(bool * p_erase_bonds)
{
    bsp_event_t startup_event;

    uint32_t err_code = bsp_init(BSP_INIT_LEDS | BSP_INIT_BUTTONS, bsp_event_handler);
    APP_ERROR_CHECK(err_code);

    err_code = bsp_btn_ble_init(NULL, &amp;amp;startup_event);
    APP_ERROR_CHECK(err_code);

    *p_erase_bonds = (startup_event == BSP_EVENT_CLEAR_BONDING_DATA);
}


/**@brief Function for initializing the nrf log module.
 */
static void log_init(void)
{
    ret_code_t err_code = NRF_LOG_INIT(NULL);
    APP_ERROR_CHECK(err_code);

    NRF_LOG_DEFAULT_BACKENDS_INIT();
}


/**@brief Function for initializing power management.
 */
static void power_management_init(void)
{
    ret_code_t err_code;
    err_code = nrf_pwr_mgmt_init();
    APP_ERROR_CHECK(err_code);
}


/**@brief Function for handling the idle state (main loop).
 *
 * @details If there is no pending log operation, then sleep until next the next event occurs.
 */
static void idle_state_handle(void)
{
    if (NRF_LOG_PROCESS() == false)
    {
        nrf_pwr_mgmt_run();
    }
}


/**@brief Function for starting advertising.
 */
static void advertising_start(void)
{
    NRF_LOG_INFO(&amp;quot;call advertising start&amp;quot;);
    uint32_t err_code = ble_advertising_start(&amp;amp;m_advertising, BLE_ADV_MODE_FAST);
    APP_ERROR_CHECK(err_code);
}


/**@brief Application main function.
 */
int main(void)
{
    bool erase_bonds;
log_init();
    // Initialize.
    uart_init();
    timers_init();
    buttons_leds_init(&amp;amp;erase_bonds);
    power_management_init();
    ble_stack_init();
    gap_params_init();
    gatt_init();
    services_init();
    advertising_init();
    conn_params_init();
    // Start execution.
    NRF_LOG_INFO(&amp;quot;Debug logging for UART over RTT started.&amp;quot;);
    advertising_start();

    // Enter main loop.
    for (;;)
    {
        idle_state_handle();
    }
}


/**
 * @}
 */
&lt;/pre&gt;&lt;br /&gt;Here is my main.c&lt;/p&gt;
&lt;p&gt;Thank Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to combine the ble_app_uart with libuartes example ?</title><link>https://devzone.nordicsemi.com/thread/354255?ContentTypeID=1</link><pubDate>Tue, 22 Feb 2022 07:02:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aad4f24a-5145-435a-9fa9-8e634d65f7d0</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;What function returned the err_code that was checked using APP_ERROR_CHECK on l ine 570 in your main.c? And what check inside that function made it return NRF_ERROR_INVALID_PARAM?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I assume it is related to the initialization of libuarte.&lt;/p&gt;
&lt;p&gt;I used these settings, and it didn&amp;#39;t return NRF_ERROR_INVALID_PARAM in my case:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;NRF_LIBUARTE_ASYNC_DEFINE(libuarte, 0, 1, NRF_LIBUARTE_PERIPHERAL_NOT_USED, NRF_LIBUARTE_PERIPHERAL_NOT_USED, 255, 3);
NRF_LIBUARTE_ASYNC_DEFINE(libuarte2, 1, 2, NRF_LIBUARTE_PERIPHERAL_NOT_USED, NRF_LIBUARTE_PERIPHERAL_NOT_USED, 255, 3);

...

static void uart_init(void)
{
    uint32_t                     err_code;

    nrf_libuarte_async_config_t nrf_libuarte_async_config = {
            .tx_pin     = 26,
            .rx_pin     = 8,
            .baudrate   = NRF_UARTE_BAUDRATE_115200,
            .parity     = NRF_UARTE_PARITY_EXCLUDED,
            .hwfc       = NRF_UARTE_HWFC_DISABLED,
            .timeout_us = 100,
            .int_prio   = APP_IRQ_PRIORITY_LOW_MID
    };
        nrf_libuarte_async_config_t nrf_libuarte_async_config2 = {
            .tx_pin     = 6,
            .rx_pin     = 27,
            .baudrate   = NRF_UARTE_BAUDRATE_115200,
            .parity     = NRF_UARTE_PARITY_EXCLUDED,
            .hwfc       = NRF_UARTE_HWFC_DISABLED,
            .timeout_us = 100,
            .int_prio   = APP_IRQ_PRIORITY_LOW_MID
    };

    err_code = nrf_libuarte_async_init(&amp;amp;libuarte, &amp;amp;nrf_libuarte_async_config, uart_event_handler, (void *)&amp;amp;libuarte);
    ret_code_t err_code2 = nrf_libuarte_async_init(&amp;amp;libuarte2, &amp;amp;nrf_libuarte_async_config2, uart_event_handler2, (void *)&amp;amp;libuarte2);&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to combine the ble_app_uart with libuartes example ?</title><link>https://devzone.nordicsemi.com/thread/354189?ContentTypeID=1</link><pubDate>Mon, 21 Feb 2022 14:56:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b78a8485-855d-4d12-ada8-05cb50049d4d</guid><dc:creator>Pham Tam</dc:creator><description>[quote userid="112827" url="~/f/nordic-q-a/84455/how-to-combine-the-ble_app_uart-with-libuartes-example/354024#354024"]Since you only have 3 RTCs, and want to use 1 for the softdevice, 1 for the app_timer, you don&amp;#39;t have 2 left to use for libuarte. However, if you look at the definition of&amp;nbsp;NRF_LIBUARTE_ASYNC_DEFINE() in nrf_libuarte_async.h, you can see that if you set&amp;nbsp;_rtc1_idx and&amp;nbsp;_timer1_idx to NRF_LIBUARTE_PERIPHERAL_NOT_USED, then it will use the app_timer instead. Try that.&amp;nbsp;[/quote]
&lt;p&gt;&lt;span&gt;I got this problem&lt;br /&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/pastedimage1645189750692v1.png" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div id="simple-translate"&gt;
&lt;div&gt;
&lt;div class="simple-translate-button isShow" style="height:22px;left:106px;top:113px;width:22px;"&gt;&lt;/div&gt;
&lt;div class="simple-translate-panel " style="background-color:#ffffff;font-size:13px;height:200px;left:0px;top:0px;width:300px;"&gt;
&lt;div class="simple-translate-result-wrapper" style="overflow:hidden;"&gt;
&lt;div class="simple-translate-move"&gt;&lt;/div&gt;
&lt;div class="simple-translate-result-contents"&gt;
&lt;p class="simple-translate-result" style="color:#000000;" dir="auto"&gt;&lt;/p&gt;
&lt;p class="simple-translate-candidate" style="color:#737373;" dir="auto"&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to combine the ble_app_uart with libuartes example ?</title><link>https://devzone.nordicsemi.com/thread/354034?ContentTypeID=1</link><pubDate>Mon, 21 Feb 2022 07:20:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1e69433-f08b-4d6f-bf66-33a4a3e3530f</guid><dc:creator>Edvin</dc:creator><description>[quote user="pham_tam"]Can you explain for me the reson why we has to set libuarte&amp;#39;s higher interrupt priority than the app_timer.?[/quote]
&lt;p&gt;I am not familiar with the details, but I imagine it has to do with the libuarte needs to be able to process interrupts even though you are in an app_timer interrupt.&amp;nbsp;&lt;/p&gt;
[quote user="pham_tam"]I try to set like that but when I debug I still got the same problem. I don&amp;#39;t know why ?[/quote]
&lt;p&gt;What problem?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;BR,&lt;br /&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to combine the ble_app_uart with libuartes example ?</title><link>https://devzone.nordicsemi.com/thread/354024?ContentTypeID=1</link><pubDate>Mon, 21 Feb 2022 04:31:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:86b94691-3d1f-407d-bc06-b4366730876c</guid><dc:creator>Pham Tam</dc:creator><description>[quote userid="26071" url="~/f/nordic-q-a/84455/how-to-combine-the-ble_app_uart-with-libuartes-example/353850#353850"]&lt;p&gt;If you want to use the app_timer for the libuarte timer like this, then you need to make sure that the libuarte has a higher interrupt priority than the app_timer itself. Therefore, set:&lt;/p&gt;
&lt;p&gt;.int_prio&amp;nbsp; &amp;nbsp;= APP_IRQ_PRIORITY_LOW_MID.&lt;/p&gt;[/quote]
&lt;p&gt;Thanks for your reply Edvin,&lt;br /&gt;I followed this suggestion and it worked&amp;nbsp; ^^&lt;br /&gt;Can you explain for me the reson why we has to set libuarte&amp;#39;s higher interrupt priority than the app_timer.?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;nbsp;And this one&lt;/p&gt;
[quote userid="26071" url="~/f/nordic-q-a/84455/how-to-combine-the-ble_app_uart-with-libuartes-example/353850#353850"]Since you only have 3 RTCs, and want to use 1 for the softdevice, 1 for the app_timer, you don&amp;#39;t have 2 left to use for libuarte. However, if you look at the definition of&amp;nbsp;NRF_LIBUARTE_ASYNC_DEFINE() in nrf_libuarte_async.h, you can see that if you set&amp;nbsp;_rtc1_idx and&amp;nbsp;_timer1_idx to NRF_LIBUARTE_PERIPHERAL_NOT_USED, then it will use the app_timer instead. Try that.&amp;nbsp;[/quote]
&lt;p&gt;I try to set like that but when I debug I still got the same problem. I don&amp;#39;t know why ?&lt;br /&gt;Having said that, I completed my main functions of my application. Thank Edvin for your supports in long day. Thank you so much, Edvin. I hope this thread will be useful for another one who got the same problem like me.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to combine the ble_app_uart with libuartes example ?</title><link>https://devzone.nordicsemi.com/thread/353899?ContentTypeID=1</link><pubDate>Fri, 18 Feb 2022 15:05:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:734d701e-2ebe-427c-971d-7c8b50a3e6fc</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;That is the problem you had all along. The only difference is that you are now able to see what the problem is, because you moved it to after log_init(). Please see the details in my previous reply on how to fix the NRF_ERROR_INVALID_PARAM.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to combine the ble_app_uart with libuartes example ?</title><link>https://devzone.nordicsemi.com/thread/353858?ContentTypeID=1</link><pubDate>Fri, 18 Feb 2022 13:09:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5cc0795e-cfa7-4e4d-8b65-8f43ea229242</guid><dc:creator>Pham Tam</dc:creator><description>&lt;p&gt;Hi Edvin, thanks for your reply.&amp;nbsp; I&amp;#39;ll try this&lt;br /&gt;When I move log_init() above uart_init()&lt;br /&gt;i got this problem&amp;nbsp;&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1645189750692v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1645189765125v2.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to combine the ble_app_uart with libuartes example ?</title><link>https://devzone.nordicsemi.com/thread/353850?ContentTypeID=1</link><pubDate>Fri, 18 Feb 2022 13:01:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab3ebbb9-6d9c-4e03-951c-308a81ca1b6d</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Looks like you are using app_timer in your application as well. app_timer is using RTC1, so you can&amp;#39;t use that for the libuarte either.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The reason the log doesn&amp;#39;t print anything is because it crashes before log_init(). Try to set log_init() first.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Since you only have 3 RTCs, and want to use 1 for the softdevice, 1 for the app_timer, you don&amp;#39;t have 2 left to use for libuarte. However, if you look at the definition of&amp;nbsp;NRF_LIBUARTE_ASYNC_DEFINE() in nrf_libuarte_async.h, you can see that if you set&amp;nbsp;_rtc1_idx and&amp;nbsp;_timer1_idx to NRF_LIBUARTE_PERIPHERAL_NOT_USED, then it will use the app_timer instead. Try that.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you want to use the app_timer for the libuarte timer like this, then you need to make sure that the libuarte has a higher interrupt priority than the app_timer itself. Therefore, set:&lt;/p&gt;
&lt;p&gt;.int_prio&amp;nbsp; &amp;nbsp;= APP_IRQ_PRIORITY_LOW_MID.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to combine the ble_app_uart with libuartes example ?</title><link>https://devzone.nordicsemi.com/thread/353843?ContentTypeID=1</link><pubDate>Fri, 18 Feb 2022 12:47:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8675ad65-3388-4f64-9046-20f68518630d</guid><dc:creator>Pham Tam</dc:creator><description>&lt;p&gt;Hi Edvin, I try settting a breakpoint at uart_init() and here is the result&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1645188442628v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1645188353169v2.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to combine the ble_app_uart with libuartes example ?</title><link>https://devzone.nordicsemi.com/thread/353841?ContentTypeID=1</link><pubDate>Fri, 18 Feb 2022 12:42:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fbcbc8c5-ef01-4e6b-8ac9-e1da244701bd</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Try setting a breakpoint at uart_init() in your main() function. Is it reached?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to combine the ble_app_uart with libuartes example ?</title><link>https://devzone.nordicsemi.com/thread/353763?ContentTypeID=1</link><pubDate>Fri, 18 Feb 2022 07:46:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:86cf47ac-a634-4e9f-8efd-0e7d8db7572b</guid><dc:creator>Pham Tam</dc:creator><description>&lt;p&gt;I am using custom board with chip nRF52833.&amp;nbsp;&lt;br /&gt;The pca is pca10100.&lt;br /&gt;I think problem is related to RTC and TIMER.&lt;br /&gt;Here is my project&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;this is the relevant configuration:&lt;/p&gt;
&lt;p&gt;#define NRF_LIBUARTE_ASYNC_WITH_APP_TIMER 1&lt;br /&gt;#define NRF_LIBUARTE_DRV_UARTE0 1&lt;br /&gt;#define NRF_LIBUARTE_DRV_UARTE1 1&lt;/p&gt;
&lt;p&gt;#define NRFX_RTC_ENABLED 1&lt;br /&gt;#define NRFX_RTC0_ENABLED 1&lt;br /&gt;#define NRFX_RTC1_ENABLED 0&lt;br /&gt;#define NRFX_RTC2_ENABLED 1&lt;/p&gt;
&lt;p&gt;#define NRFX_TIMER_ENABLED 1&lt;br /&gt;#define NRFX_TIMER0_ENABLED 1&lt;br /&gt;#define NRFX_TIMER1_ENABLED 1&lt;br /&gt;#define NRFX_TIMER2_ENABLED 1&lt;br /&gt;#define NRFX_TIMER3_ENABLED 1&lt;br /&gt;#define NRFX_TIMER4_ENABLED 0&lt;br /&gt;&lt;br /&gt;NRF_LIBUARTE_ASYNC_DEFINE(libuarte, 0, 1, 1, NRF_LIBUARTE_PERIPHERAL_NOT_USED, 255, 3);&lt;br /&gt;NRF_LIBUARTE_ASYNC_DEFINE(libuarte, 1, 2, 2, NRF_LIBUARTE_PERIPHERAL_NOT_USED, 255, 3);&lt;br /&gt;here is my debug terminal&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1645180057601v2.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/ble_5F00_libuarte_5F00_tam.rar"&gt;devzone.nordicsemi.com/.../ble_5F00_libuarte_5F00_tam.rar&lt;/a&gt;.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to combine the ble_app_uart with libuartes example ?</title><link>https://devzone.nordicsemi.com/thread/353761?ContentTypeID=1</link><pubDate>Fri, 18 Feb 2022 07:39:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90b0fe6b-5b95-4671-839a-41ac551fb408</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Are you running this on an nRF52833 DK? If so, can you please .zip the application folder and upload it here?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to combine the ble_app_uart with libuartes example ?</title><link>https://devzone.nordicsemi.com/thread/353735?ContentTypeID=1</link><pubDate>Fri, 18 Feb 2022 01:08:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47bcc827-1611-4e31-ac14-9da9727b1b19</guid><dc:creator>Pham Tam</dc:creator><description>&lt;p&gt;I can flashing code to nRF&lt;/p&gt;
&lt;p&gt;Debug Terminal didn&amp;#39;n show anything ( play button(excution) in debug mode can&amp;#39;t play)&lt;/p&gt;
&lt;p&gt;Can&amp;#39;t advertising&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can&amp;#39;t communicate via libuarte&lt;/p&gt;
&lt;p&gt;But when I disable libuarte2. The code worked correctly.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to combine the ble_app_uart with libuartes example ?</title><link>https://devzone.nordicsemi.com/thread/353720?ContentTypeID=1</link><pubDate>Thu, 17 Feb 2022 21:19:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d80f214d-1e15-4162-879e-ee2f1761bee4</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;What happens when you try it like that? Does it compile? Do you get an error during runtime? What do you observe?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to combine the ble_app_uart with libuartes example ?</title><link>https://devzone.nordicsemi.com/thread/353633?ContentTypeID=1</link><pubDate>Thu, 17 Feb 2022 13:50:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38b8326d-624d-4f7f-a3f9-810be5c4283b</guid><dc:creator>Pham Tam</dc:creator><description>&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1645105450312v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Hi Edvin, how to enable 2 libuartes in BLE&amp;amp;Libuartes project./&lt;/p&gt;
&lt;p&gt;I dont use TIMER0 and RTC0 but the code not worked..I can&amp;#39;t debug.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to combine the ble_app_uart with libuartes example ?</title><link>https://devzone.nordicsemi.com/thread/353612?ContentTypeID=1</link><pubDate>Thu, 17 Feb 2022 12:45:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f758b4f8-71b9-4354-82a8-b92302032118</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Yes. Both TIMER0 and RTC0 are used by the softdevice (BLE stack).&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to combine the ble_app_uart with libuartes example ?</title><link>https://devzone.nordicsemi.com/thread/353572?ContentTypeID=1</link><pubDate>Thu, 17 Feb 2022 11:22:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e08b05a6-e780-44b2-b79b-f1b9d04a9679</guid><dc:creator>Pham Tam</dc:creator><description>&lt;p&gt;Hi Edvin,&amp;nbsp;&lt;br /&gt;My problem was solved. I used this sdk_config.h. And change&amp;nbsp; the timer_idx into 1. Seem BLE using timer_idx 0&amp;nbsp; &amp;nbsp;??&lt;br /&gt;if I use libuarte&amp;nbsp; &amp;nbsp;NRF_LIBUARTE_ASYNC_DEFINE(libuarte, 0, 0, 0, NRF_LIBUARTE_PERIPHERAL_NOT_USED, 255, 3);&lt;/p&gt;
&lt;p&gt;I got problem like right before question.&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/6082.sdk_5F00_config.h"&gt;devzone.nordicsemi.com/.../6082.sdk_5F00_config.h&lt;/a&gt;&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1645096590526v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to combine the ble_app_uart with libuartes example ?</title><link>https://devzone.nordicsemi.com/thread/353497?ContentTypeID=1</link><pubDate>Thu, 17 Feb 2022 03:57:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd9b9a4b-874d-4336-bd36-9448fdd14e37</guid><dc:creator>Pham Tam</dc:creator><description>&lt;p&gt;Hi Edvin, I try to run standalone libuartes in this project. And I get this error&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1645070199174v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to combine the ble_app_uart with libuartes example ?</title><link>https://devzone.nordicsemi.com/thread/353393?ContentTypeID=1</link><pubDate>Wed, 16 Feb 2022 14:08:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2dc443ed-b28d-4a16-8708-9b95cdfda03f</guid><dc:creator>Pham Tam</dc:creator><description>&lt;p&gt;Hi Edvin,&lt;/p&gt;
[quote userid="26071" url="~/f/nordic-q-a/84455/how-to-combine-the-ble_app_uart-with-libuartes-example/353374#353374"]Do you see the log from your application running on the nRF? It should print &amp;quot;Debug logging for UART over RTT started.&amp;quot;[/quote]
&lt;p&gt;No, I don&amp;#39;t. In Debug Terminal there is nothing&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote userid="26071" url="~/f/nordic-q-a/84455/how-to-combine-the-ble_app_uart-with-libuartes-example/353374#353374"]NRF_FPRINTF_FLAG_AUTOMATIC_CR_ON_LF_ENABLED to 0 in your sdk_config.h [/quote]
&lt;p&gt;I try to set to 0 but nothing change&lt;br /&gt;When I click play button, The first time, I can&amp;#39;t&amp;nbsp; play. The button not turn to red color || (playing) it&amp;#39;s still |&amp;gt;&amp;nbsp; (green, ready to play). Probably somewhere error? And the second time I click, I can play, the button turn to red color || (playing).&lt;/p&gt;
&lt;p&gt;If I change my main.c into only ble_app_uart =&amp;gt; this code will work, but I add libuartes it not advertising&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1645020485479v1.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to combine the ble_app_uart with libuartes example ?</title><link>https://devzone.nordicsemi.com/thread/353374?ContentTypeID=1</link><pubDate>Wed, 16 Feb 2022 13:32:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7745e7ee-02c0-47b6-8bc3-7c93c0561591</guid><dc:creator>Edvin</dc:creator><description>[quote user="pham_tam"]But after merged 2 examples I cannot find my DEVICE_NAME (but code was flashed successfully)[/quote]
&lt;p&gt;So what you are saying is that your device is probably not advertising, right?&lt;/p&gt;
&lt;p&gt;My first guess is that one of the APP_ERROR_CHECK(err_code) receives an error.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you see the log from your application running on the nRF? It should print &amp;quot;Debug logging for UART over RTT started.&amp;quot; when your application starts up (from your main() function). If you don&amp;#39;t see it have you tried running a debug session in SES? If you still don&amp;#39;t see any logs, try setting&amp;nbsp;NRF_FPRINTF_FLAG_AUTOMATIC_CR_ON_LF_ENABLED to 0 in your sdk_config.h file and see if the log pops up then.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>