<?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>ERROR 4 [NRF_ERROR_NO_MEM]  : app_sched_event_put()</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/89850/error-4-nrf_error_no_mem-app_sched_event_put</link><description>Hi all: 
 SDK17.1.0 
 softdevice:s112 
 example:ble_app_hids_keyboard 
 
 I add a lot of function in my project ,including gzll, i2c,timer1 ,app timer ,rtc ,flash read/write... 
 but it shows the error as below 
 &amp;lt;error&amp;gt; app: ERROR 4 [NRF_ERROR_NO_MEM</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 13 Jul 2022 08:27:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/89850/error-4-nrf_error_no_mem-app_sched_event_put" /><item><title>RE: ERROR 4 [NRF_ERROR_NO_MEM]  : app_sched_event_put()</title><link>https://devzone.nordicsemi.com/thread/376724?ContentTypeID=1</link><pubDate>Wed, 13 Jul 2022 08:27:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b3683184-9701-410a-8cdf-a8ca5eee039a</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Only that it will take up RAM&amp;nbsp;and that the execution is delayed.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ERROR 4 [NRF_ERROR_NO_MEM]  : app_sched_event_put()</title><link>https://devzone.nordicsemi.com/thread/376661?ContentTypeID=1</link><pubDate>Tue, 12 Jul 2022 16:36:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75d679e6-7a26-4e40-bf7f-a161cbfbb118</guid><dc:creator>joe</dc:creator><description>&lt;p&gt;are there any side effects of increasing&amp;nbsp;&amp;nbsp;&lt;span&gt;SCHED_QUEUE_SIZE?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ERROR 4 [NRF_ERROR_NO_MEM]  : app_sched_event_put()</title><link>https://devzone.nordicsemi.com/thread/376446?ContentTypeID=1</link><pubDate>Mon, 11 Jul 2022 13:28:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1bdfb9f3-e8cf-4301-9904-ba3eaf6e1a7b</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Sounds to me that you are calling&amp;nbsp;app_sched_event_put() must faster than you are able to call&amp;nbsp;app_sched_execute() in your while loop in main().&lt;/p&gt;
&lt;p&gt;You can try to consider increasing&amp;nbsp;&lt;span&gt;SCHED_QUEUE_SIZE a bit more, but if that doesn&amp;#39;t help, then you should look into how frequently you are calling your app_timer, and try to reduce how often it&amp;#39;s called, or try to look into what may be preventing&amp;nbsp;app_sched_execute() from being called frequently enough.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kenneth&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>