<?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>Application timer with Mesh</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/76193/application-timer-with-mesh</link><description>Hi, Iam working on creating a ble mesh network. I wanted send led status whether on/off message from server to client periodically like every 10sec. I have configured the timer and timer interrupt occurrence is verified. Now Iam able to publish led state</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 16 Jun 2021 14:30:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/76193/application-timer-with-mesh" /><item><title>RE: Application timer with Mesh</title><link>https://devzone.nordicsemi.com/thread/315670?ContentTypeID=1</link><pubDate>Wed, 16 Jun 2021 14:30:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1ff3d97-51f4-42ca-bb94-2f1b38a15b07</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;What line of code is at&amp;nbsp;&lt;span&gt;0x0002C898?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The assert seems to be related to IRQ priority.&amp;nbsp;&lt;span&gt;When you call a mesh API from a interrupt handler, make sure you follow the &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v5.0.0/md_doc_user_guide_mesh_interrupt_priorities.html?cp=8_2_2_5" rel="noopener noreferrer" target="_blank"&gt;Interrupt priority levels requirement&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Application timer with Mesh</title><link>https://devzone.nordicsemi.com/thread/315639?ContentTypeID=1</link><pubDate>Wed, 16 Jun 2021 13:26:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:834da0ca-5b5a-4521-af39-810bb58d5d99</guid><dc:creator>E.Sumathi</dc:creator><description>&lt;p&gt;ya I was wrong, assert message is from nrf5_SDK_for_Mesh_v5.0.0_src/mesh/core/src/timer_scheduler.c&lt;br /&gt;NRF_MESH_ASSERT_DEBUG(bearer_event_in_correct_irq_priority())&lt;br /&gt;&lt;br /&gt;Assert message : Mesh assert at 0x0002C898&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Application timer with Mesh</title><link>https://devzone.nordicsemi.com/thread/315635?ContentTypeID=1</link><pubDate>Wed, 16 Jun 2021 13:17:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:78149d9b-b90a-48f5-afad-519e927a4d6c</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Looking at that line, the assert cannot be at&amp;nbsp;&lt;span&gt;nrf5_SDK_for_Mesh_v5.0.0_src/mesh/core/src/timer.c:131.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;if (IS_OVERFLOW_PENDING()) &amp;lt;&amp;lt;--- This cannot cause assert&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Can you get more context on what the assert is exactly? the addr2line should point to NRF_MESH_ASSERT.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Application timer with Mesh</title><link>https://devzone.nordicsemi.com/thread/315111?ContentTypeID=1</link><pubDate>Mon, 14 Jun 2021 11:57:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ae8af71a-5dba-45d3-80e8-5899af273fdd</guid><dc:creator>E.Sumathi</dc:creator><description>&lt;p&gt;nrf5_SDK_for_Mesh_v5.0.0_src/mesh/core/src/timer.c:131&lt;br /&gt;It shows error in timer overflow, but timer counts are cleared properly. how to overcome this error?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Application timer with Mesh</title><link>https://devzone.nordicsemi.com/thread/314875?ContentTypeID=1</link><pubDate>Fri, 11 Jun 2021 10:24:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:19fa9080-0516-4d53-9351-995cc5697bb4</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Can you use the addr2line tool to check which line of code is returning this assert?&lt;/p&gt;
&lt;p&gt;Have a look at &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/25886/70-mesh-assert-at-0x00023680" rel="noopener noreferrer" target="_blank"&gt;this&lt;/a&gt;&amp;nbsp;for how you can do it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>