<?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>Custom UUID troubles</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/60491/custom-uuid-troubles</link><description>In an attempt to add a custom UUID to your current project I change NRF_SDH_BLE_VS_UUID_COUNT from 0 to 1. Then loaded the code onto our PCA100040 53822 devkit. At runtime ble_stack_init() calls nrf_sdh_ble_enable() returns with error code 4 (NRF_ERROR_NO_MEM</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 21 Apr 2020 17:55:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/60491/custom-uuid-troubles" /><item><title>RE: Custom UUID troubles</title><link>https://devzone.nordicsemi.com/thread/245905?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2020 17:55:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd9eebc3-47b9-4d94-a55a-82f747eebdb5</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Thanks for the update. I forgot to refresh the page before posting my answer:)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom UUID troubles</title><link>https://devzone.nordicsemi.com/thread/245904?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2020 17:53:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f86561b7-bfb3-4125-bf85-3ceb456a9217</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The current app RAM base address is probably set too low&amp;nbsp;so the Softdevice can&amp;#39;t fit the new UUID buffer. So basically you need to increase the app RAM start address to free RAM to the Softdevice. If you have debug logging enabled you should get a warning message stating what the new minimum RAM start address requirement is.&amp;nbsp; If not you can just try to increase it with a few bytes. 16 bytes is probably enough considering the&amp;nbsp;size of the vendor UUID&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom UUID troubles</title><link>https://devzone.nordicsemi.com/thread/245903?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2020 17:47:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7bbd147b-d814-4491-9a01-209d12ac2751</guid><dc:creator>mac</dc:creator><description>&lt;p&gt;I fixed the issue by setting the lower regions of RAM higher. I feel foolish &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></channel></rss>