<?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>Crash in SDK15.2 that was not in SDK14.2 (S132, Segger Embedded)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/74885/crash-in-sdk15-2-that-was-not-in-sdk14-2-s132-segger-embedded</link><description>I am moving my project up to SDK15.2 from SDK14.2 and all is good except when I try to connect a ESP32 device. 
 When connecting to the 14.2 code, I get this in the debug console: 
 
 When connecting to the 15.2 code, I get this in the debug window: </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 07 May 2021 20:49:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/74885/crash-in-sdk15-2-that-was-not-in-sdk14-2-s132-segger-embedded" /><item><title>RE: Crash in SDK15.2 that was not in SDK14.2 (S132, Segger Embedded)</title><link>https://devzone.nordicsemi.com/thread/308812?ContentTypeID=1</link><pubDate>Fri, 07 May 2021 20:49:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b48f338-f9ba-49da-84aa-74aad693b8ee</guid><dc:creator>Bryan H</dc:creator><description>&lt;p&gt;Fixed by removing the APP_ERROR_CHECK in the&amp;nbsp;case BLE_GATTS_EVT_EXCHANGE_MTU_REQUEST:&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Crash in SDK15.2 that was not in SDK14.2 (S132, Segger Embedded)</title><link>https://devzone.nordicsemi.com/thread/308802?ContentTypeID=1</link><pubDate>Fri, 07 May 2021 18:19:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8224f6e0-81b3-4cd6-8507-503aa28b7dc9</guid><dc:creator>Bryan H</dc:creator><description>&lt;p&gt;Also, Line 1932 of main.c is APP_ERROR_CHECK(err_code); in the code below:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;        case BLE_GATTS_EVT_EXCHANGE_MTU_REQUEST:
			err_code=sd_ble_gatts_exchange_mtu_reply(p_ble_evt-&amp;gt;evt.gatts_evt.conn_handle, NRF_SDH_BLE_GATT_MAX_MTU_SIZE);
			APP_ERROR_CHECK(err_code);
			break;&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>