<?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>Add zigbee to an existing freeRTOS project with BLE.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/71226/add-zigbee-to-an-existing-freertos-project-with-ble</link><description>Hello 
 I&amp;#39;m trying to add zigbee to an existing freeRTOS project with BLE. The approach so far is combining &amp;quot;Zigbee Multi Sensor with FreeRTOS Example&amp;quot; and &amp;quot;Adding dynamic multiprotocol Zigbee support to BLE examples&amp;quot; During the &amp;quot;zboss_start_no_autostart</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 05 Feb 2021 10:32:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/71226/add-zigbee-to-an-existing-freertos-project-with-ble" /><item><title>RE: Add zigbee to an existing freeRTOS project with BLE.</title><link>https://devzone.nordicsemi.com/thread/293056?ContentTypeID=1</link><pubDate>Fri, 05 Feb 2021 10:32:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:739aeea5-0419-4a5d-bda2-ec1b47d7d983</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Can you please attach your project here. I am not an expert in Zigbee but I have good experience in FreeRTOS related issues.&lt;/p&gt;
&lt;p&gt;If I can reproduce this on the merged project you have, I might be able to debug the internals.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add zigbee to an existing freeRTOS project with BLE.</title><link>https://devzone.nordicsemi.com/thread/292726?ContentTypeID=1</link><pubDate>Wed, 03 Feb 2021 14:49:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e4e8185-edca-48ca-a924-59b02a3bec70</guid><dc:creator>vilpih</dc:creator><description>&lt;p&gt;It&amp;#39;s the function is from your example so I suppose it&amp;#39;s correct &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/zigbee_multi_sensor_freertos_example.html"&gt;infocenter.nordicsemi.com/.../zigbee_multi_sensor_freertos_example.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add zigbee to an existing freeRTOS project with BLE.</title><link>https://devzone.nordicsemi.com/thread/292722?ContentTypeID=1</link><pubDate>Wed, 03 Feb 2021 14:44:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6fd120c3-959a-4c16-b5a4-14eea0ce25fc</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;We do not have code for that, and sounds like that this function has been called from the context it is not supposed to be called from. Do you happen to have a call stack trace when this assert happens?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add zigbee to an existing freeRTOS project with BLE.</title><link>https://devzone.nordicsemi.com/thread/292706?ContentTypeID=1</link><pubDate>Wed, 03 Feb 2021 14:00:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c365f583-8d82-46ed-bfd3-4575549979f3</guid><dc:creator>vilpih</dc:creator><description>&lt;p&gt;It&amp;#39;s called somewhere inside&amp;nbsp;zboss_start_no_autostart() which is a part of the zboss stack&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;void zigbee_main_task(void *pvParameter)
{
    zb_ret_t       zb_err_code;

    UNUSED_PARAMETER(pvParameter);

    NRF_LOG_INFO(&amp;quot;The zigbee_main_task started.&amp;quot;);

    /* Start Zigbee Stack. */
    zb_err_code = zboss_start_no_autostart();
    ZB_ERROR_CHECK(zb_err_code);

    while (true)
    {
        if (xSemaphoreTakeRecursive(m_zigbee_main_task_mutex, 5) == pdTRUE)
        {
            zboss_main_loop_iteration();
            UNUSED_RETURN_VALUE(xSemaphoreGiveRecursive(m_zigbee_main_task_mutex));
        }
        vTaskDelay(1);
    }
}&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add zigbee to an existing freeRTOS project with BLE.</title><link>https://devzone.nordicsemi.com/thread/292676?ContentTypeID=1</link><pubDate>Wed, 03 Feb 2021 13:02:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e9e0c53-ed93-4b1f-9f15-766e1444e2a4</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I do not see any references to&amp;nbsp;vTaskGenericNotifyGiveFromISR in the Thread SDK nor in FreeRTOS API.&lt;/p&gt;
&lt;p&gt;Where is it defined? what is the context it is called from?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I need the context and some code snippets to understand more about the issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>