<?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>Can&amp;#39;t advertise custom service on 52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/71997/can-t-advertise-custom-service-on-52832</link><description>Hello, I&amp;#39;m trying to port my working project from 52811 to 52832 Both are on SDK 16.0.0, SD 7.0.1 Here is the advertising code that works on 52811 : 
 This code crashes on the 52832, in ble_advertising_init -&amp;gt; ble_advdata_encode -&amp;gt; uuid_list_encode -</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 25 Feb 2021 07:59:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/71997/can-t-advertise-custom-service-on-52832" /><item><title>RE: Can't advertise custom service on 52832</title><link>https://devzone.nordicsemi.com/thread/296153?ContentTypeID=1</link><pubDate>Thu, 25 Feb 2021 07:59:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d37bef3-583f-4c2e-9fc9-95216ef478a0</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello QuentinFarizon,&lt;/p&gt;
[quote user="QuentinFarizon"]Ok fixing RAM placement fixed the issue[/quote]
&lt;p&gt;I am happy to hear that you were able to identify and resolve your issue!&lt;br /&gt;Updating RAM placement is a common source of error when migrating from one SoC to another.&lt;br /&gt;&lt;br /&gt;For future reference, I recommend that you define DEBUG in your preprocessor defines, like shown in the included image. This way, a detailed error message will be written out to your logger backend whenever a non-NRF_SUCCESS error code is passed to an APP_ERROR_CHECK.&lt;br /&gt;This way, you will be alerted whenever a function fails, and you will know what caused the failure by looking intothe error code&amp;#39;s meaning in the returning functions API Reference.&lt;br /&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/2061.enabling_5F00_debug_5F00_SES.PNG" /&gt;&lt;br /&gt;&lt;br /&gt;Please do not hesitate to open another ticket if you should encounter any issues or questions in the future.&lt;br /&gt;&lt;br /&gt;Good luck with your development!&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't advertise custom service on 52832</title><link>https://devzone.nordicsemi.com/thread/296102?ContentTypeID=1</link><pubDate>Wed, 24 Feb 2021 17:56:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0821238-845f-470f-8f77-aedee3a3a855</guid><dc:creator>QuentinFarizon</dc:creator><description>&lt;p&gt;Ok fixing RAM placement fixed the issue&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't advertise custom service on 52832</title><link>https://devzone.nordicsemi.com/thread/296097?ContentTypeID=1</link><pubDate>Wed, 24 Feb 2021 16:47:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a2b9f12-929a-4c7c-ba94-32a94ebbad92</guid><dc:creator>QuentinFarizon</dc:creator><description>&lt;p&gt;Ok I have the same issue than this :&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/15013/sd_ble_gap_adv_data_set-returns-0x3001"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/15013/sd_ble_gap_adv_data_set-returns-0x3001&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;nrf_sdh_ble_enable fails with error code 4&lt;br /&gt;It is called with a RAM start&amp;nbsp;of&amp;nbsp;0x20002290&lt;br /&gt;&lt;br /&gt;Here is my project configuration :&lt;br /&gt;linker_section_placement_macros=&amp;quot;FLASH_PH_START=0x0;FLASH_PH_SIZE=0x80000;RAM_PH_START=0x20000000;RAM_PH_SIZE=0x10000;FLASH_START=0x26000;FLASH_SIZE=0x5a000;RAM_START=0x20002220;RAM_SIZE=0xdde0&amp;quot;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>