<?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>Bluetooth developer studio Plugin SDK 12.1.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17776/bluetooth-developer-studio-plugin-sdk-12-1-0</link><description>Hi,
Do we have Blue tooth developer studio plug-in for generating code for SDK 12.0.0?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 28 Dec 2016 14:50:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17776/bluetooth-developer-studio-plugin-sdk-12-1-0" /><item><title>RE: Bluetooth developer studio Plugin SDK 12.1.0</title><link>https://devzone.nordicsemi.com/thread/68476?ContentTypeID=1</link><pubDate>Wed, 28 Dec 2016 14:50:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff37aef7-9bee-4f71-a1d0-04e8afed08c6</guid><dc:creator>syntroniks</dc:creator><description>&lt;p&gt;Hey Sigurd, could your team consider putting the plugin up on github? I think there are come community members that would be happy to contribute to extending its features and keeping it updated.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth developer studio Plugin SDK 12.1.0</title><link>https://devzone.nordicsemi.com/thread/68475?ContentTypeID=1</link><pubDate>Thu, 17 Nov 2016 11:25:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ba5944b-ff4a-427b-90a2-542521512f03</guid><dc:creator>Srikar</dc:creator><description>&lt;p&gt;Thank you for  support.
It is working  now.
Generated code + fixed uninitialized pointer access in this code  solved this issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth developer studio Plugin SDK 12.1.0</title><link>https://devzone.nordicsemi.com/thread/68474?ContentTypeID=1</link><pubDate>Wed, 16 Nov 2016 14:51:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3bc8a474-5d33-4b06-ad35-3e8d3691b5bd</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;I added a new service template plugin file, where app_trace is removed. The RAM settings are configured in Keil, and the default values for the project are correct. Start: 0x20002128 and size: 0xDED8. The API calls generated by the plugin should be compatible with SoftDevice S132 V3.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth developer studio Plugin SDK 12.1.0</title><link>https://devzone.nordicsemi.com/thread/68473?ContentTypeID=1</link><pubDate>Wed, 16 Nov 2016 13:43:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a952b0a9-9f37-4ec2-8f9c-7d0ae4eab9a1</guid><dc:creator>Srikar</dc:creator><description>&lt;p&gt;I have generated using Nordic Semiconductor v1.2.2 and integrated to SDK 12.1.0, But sources contains app_trace_log  which is not available in 12.1.0.
Also source generated is working without any issues in SDK 11.0.0 ,but for 12.1.0 it is very unstable.&lt;/p&gt;
&lt;p&gt;Example :-
In Below  structure declared as uint8_array_t data,p_data pointer is corrupted .
In SDK 11.0.0 p_data value correct with RAM address 0x2XXXXXXX and in 12.1.0 it is 0x00000050&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; typedef struct
{
    uint16_t  size;                 /**&amp;lt; Number of array entries. */
    uint8_t * p_data;               /**&amp;lt; Pointer to array entries. */
} uint8_array_t
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Is the Source generated is taking care of API changes in SDK 12.1.0?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth developer studio Plugin SDK 12.1.0</title><link>https://devzone.nordicsemi.com/thread/68472?ContentTypeID=1</link><pubDate>Wed, 16 Nov 2016 13:25:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:840deb82-5994-492a-973d-c1a49748fe84</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The last official release of the BDS-plugin was for SDK 11. You can get it to work with SDK 12, but it&amp;#39;s not 100% compatible. Take a look at the infocenter page &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.0.0/bluetoothds_template.html?cp=4_0_0_4_2_2_20"&gt;Bluetooth Developer Studio Example&lt;/a&gt;. Copy the plugin-folder(&lt;code&gt;Nordic Semiconductor v1.2.2&lt;/code&gt;) to &lt;code&gt;Bluetooth Developer Studio\Plugins&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;After you have created your services with BDS, copy the generated files to &lt;code&gt;SDK_INSTALL_FOLDER\examples\ble_peripheral\experimental_bluetoothds_template&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Edit&lt;/strong&gt;: app_trace was removed in SDK12. Attached is a new plugin service_template file where app_trace is removed, add it to&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;Bluetooth Developer Studio\Plugins\Nordic Semiconductor v1.2.2
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/service_5F00_if_5F00_template.c"&gt;service_if_template.c&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>