<?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>app_util.h:118:41: error: static assertion failed: &amp;quot;unspecified message&amp;quot;</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/30916/app_util-h-118-41-error-static-assertion-failed-unspecified-message</link><description>Hi, 
 I am trying to use random number generator as implemented in &amp;quot;.../examples/peripheral/rng&amp;quot; from SDK14.2 in a project but receiving compile problems as shown below. ble_app_hrs_rscs_relay is used as project template. I enabled RNG_ENABLED in sdk_config</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 27 Feb 2018 14:14:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/30916/app_util-h-118-41-error-static-assertion-failed-unspecified-message" /><item><title>RE: app_util.h:118:41: error: static assertion failed: "unspecified message"</title><link>https://devzone.nordicsemi.com/thread/122149?ContentTypeID=1</link><pubDate>Tue, 27 Feb 2018 14:14:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:008c5ea6-f8bd-418a-9673-eb20b344ab00</guid><dc:creator>Yunus</dc:creator><description>&lt;p&gt;Thanks for your replay. It is working now &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: app_util.h:118:41: error: static assertion failed: "unspecified message"</title><link>https://devzone.nordicsemi.com/thread/122142?ContentTypeID=1</link><pubDate>Tue, 27 Feb 2018 13:48:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e5e2c63-9979-4d55-bb95-66c6b6732cd8</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Try to increase&amp;nbsp;&lt;em&gt;RNG_CONFIG_POOL_SIZE&lt;/em&gt;&amp;nbsp;in sdk_config.h to 64 ( the same size as&amp;nbsp;SD_RAND_POOL_SIZE). Then make sure to add&lt;i&gt; &amp;quot;$(SDK_ROOT)/components/libraries/queue/nrf_queue.c&amp;quot;&lt;/i&gt; to your Makefile and set NRF_QUEUE_ENABLED to 1 in sdk_config.h. That seemed to do the trick for me.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>