<?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>Regarding LESC and Issues with Chip Transplantation</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/106588/regarding-lesc-and-issues-with-chip-transplantation</link><description>Hello Nordic engineer, 
 
 I use SDK 15.3.0 examples\ble_central_and_peripheral\experimental\ble_app_multirole_lesc 
 I want to disable LESC, and I&amp;#39;m taking these steps 
 
 
 However, when connecting with a mobile phone and nRF52840 Dongle, a dialog box</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 12 Jan 2024 07:33:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/106588/regarding-lesc-and-issues-with-chip-transplantation" /><item><title>RE: Regarding LESC and Issues with Chip Transplantation</title><link>https://devzone.nordicsemi.com/thread/463905?ContentTypeID=1</link><pubDate>Fri, 12 Jan 2024 07:33:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:55d186af-4ded-44b5-ab3c-94ee8affcaac</guid><dc:creator>tony55723</dc:creator><description>&lt;p&gt;Thank you&amp;nbsp;&lt;span&gt;Berg&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Regarding LESC and Issues with Chip Transplantation</title><link>https://devzone.nordicsemi.com/thread/462229?ContentTypeID=1</link><pubDate>Tue, 02 Jan 2024 10:04:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a4270a9-67b0-42d3-b470-f7d09f3f54da</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s an example of how you can remove the peer manager:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2744.diff.diff"&gt;devzone.nordicsemi.com/.../2744.diff.diff&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Regarding LESC and Issues with Chip Transplantation</title><link>https://devzone.nordicsemi.com/thread/461970?ContentTypeID=1</link><pubDate>Thu, 28 Dec 2023 13:54:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:14e91216-dd55-4f48-9584-e806e646ec2c</guid><dc:creator>tony55723</dc:creator><description>&lt;p&gt;Hello Berg,&lt;/p&gt;
&lt;p&gt;Thank you for your &lt;span&gt;reply&lt;/span&gt;,&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;log_init();
    timer_init();
    buttons_leds_init(&amp;amp;erase_bonds);
    power_management_init();
    ble_stack_init();
    scan_init();
    gap_params_init();
    gatt_init();
    conn_params_init();
    db_discovery_init();
    qwr_init();
    hrs_init();
    hrs_c_init();
    peer_manager_init();
    advertising_init();&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I&amp;#39;m not sure if my understanding is correct, but I just need to focus on these initialization functions, delete the unnecessary ones, right?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;What I mean is, there&amp;#39;s no need to delete the &amp;#39;peer manager module&amp;#39; anywhere else, right?&lt;/span&gt;&lt;/p&gt;
&lt;div class="flex-1 overflow-hidden"&gt;
&lt;div class="react-scroll-to-bottom--css-eluwl-79elbk h-full"&gt;
&lt;div class="react-scroll-to-bottom--css-eluwl-1n7m0yu"&gt;
&lt;div class="flex flex-col pb-9 text-sm"&gt;
&lt;div class="w-full text-token-text-primary" data-testid="conversation-turn-15"&gt;
&lt;div class="px-4 py-2 justify-center text-base md:gap-6 m-auto"&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div class="flex-col gap-1 md:gap-3"&gt;
&lt;div class="flex flex-grow flex-col max-w-full"&gt;
&lt;div data-message-author-role="assistant" data-message-id="7bb48774-f9dd-476c-8aa2-99d22a61693f"&gt;
&lt;div class="markdown prose w-full break-words dark:prose-invert light"&gt;
&lt;p&gt;As of now, what I&amp;#39;ve confirmed is that &amp;#39;peer&amp;#39; and &amp;#39;hrs&amp;#39; are the ones I need to delete; the rest, I&amp;#39;m not sure about.&amp;quot;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="mt-1 flex justify-start gap-3 empty:hidden"&gt;
&lt;div class="text-gray-400 flex self-end lg:self-center justify-center lg:justify-start mt-0 gap-1 visible"&gt;
&lt;div class="flex gap-1"&gt;&lt;span&gt;Can you tell me a few keywords that need to be deleted, for example, &amp;#39;hrs&amp;#39;?&lt;/span&gt;&lt;/div&gt;
&lt;div class="flex gap-1"&gt;&lt;/div&gt;
&lt;div class="flex gap-1"&gt;Thank you&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Regarding LESC and Issues with Chip Transplantation</title><link>https://devzone.nordicsemi.com/thread/460280?ContentTypeID=1</link><pubDate>Thu, 14 Dec 2023 07:13:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ee72726-af5e-4d27-b55e-cc27e2ea9501</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I&amp;#39;d recommend removing the peer manager module and its dependencies, given the memory constraints of the nRF52811. After doing this, you need to handle the BLE_GAP_EVT_SEC_PARAMS_REQUEST and BLE_GATTS_EVT_SYS_ATTR_MISSING events like how it is done in the ble_app_uart example.&lt;/p&gt;
&lt;p&gt;Also, please note that there is no multirole Softdevice qualified for the nRF52811 in nRF5 SDK 15.3.0. In SDK 16 and later, you can use the s140.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Compatibility matrix:&amp;nbsp;&lt;a title="SDKs and SoftDevices " href="https://infocenter.nordicsemi.com/topic/comp_matrix_nrf52811/COMP/nrf52811/nrf52811_ic_rev_sdk_sd_comp_matrix.html?cp=5_4_3_2"&gt;SDKs and SoftDevices&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>