<?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>Adding a peripheral to an example using BLE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/79527/adding-a-peripheral-to-an-example-using-ble</link><description>Hello, I&amp;#39;m a beginner at developping nrF52832. My problem is completely similar to this one : devzone.nordicsemi.com/.../add-saadc-peripheral-and-others-to-example-project My development Environment : --- SDK : 17.0.2 IDE : Segger embedded Studio V5.50</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 14 Sep 2021 08:25:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/79527/adding-a-peripheral-to-an-example-using-ble" /><item><title>RE: Adding a peripheral to an example using BLE</title><link>https://devzone.nordicsemi.com/thread/329341?ContentTypeID=1</link><pubDate>Tue, 14 Sep 2021 08:25:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:712e4416-fcec-4464-bce7-9eee55800732</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Great, I am happy to hear that it works as expected now!&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&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding a peripheral to an example using BLE</title><link>https://devzone.nordicsemi.com/thread/329319?ContentTypeID=1</link><pubDate>Tue, 14 Sep 2021 07:04:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9009d487-a737-43b8-a499-348e70ca8ba3</guid><dc:creator>FCOereca</dc:creator><description>&lt;p&gt;Thank you for your help&lt;/p&gt;
&lt;p&gt;It works&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding a peripheral to an example using BLE</title><link>https://devzone.nordicsemi.com/thread/329240?ContentTypeID=1</link><pubDate>Mon, 13 Sep 2021 12:51:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:234e4ced-d736-44a4-bbae-3e217f71cc92</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote user=""]What is the &amp;quot;apply_old_config.h&amp;quot; file ?&lt;br /&gt;Why is my sdk_config.h not taken into account ?[/quote]
&lt;p&gt;Yes, the apply_old_config configuration will overwrite your sdk_config configuration if a legacy *_ENABLED define is left&amp;nbsp;&lt;em&gt;defined&amp;nbsp;&lt;/em&gt;in the sdk_config. To avoid this happening you will have to comment out or remove all together the legacy TWI_ENABLED, so that it is not defined, and then only have the NRFX_TWI_ENABLED 1 defined in your project.&lt;br /&gt;For emphasis; it is not enough to set the TWI_ENABLED to 0, it must be removed completely so that TWI_ENABLED is not&amp;nbsp;&lt;em&gt;defined&lt;/em&gt; in your project anymore.&lt;br /&gt;&lt;br /&gt;The apply_old_config file was introduced in order to be backwards compatible when we made the switch from the now legacy nrf_drv drivers to the newer (and current) nrfx_ drivers. This worked as intended when we originally made the switch, but has in the later SDK&amp;#39;s been known to cause confusion. I fully agree that this file hierarchy / architecture is sub-optimal, and I apologize for any inconvenience this might have caused you.&lt;br /&gt;&lt;br /&gt;Please try to remove your legacy *_ENABLED definitions from your sdk_config and see if this resolves the issue.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>